0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 24, 2025 — Aug 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
upd
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 10 years ago
Merge branch 'master' of github.com:ned14/boost-lite
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 10 years ago
Added ordered_spinlock and shared_spinlock plus unit tests. ordered_spinlock failed its correctness test, but I don't have time to fix it so moving on (it's been disabled).
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 10 years ago
Added ordered_spinlock and shared_spinlock plus unit tests. ordered_spinlock failed its correctness test, but I don't have time to fix it so moving on (it's been disabled).
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 10 years ago
Fixed cmake failure to compile spinlock_tribool.cpp unit test with OpenMP. Fixed annoying warnings coming out of CATCH when compiled with Level 4 warnings on MSVC. Added new type of spinlock, ordered_spinlock which guarantees FIFO ordering.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 10 years ago
Did a lot more work on getting the right amount of library dependencies to appear in VS projects and in the right folder locations. .natvis files are finally correctly imported into consuming libraries.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 10 years ago
Lots more winclang fixes. find_boostish_library can now handle boostish libraries being anywhere, not just in include/lib. Fixed bad git sha mangling of boost-lite namespace. Fixed type_traits::is_sequence<T> unwittingly calling the copy constructor of T.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 10 years ago
We now SHA restamp any embedded git submodules we use from a sibling location. Woohoo.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 10 years ago
Merge branch 'master' of github.com:ned14/Boost.BindLib
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 10 years ago
wip auto restamping of git submodules with SHA of sibling edition used
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 10 years ago
Prevent warning on winclang
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 10 years ago
More build fixes for winclang
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 10 years ago
Added build support for clang with Microsoft Codegen
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 10 years ago
Got docs generation working on POSIX
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 10 years ago
docs target now errors out if doxygen produces any warnings at all :)
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 10 years ago
Added BoostLiteMakeDoxygen.cmake
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 10 years ago
Set CTEST_BOOSTLITE_SCRIPTS outside BoostLiteUtils.cmake
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 10 years ago
Moved the ctest scripting boilerplate into BoostLiteUtils.cmake
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 10 years ago
Add python script to merge a junit test suite into a CTest Test.xml so you get combined results on CDash.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 10 years ago
merge_junit_results.py now creates XML which CDash can grok.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 10 years ago
Precompiled headers no longer rebuild every make.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 10 years ago
Added merge_junit_results.py script
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 10 years ago
Expose _sl and _dl into library naming
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 10 years ago
Stop regening revision.hpp if I am a dependency
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 10 years ago
ctest now has CATCH dump test results to xml
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 10 years ago
Libraries need to go into /lib!
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 10 years ago
Also try ../boost/lib when searching for sibling dependencies
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 10 years ago
Improve error handling when a dependant library is not found.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 10 years ago
Fixed the precompiled header failure on GCC.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 10 years ago
Add indentation of boost-lite cmake messages based on depth of dependency
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 10 years ago