summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed many Clang type conversion warnings with static_castJohn Wiegley2012-02-1719-74/+91
* Added a missing call to context.close() in the parserJohn Wiegley2012-02-171-0/+1
* Use value_t::to_long()John Wiegley2012-02-171-7/+7
* Disable unused codeJohn Wiegley2012-02-171-0/+2
* Removed unneeded default casesJohn Wiegley2012-02-177-48/+1
* Add -Won-disabled-macro-expansion flag when building with ClangJohn Wiegley2012-02-171-0/+1
* Don't build with Python support by default anymoreJohn Wiegley2012-02-171-2/+7
* Changed an int to std::size_tJohn Wiegley2012-02-171-1/+1
* Changed an int to std::string::size_typeJohn Wiegley2012-02-171-1/+1
* Removed several unreached return statementsJohn Wiegley2012-02-171-9/+3
* Corrected the type of a castJohn Wiegley2012-02-171-1/+1
* Changed a use of int to std::vector<int>::size_typeJohn Wiegley2012-02-171-1/+1
* Simplified a switch statementJohn Wiegley2012-02-171-3/+3
* Added value_t::to_size_t methodJohn Wiegley2012-02-171-10/+11
* Removed unneeded break statementsJohn Wiegley2012-02-173-8/+0
* Whitespace fixJohn Wiegley2012-02-171-1/+1
* #if 0'd some unused Python bridge codeJohn Wiegley2012-02-175-0/+14
* Updated lib/utfcppJohn Wiegley2012-02-171-0/+0
* Corrected a cast in sha1.cppJohn Wiegley2012-02-171-8/+8
* Added a missing case clauseJohn Wiegley2012-02-171-0/+1
* Fixes for variable shadowing (28/28)John Wiegley2012-02-171-4/+4
* Fixes for variable shadowing (27/28)John Wiegley2012-02-171-3/+3
* Fixes for variable shadowing (26/28)John Wiegley2012-02-171-2/+1
* Fixes for variable shadowing (25/28)John Wiegley2012-02-171-3/+4
* Fixes for variable shadowing (24/28)John Wiegley2012-02-171-2/+2
* Fixes for variable shadowing (23/28)John Wiegley2012-02-171-2/+2
* Fixes for variable shadowing (22/28)John Wiegley2012-02-171-9/+9
* Fixes for variable shadowing (21/28)John Wiegley2012-02-171-2/+2
* Fixes for variable shadowing (20/28)John Wiegley2012-02-171-3/+3
* Fixes for variable shadowing (19/28)John Wiegley2012-02-171-3/+3
* Fixes for variable shadowing (18/28)John Wiegley2012-02-171-2/+2
* Fixes for variable shadowing (17/28)John Wiegley2012-02-171-2/+2
* Fixes for variable shadowing (16/28)John Wiegley2012-02-171-2/+2
* Fixes for variable shadowing (15/28)John Wiegley2012-02-171-3/+3
* Fixes for variable shadowing (14/28)John Wiegley2012-02-171-3/+3
* Fixes for variable shadowing (13/28)John Wiegley2012-02-171-1/+1
* Fixes for variable shadowing (12/28)John Wiegley2012-02-171-3/+4
* Fixes for variable shadowing (11/28)John Wiegley2012-02-171-2/+2
* Fixes for variable shadowing (10/28)John Wiegley2012-02-171-3/+2
* Fixes for variable shadowing (9/28)John Wiegley2012-02-171-2/+2
* Fixes for variable shadowing (8/28)John Wiegley2012-02-171-5/+5
* Fixes for variable shadowing (7/28)John Wiegley2012-02-171-13/+13
* Fixes for variable shadowing (6/28)John Wiegley2012-02-171-1/+1
* Fixes for variable shadowing (5/28)John Wiegley2012-02-171-3/+3
* Fixes for variable shadowing (4/28)John Wiegley2012-02-171-4/+4
* Fixes for variable shadowing (3/28)John Wiegley2012-02-171-4/+4
* Fixes for variable shadowing (2/28)John Wiegley2012-02-171-24/+24
* Fixes for variable shadowing (1/28)John Wiegley2012-02-171-6/+6
* acprep changes for building with --clangJohn Wiegley2012-02-111-3/+22
* Do not evaluate strings as booleansJohn Wiegley2012-02-114-5/+5