1
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Sep 03, 2024 — Sep 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch doxygen-cleanup into unstable. doxygen-cleanup contains changes to make our Doxygen API documentation easier to use, such as a page to describe the conventions that we use in the documentation, and a rewrite of the main page. More... over 11 years ago
Add sections on invariant, move semantics, and pre-/postcondition documentation in the conventions page. More... over 11 years ago
Hide detail namespaces from our user-facing API documentation. More... over 11 years ago
Change Doxygen style color from blue to green to match our website better. More... over 11 years ago
Remove unused header and footer templates, and CSS stylesheet. More... over 11 years ago
Add a page for conventions used within the documentation, link to it from the mainpage, and add a description of how exception guarantees should be documented. More... over 11 years ago
Add additional resources section on the mainpage of the Doxygen documentation. It contains links to project resources and other documentation. More... over 11 years ago
Remove unnecessary description of the documentation structure, and replace it with more useful information about the purpose of the documentation. More... over 11 years ago
Modify the overview section in the Doxygen documentation to clarify the intent of the documentation and change it to an introduction section. More... over 11 years ago
Use built-in STL now that we don't use a libstdc++ tag file. More... over 11 years ago
Move the main page for the Doxygen documentation out of hummstrummengine.hpp into a separate file in the doc/ subdirectory. More... over 11 years ago
Add an exception guarantee directive to our Doxygen configuration. Now, we can document the exception guarantee with the @exceptguarantee tag. More... over 11 years ago
Doxygen actually provides a mechanism to copy the image files to the output directory, so we don't need to do it in CMake. More... over 11 years ago
Remove libstdc++ tagfile. All it did was add a big blob to the repo and warnings to the build. It didn't really help with documentation at all. More... over 11 years ago
Remove old doxygen images. More... over 11 years ago
Forgot to update copyright date two commits ago. More... over 11 years ago
Update libstdc++ tag file. More... over 11 years ago
Make doxygen build documentation by default when the WITH_DOXYGEN flag is passed to CMake. More... over 11 years ago
Remove .gitmodules from our repository, since we don't have any more. More... over 11 years ago
Update documentation for 0.7 release. More... over 11 years ago
Remove Perl as a dependency. We use a regex to detect failure, which is probably good enough. It won't check bad plans, but that's okay at the moment. This works on our Windows nightly machine. More... over 11 years ago
Fix a warning on MSVC in termcolors.inl: warning C4100: 'c' : unreferenced formal parameter More... over 11 years ago
Remove remaining types:: references from Windows window system implementation. More... over 11 years ago
Fix CMake warning in FindTBB.cmake. More... over 11 years ago
Change FindTBB.cmake to a saner file, taken from elsewhere. This potentially could make things easier on Windows. More... over 11 years ago
Move Platform.cmake before Defaults.cmake, so we can get the correct compiler flags. More... over 11 years ago
Add Intel TBB as a dependency. This may break our nightly builds for a bit. More... over 11 years ago
Remove types::intN typedefs, using the ones in <cstdint> when we really need them. Fixes issue #2. More... over 11 years ago
Merging branch cmake-cleanup into unstable. Fixes issue #5. More... over 11 years ago
Remove old SSE variable logging and add CppCheck logging at end of configure. More... over 11 years ago