openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Humm and Strumm
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
12 days
ago. based on code collected
13 days
ago.
Jan 30, 2024 — Jan 30, 2025
Showing page 11 of 15
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added copyright header to some tests.
Patrick M. Niedzielski
More...
about 13 years ago
Removed HUMMSTRUMM_ENGINE_SOURCE macro from tests. Forgot to do this earlier.
Patrick M. Niedzielski
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.
Patrick M. Niedzielski
More...
about 13 years ago
Clean up the installing of header files.
Patrick M. Niedzielski
More...
about 13 years ago
Removed HUMMSTRUMM_ENGINE_SOURCE macros from each file and from hummstrummengine.hpp.
Patrick M. Niedzielski
More...
about 13 years ago
Removed the HUMMSTRUMM_ERRORNAME() macro.
Patrick M. Niedzielski
More...
about 13 years ago
Update Ricardo's email address.
Patrick M. Niedzielski
More...
about 13 years ago
Dejustify the file AUTHORS. It looks better now.
Patrick M. Niedzielski
More...
about 13 years ago
Change copyright date ranges for the project.
Patrick M. Niedzielski
More...
about 13 years ago
Added parentheses around certain expressions to prevent the Clang compiler from generating a warning.
Patrick M. Niedzielski
More...
about 13 years ago
Modified the output message of the configure stage.
Patrick M. Niedzielski
More...
about 13 years ago
Bump version information to 0.5 release.
Patrick M. Niedzielski
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.
Patrick M. Niedzielski
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).
Patrick M. Niedzielski
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.
Patrick M. Niedzielski
More...
about 13 years ago
Added the basis of an IRI class.
Patrick M. Niedzielski
More...
about 13 years ago
Added Loggable interface class. All classes which can be printed to the log should implement this class.
Patrick M. Niedzielski
More...
about 13 years ago
Updated NEWS.
Patrick M. Niedzielski
More...
about 13 years ago
Fix warning in the window system that I hadn't noticed before.
Patrick M. Niedzielski
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.
Patrick M. Niedzielski
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.
Patrick M. Niedzielski
More...
over 13 years ago
Added error printing code to window test.
Patrick M. Niedzielski
More...
over 13 years ago
Updated version information for the engine.
Patrick M. Niedzielski
More...
over 13 years ago
Merge branch 'master' into unstable
Ricardo Tiago
More...
over 13 years ago
Adding comments to the window system header files.
Ricardo Tiago
More...
over 13 years ago
Merge branch 'master' into unstable
Ricardo Tiago
More...
over 13 years ago
Adding CompilerChecks script
Ricardo Tiago
More...
over 13 years ago
Removing WIN32_LEAN_AND_MEAN macro
Ricardo Tiago
More...
over 13 years ago
Merge branch 'master' of https://code.google.com/r/rtiagomendes-hummstrumm-dev
Ricardo Tiago
More...
over 13 years ago
Fix the last commit. Undefine WIN32_LEAN_AND_MEAN.
Ricardo Tiago
More...
over 13 years ago
←
1
2
…
7
8
9
10
11
12
13
14
15
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree