- Aug 24, 2013
-
-
Josh Siegle authored
-
- Aug 08, 2013
-
-
jsiegle authored
-
- Jun 09, 2013
-
-
jsiegle authored
-
- Apr 05, 2013
-
-
jsiegle authored
To run this in the future, install astyle (sudo apt-get install astyle), then enter the following from the top-level project directory: astyle --options=astyle.options --recursive "./Source/*.cpp" "./Source/*.h" This will convert tabs to 4 spaces and ensure that brackets are on their own lines.
-
- Mar 21, 2013
-
-
jsiegle authored
Use the following command to update the copyright year in all files, starting in the Source/ directory: find . -type f -print0 | xargs -0 sed -i 's/Copyright (C) 2012/Copyright (C) 2013/g' Works like a charm!
-
- Feb 12, 2013
-
-
Marti Bolivar authored
Signed-off-by:
Marti Bolivar <mbolivar@leaflabs.com>
-
Marti Bolivar authored
Rearrange member initialization in constructors to silence GCC -Wreorder warnings (-Wreorder is enabled by -Wall). Signed-off-by:
Marti Bolivar <mbolivar@leaflabs.com>
-
- Nov 20, 2012
-
-
unknown authored
-
- Nov 19, 2012
-
-
Josh Siegle authored
-
- Nov 11, 2012
-
-
jsiegle authored
-
- Nov 10, 2012
- Oct 06, 2012
-
-
Josh Siegle authored
-
- Feb 19, 2012
-
-
jsiegle authored
-
- Feb 11, 2012
-
-
Josh Siegle authored
-