1
I Use This!
Inactive

Commits : Listings

Analyzed 12 days ago. based on code collected 13 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added copyright header to some tests. More... about 13 years ago
Removed HUMMSTRUMM_ENGINE_SOURCE macro from tests. Forgot to do this earlier. More... about 13 years ago
/proc/meminfo, the file from which we retrieve information about free and total memory, gives the numbers in kB. Our API similarly returns the value in kB, as per specification. The test, however, labels this number as bytes. Changed the label to fix this. More... about 13 years ago
Clean up the installing of header files. More... about 13 years ago
Removed HUMMSTRUMM_ENGINE_SOURCE macros from each file and from hummstrummengine.hpp. More... about 13 years ago
Removed the HUMMSTRUMM_ERRORNAME() macro. More... about 13 years ago
Update Ricardo's email address. More... about 13 years ago
Dejustify the file AUTHORS. It looks better now. More... about 13 years ago
Change copyright date ranges for the project. More... about 13 years ago
Added parentheses around certain expressions to prevent the Clang compiler from generating a warning. More... about 13 years ago
Modified the output message of the configure stage. More... about 13 years ago
Bump version information to 0.5 release. More... about 13 years ago
Changed the integer types to be compatible with C++11. Took out the constants for integral limits, as we can just use std::numeric_limits<our_type_name_here>'s methods and fields. That's pretty cool, I think. More... about 13 years ago
Added a static assert macro that will halt compilation if a condition is false. Uses both C++11 static_assert(...) and a template metaprogramming version (standard sort of idiom for this). More... about 13 years ago
Added C++11 support to the engine. Until adoption reaches a higher level, all features in it that are not backwards compatible with C++03 or that cannot be implemented in standard C++03 will not be used. More... about 13 years ago
Added the basis of an IRI class. More... about 13 years ago
Added Loggable interface class. All classes which can be printed to the log should implement this class. More... about 13 years ago
Updated NEWS. More... about 13 years ago
Fix warning in the window system that I hadn't noticed before. More... about 13 years ago
Minor errors in packaging: * Forgot to change ignored directory from .svn to .git. * We want just a message in the case that a Git repository isn't found, because that's more likely. More... about 13 years ago
Modified CMake scripts for Maintainer Mode to not fail if something isn't found. Instead, it'll fall back to a normal build. More... over 13 years ago
Added error printing code to window test. More... over 13 years ago
Updated version information for the engine. More... over 13 years ago
Merge branch 'master' into unstable More... over 13 years ago
Adding comments to the window system header files. More... over 13 years ago
Merge branch 'master' into unstable More... over 13 years ago
Adding CompilerChecks script More... over 13 years ago
Removing WIN32_LEAN_AND_MEAN macro More... over 13 years ago
Merge branch 'master' of https://code.google.com/r/rtiagomendes-hummstrumm-dev More... over 13 years ago
Fix the last commit. Undefine WIN32_LEAN_AND_MEAN. More... over 13 years ago