aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/WString.h
AgeCommit message (Expand)Author
2022-03-07rename arduino core dir to xinputHEADmasterHampusM
2021-05-26Correct typos in comments and documentationper1234
2016-09-12Spaces to tabIván Pérez
2016-09-12WString: add `toDouble`Iván Pérez
2016-06-28WString.h: allow modifying the string while iteratingIvan-Perez
2016-06-28WString.h: Add const qualifier to `begin` and `end` functionsIvan-Perez
2016-04-20Removed extra whitespaces in WString.hCristian Maglie
2016-04-20Removed C++11 dependency for `begin()` and `end()`Christopher Andrews
2016-04-20Updated String library to use C++11 iterators.Christopher Andrews
2015-07-16Check for __cplusplus >= 201103L as well as __GXX_EXPERIMENTAL_CXX0X__Matthijs Kooijman
2013-09-03Fixed String class regression after f80c6c5f35cddcf4761a3c97feb8504425e9d27dCristian Maglie
2013-08-20Removed unused flags from String (free 1 byte of SRAM)Cristian Maglie
2013-06-21String: changed default to 2 decimal digitsCristian Maglie
2013-06-06Merged various bugfix / improvements to String class.Cristian Maglie
2013-06-06Added support for Flash string on String class.Cristian Maglie
2013-06-06String class: removed deep copy on substring method.Cristian Maglie
2013-06-06add String.toFloatTevin Zhang
2013-06-05Added remove methods to WStringRyan Esteves
2013-05-06Added const modifier to String.c_str()Cristian Maglie
2013-05-06Added c_str() method to String class.Cristian Maglie
2012-08-16Fix issue 866Adam Dunlap
2011-10-27Revert "Merge branch 'master' of github.com:arduino/Arduino into diskloader_r...Zach Eveland
2011-03-03Fixing warnings (David H. Lynch Jr).David A. Mellis
2010-11-29Redoing 448222e4b65e0cf44dfc0c494f7f76901f1fabea without all the extra files.David A. Mellis
2010-11-29Revert "added toInt() function to WString".David A. Mellis
2010-11-29added toInt() function to WStringTom Igoe
2010-08-28Changing String::toCharArray() and getBytes() to accept a buffer, rather than...David A. Mellis
2010-08-18Adding some basic error checking to the String class (i.e. checking for a non...David A. Mellis
2010-08-06No longer requiring WProgram.h for Print / Stream classes (replaced Arduino-s...David A. Mellis
2010-07-27added more String examplesTom Igoe
2010-07-27Reverting changes to String class and modifying to allow + and += to work on ...David A. Mellis
2010-07-27removed append() from String libraryTom Igoe
2010-07-27checked in Xiaoyang Feng's changes to String libraryTom Igoe
2010-07-27Checked in Xiaoyang's changes to String libraryTom Igoe
2010-07-04Adding support for printing Strings to the Print class.David A. Mellis
2010-07-04Modifying String from new/delete to malloc()/free(). Also #include'ing WStri...David A. Mellis
2010-07-04Adding WString.h and WString.cpp straight from Wiring (r. 726). Won't actual...David A. Mellis