0
I Use This!
Low Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Jan 15, 2025 — Jan 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
If running clang-tidy on MSVC targets, tell clang-tidy to grok MSVC command line syntax
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 9 years ago
upd More... about 9 years ago
Fix perms More... about 9 years ago
Added beginnings of make_deb.py script
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 9 years ago
Now if a boost-lite project has a .clang-tidy file, clang-tidy is called per unit test compiled
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 9 years ago
Making doxygen docs now auto finds any example folder and auto compiles anything therein before building the documentation.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 9 years ago
Removed the CATCH subrepo
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 9 years ago
Fix exceptions disabled not working in lightweight unit test framework on GCC 6.2
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 9 years ago
Make throw test macros in lightweight Boost.Test emulation be no ops when exceptions are disabled.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 9 years ago
Don't fail the stacktrace if a later symbolisation fails.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 9 years ago
Added test suite support, and junit XML printing to lightweight Boost.Test emulation.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 9 years ago
Fix build failures on GCC 6.2
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 9 years ago
Implemented a new, exceptions disabled capable, lightweight Boost.Test emulation. Still to add junit XML output.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 9 years ago
ubsan is now tagged into asan, msan and tsan
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
Implement small_prng so we can replace deprecated random_shuffle with this new better random_shuffle. Also fix a bug in the conversion of junit test xml into ctest xml where failures were being reported as successes
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
Moved over a ton more utils stuff from AFIO.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
Fixed failure to correctly configure the catch all build target categories
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
Substantially improved the C++ Modules support
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
If the compiler claims full C++ 11 or C++ 14 support, believe it.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
Fix warning about precompiled headers not being compiled with -fPIC
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
Now I'm back onto my much lower powered laptop, pruned the default build targets very significantly.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
Fix clang warning about bad docs markup
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
Moved bitfield and undoer out of AFIO.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
Added algorithm::passthru_hash
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
Lots more special build related bug fixes
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
Also exclude special builds from any default build, and add the static analyser as another special build
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
Broke fnv1a_hash into its own algorithm header
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
Fix bug where project settings weren't being applied to special builds
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
Fix incorrect detection of the sanitisers on MSVC
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
Fix false positive in spinlock when under the thread sanitiser
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago