index
:
arduino-avr-xinput
master
A fork of Dmadison's Xinput Arduino avr core with a package.json
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cores
/
arduino
/
WString.h
Age
Commit message (
Expand
)
Author
2016-09-12
Spaces to tab
Iván Pérez
2016-09-12
WString: add `toDouble`
Iván Pérez
2016-06-28
WString.h: allow modifying the string while iterating
Ivan-Perez
2016-06-28
WString.h: Add const qualifier to `begin` and `end` functions
Ivan-Perez
2016-04-20
Removed extra whitespaces in WString.h
Cristian Maglie
2016-04-20
Removed C++11 dependency for `begin()` and `end()`
Christopher Andrews
2016-04-20
Updated String library to use C++11 iterators.
Christopher Andrews
2015-07-16
Check for __cplusplus >= 201103L as well as __GXX_EXPERIMENTAL_CXX0X__
Matthijs Kooijman
2013-09-03
Fixed String class regression after f80c6c5f35cddcf4761a3c97feb8504425e9d27d
Cristian Maglie
2013-08-20
Removed unused flags from String (free 1 byte of SRAM)
Cristian Maglie
2013-06-21
String: changed default to 2 decimal digits
Cristian Maglie
2013-06-06
Merged various bugfix / improvements to String class.
Cristian Maglie
2013-06-06
Added support for Flash string on String class.
Cristian Maglie
2013-06-06
String class: removed deep copy on substring method.
Cristian Maglie
2013-06-06
add String.toFloat
Tevin Zhang
2013-06-05
Added remove methods to WString
Ryan Esteves
2013-05-06
Added const modifier to String.c_str()
Cristian Maglie
2013-05-06
Added c_str() method to String class.
Cristian Maglie
2012-08-16
Fix issue 866
Adam Dunlap
2011-10-27
Revert "Merge branch 'master' of github.com:arduino/Arduino into diskloader_r...
Zach Eveland
2011-03-03
Fixing warnings (David H. Lynch Jr).
David A. Mellis
2010-11-29
Redoing 448222e4b65e0cf44dfc0c494f7f76901f1fabea without all the extra files.
David A. Mellis
2010-11-29
Revert "added toInt() function to WString".
David A. Mellis
2010-11-29
added toInt() function to WString
Tom Igoe
2010-08-28
Changing String::toCharArray() and getBytes() to accept a buffer, rather than...
David A. Mellis
2010-08-18
Adding some basic error checking to the String class (i.e. checking for a non...
David A. Mellis
2010-08-06
No longer requiring WProgram.h for Print / Stream classes (replaced Arduino-s...
David A. Mellis
2010-07-27
added more String examples
Tom Igoe
2010-07-27
Reverting changes to String class and modifying to allow + and += to work on ...
David A. Mellis
2010-07-27
removed append() from String library
Tom Igoe
2010-07-27
checked in Xiaoyang Feng's changes to String library
Tom Igoe
2010-07-27
Checked in Xiaoyang's changes to String library
Tom Igoe
2010-07-04
Adding support for printing Strings to the Print class.
David A. Mellis
2010-07-04
Modifying String from new/delete to malloc()/free(). Also #include'ing WStri...
David A. Mellis
2010-07-04
Adding WString.h and WString.cpp straight from Wiring (r. 726). Won't actual...
David A. Mellis