|
Aug 23, 2025
—
Aug 23, 2026
|
||||||
| Commit Message | Contributor | Files Modified | Lines Added | Lines Removed | Code Location | Date |
|---|---|---|---|---|---|---|
| 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... | almost 10 years ago | |||
| ubsan is now tagged into asan, msan and tsan |
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
|
More... | almost 10 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... | almost 10 years ago | |||
| Moved over a ton more utils stuff from AFIO. |
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
|
More... | almost 10 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... | almost 10 years ago | |||
| Substantially improved the C++ Modules support |
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
|
More... | almost 10 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... | almost 10 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... | almost 10 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... | almost 10 years ago | |||
| Fix clang warning about bad docs markup |
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
|
More... | almost 10 years ago | |||
| Moved bitfield and undoer out of AFIO. |
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
|
More... | almost 10 years ago | |||
| Added algorithm::passthru_hash |
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
|
More... | almost 10 years ago | |||
| Lots more special build related bug fixes |
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
|
More... | almost 10 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... | about 10 years ago | |||
| Broke fnv1a_hash into its own algorithm header |
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
|
More... | about 10 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... | about 10 years ago | |||
| Fix incorrect detection of the sanitisers on MSVC |
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
|
More... | about 10 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... | about 10 years ago | |||
| Set all targets to always be position independent |
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
|
More... | about 10 years ago | |||
| Finally got round to adding build support for all the sanitisers that the current compiler supports. All boost-lite libraries automagically now have support, to do say an AddressSanitiser run: |
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
|
More... | about 10 years ago | |||
| Add more debug checks to open_hash_index.hpp |
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
|
More... | about 10 years ago | |||
| Boost-lite cmake works again on POSIX |
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
|
More... | about 10 years ago | |||
| Bump cmake required to 3.1 |
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
|
More... | about 10 years ago | |||
| Added ability for ringbuffer_log to immediately print new log items to some std::ostream. |
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
|
More... | about 10 years ago | |||
| Move in valgrind instrumentation support from Outcome and have cmake enable it if in Debug builds or -DENABLE_VALGRIND=ON |
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
|
More... | about 10 years ago | |||
| I *think* open_hash_index is now debugged fully. It's a bit hard to tell for sure without valgrind nor the thread sanitiser to hand, but I don't have these here so I'll have to run that test another time. |
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
|
More... | about 10 years ago | |||
| Added a policy configurable open hash index class. |
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
|
More... | about 10 years ago | |||
| Replace manual use of uint32 etc with stdint uint32_t |
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
|
More... | about 10 years ago | |||
| Rename the binds generating clang AST parser into its own directory. |
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
|
More... | about 10 years ago | |||
| Remove old bindlib manual vcxproj files |
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
|
More... | about 10 years ago | |||