1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
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... almost 11 years ago
Add sections on invariant, move semantics, and pre-/postcondition documentation in the conventions page. More... almost 11 years ago
Hide detail namespaces from our user-facing API documentation. More... almost 11 years ago
Change Doxygen style color from blue to green to match our website better. More... almost 11 years ago
Remove unused header and footer templates, and CSS stylesheet. More... almost 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... almost 11 years ago
Add additional resources section on the mainpage of the Doxygen documentation. It contains links to project resources and other documentation. More... almost 11 years ago
Remove unnecessary description of the documentation structure, and replace it with more useful information about the purpose of the documentation. More... almost 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... almost 11 years ago
Use built-in STL now that we don't use a libstdc++ tag file. More... almost 11 years ago
Move the main page for the Doxygen documentation out of hummstrummengine.hpp into a separate file in the doc/ subdirectory. More... almost 11 years ago
Add an exception guarantee directive to our Doxygen configuration. Now, we can document the exception guarantee with the @exceptguarantee tag. More... almost 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... almost 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... almost 11 years ago
Remove old doxygen images. More... almost 11 years ago
Forgot to update copyright date two commits ago. More... almost 11 years ago
Update libstdc++ tag file. More... almost 11 years ago
Make doxygen build documentation by default when the WITH_DOXYGEN flag is passed to CMake. More... almost 11 years ago
Remove .gitmodules from our repository, since we don't have any more. More... almost 11 years ago
Update documentation for 0.7 release. More... almost 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... almost 11 years ago
Fix a warning on MSVC in termcolors.inl: warning C4100: 'c' : unreferenced formal parameter More... almost 11 years ago
Remove remaining types:: references from Windows window system implementation. More... almost 11 years ago
Fix CMake warning in FindTBB.cmake. More... almost 11 years ago
Change FindTBB.cmake to a saner file, taken from elsewhere. This potentially could make things easier on Windows. More... almost 11 years ago
Move Platform.cmake before Defaults.cmake, so we can get the correct compiler flags. More... almost 11 years ago
Add Intel TBB as a dependency. This may break our nightly builds for a bit. More... almost 11 years ago
Remove types::intN typedefs, using the ones in <cstdint> when we really need them. Fixes issue #2. More... almost 11 years ago
Merging branch cmake-cleanup into unstable. Fixes issue #5. More... almost 11 years ago
Remove old SSE variable logging and add CppCheck logging at end of configure. More... almost 11 years ago