James Kuszmaul 98f2d08103 Changed const char* -> string in most of wpilibc.
The HAL will remain untouched in order to maintain C-style
compatibility. A few places in wpilibc were left as
C-style strings, especially if special formatting (eg,
elaborate uses of snprintf or sscanf) was being used.

In general, const char* was changed to std::string.
character buffers used for formatting were either
untouched, changed to std::stringstream, or changed
to std::string, depending on what was done with
the buffer.

Change-Id: I5e431ddf1cc4d9a6d534e1f21b16ea23be26e7f1
2015-07-20 13:20:02 -04:00
2015-05-20 16:22:17 -04:00
2015-05-20 16:22:17 -04:00
2015-05-20 16:22:17 -04:00
2014-04-01 11:18:29 -04:00
2014-12-17 11:04:21 -05:00
2015-05-20 16:22:17 -04:00
2015-05-20 16:22:17 -04:00
2014-03-03 11:30:55 -05:00
2015-05-20 16:22:17 -04:00
2015-05-20 16:22:17 -04:00
2015-05-20 16:22:17 -04:00
Description
WPILib - FRC Robotics Library
466 MiB
Languages
C++ 53.8%
Java 32.7%
Python 6.6%
C 2.6%
Jinja 1.7%
Other 2.5%