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
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 1 of 15
Search / Filter on:
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.
Patrick M. Niedzielski
More...
almost 11 years ago
Add sections on invariant, move semantics, and pre-/postcondition documentation in the conventions page.
Patrick M. Niedzielski
More...
almost 11 years ago
Hide detail namespaces from our user-facing API documentation.
Patrick M. Niedzielski
More...
almost 11 years ago
Change Doxygen style color from blue to green to match our website better.
Patrick M. Niedzielski
More...
almost 11 years ago
Remove unused header and footer templates, and CSS stylesheet.
Patrick M. Niedzielski
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.
Patrick M. Niedzielski
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.
Patrick M. Niedzielski
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.
Patrick M. Niedzielski
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.
Patrick M. Niedzielski
More...
almost 11 years ago
Use built-in STL now that we don't use a libstdc++ tag file.
Patrick M. Niedzielski
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.
Patrick M. Niedzielski
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.
Patrick M. Niedzielski
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.
Patrick M. Niedzielski
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.
Patrick M. Niedzielski
More...
almost 11 years ago
Remove old doxygen images.
Patrick M. Niedzielski
More...
almost 11 years ago
Forgot to update copyright date two commits ago.
Patrick M. Niedzielski
More...
almost 11 years ago
Update libstdc++ tag file.
Patrick M. Niedzielski
More...
almost 11 years ago
Make doxygen build documentation by default when the WITH_DOXYGEN flag is passed to CMake.
Patrick M. Niedzielski
More...
almost 11 years ago
Remove .gitmodules from our repository, since we don't have any more.
Patrick M. Niedzielski
More...
almost 11 years ago
Update documentation for 0.7 release.
Patrick M. Niedzielski
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.
Patrick M. Niedzielski
More...
almost 11 years ago
Fix a warning on MSVC in termcolors.inl: warning C4100: 'c' : unreferenced formal parameter
Patrick M. Niedzielski
More...
almost 11 years ago
Remove remaining types:: references from Windows window system implementation.
Patrick M. Niedzielski
More...
almost 11 years ago
Fix CMake warning in FindTBB.cmake.
Patrick M. Niedzielski
More...
almost 11 years ago
Change FindTBB.cmake to a saner file, taken from elsewhere. This potentially could make things easier on Windows.
Patrick M. Niedzielski
More...
almost 11 years ago
Move Platform.cmake before Defaults.cmake, so we can get the correct compiler flags.
Patrick M. Niedzielski
More...
almost 11 years ago
Add Intel TBB as a dependency. This may break our nightly builds for a bit.
Patrick M. Niedzielski
More...
almost 11 years ago
Remove types::intN typedefs, using the ones in <cstdint> when we really need them. Fixes issue #2.
Patrick M. Niedzielski
More...
almost 11 years ago
Merging branch cmake-cleanup into unstable. Fixes issue #5.
Patrick M. Niedzielski
More...
almost 11 years ago
Remove old SSE variable logging and add CppCheck logging at end of configure.
Patrick M. Niedzielski
More...
almost 11 years ago
←
1
2
3
4
5
6
7
8
9
…
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