- Feb 06, 2014
-
-
jsiegle authored
-
- Aug 24, 2013
-
-
Josh Siegle authored
-
- Aug 04, 2013
-
-
Josh Siegle authored
Removed everything for Mac and Linux--need to fix this later.
-
- Jun 19, 2013
-
-
jsiegle authored
-
- Apr 28, 2013
-
-
Josh Siegle authored
-
- Apr 24, 2013
-
-
Josh Siegle authored
-
- Apr 23, 2013
- Apr 22, 2013
- Apr 10, 2013
-
-
jsiegle authored
-
- Apr 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!
-
- Oct 06, 2012
-
-
Josh Siegle authored
-
- Feb 19, 2012
-
-
jsiegle authored
-
- Feb 16, 2012
-
-
jsiegle authored
-