1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected 4 months ago.
Jan 03, 2023 — Jan 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add space after string literal and before identifier to conform to C++11 More... over 8 years ago
Add space after string literal and before identifier to conform to C++11 More... over 8 years ago
Added -std=c99 to compiletest target command so that C99 elements of the code (mainly comments) do not generate warnings. More... over 8 years ago
Added -std=c99 to compiletest target command so that C99 elements of the code (mainly comments) do not generate warnings. More... over 8 years ago
Removed -ansi option from compile test commands as it is contradictory. The code uses sqrtf(), amongst other functions, which were defined in C99 and the std::unique_pte which was introduced in C++11. In C mode, this is equivalent to ‘-std=c90’. In C++ mode, it is equivalent to ‘-std=c++98’. More... over 8 years ago
Removed -ansi option from compile test commands as it is contradictory. The code uses sqrtf(), amongst other functions, which were defined in C99 and the std::unique_pte which was introduced in C++11. In C mode, this is equivalent to ‘-std=c90’. In C++ mode, it is equivalent to More... over 8 years ago
Add g++ option to comply with C++ 2011 - ensures std::unique_ptr is recognised More... over 8 years ago
Add g++ option to comply with C++ 2011 - ensures std::unique_ptr is recognised More... over 8 years ago
ensure that cmake is not dependent on directory it's run in More... over 8 years ago
ensure that cmake is not dependent on directory it's run in More... over 8 years ago
fix some tests on travis More... over 8 years ago
fix some tests on travis More... over 8 years ago
remove clang More... over 8 years ago
remove clang More... over 8 years ago
Merge pull request #59 from joelself/Clean More... over 8 years ago
Merge pull request #59 from joelself/Clean More... over 8 years ago
cmake changes More... over 8 years ago
cmake changes More... over 8 years ago
Revert "Revert "Merge pull request #56 from zasdfgbnm/master"" More... over 8 years ago
Revert "Revert "Merge pull request #56 from zasdfgbnm/master"" More... over 8 years ago
Revert "Merge pull request #56 from zasdfgbnm/master" More... over 8 years ago
Revert "Merge pull request #56 from zasdfgbnm/master" More... over 8 years ago
Merge pull request #56 from zasdfgbnm/master More... over 8 years ago
Merge pull request #56 from zasdfgbnm/master More... over 8 years ago
Merge pull request #55 from glumb/master More... over 8 years ago
Merge pull request #55 from glumb/master More... over 8 years ago
Revert "fix more travis build errors and get rid of clang build (for now)" More... over 8 years ago
Revert "fix more travis build errors and get rid of clang build (for now)" More... over 8 years ago
Revert "fixed build issues on travis ci" More... over 8 years ago
Revert "fixed build issues on travis ci" More... over 8 years ago