0
I Use This!
Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Jan 15, 2025 — Jan 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Lots more improvements. MSVC precompiled headers now "working" except that MSVC doesn't permit sharing PCHs between projects which I didn't know about until now.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
Huge range of improvements today, not least now generates unit tests, and nearly there with the precompiled header only target.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
Avoid warning over redefinition of MINMAX on Windows. Filesystem bind now supports libstdc++ filesystem.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
Rename any remaining WIN32 to _WIN32. Fixes for ninja build generator.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
It turns out that cmake's Visual Studio generator actually already understands precompiled header generation, you just need to generate an object library. I really wish they'd have documented this, it would have saved me several mornings of wasted time.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
Added one solution to the inserting of build config problem in cmake, thanks to stackoverflow for the answer.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
wip attempting to hack around spaced quoting in custom targets.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
wip precompiled headers cmake support
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
Finished UpdateRevisionHppFromGit()
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
Added interface variable export. wip getting git commit into revision.hpp
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
Rename all cmake tooling files to be prefixed by BoostLite
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
Preserve filesystem hierarchy in project files.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
Add ability to parse project version from a .hpp file
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
Lots of progress on the new cmake tooling. Only tested on Windows so far.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
Beginnings of cmake tooling
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
Turn on C++ 11 constexpr on VS2015 Update 2
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
Fix tribool unit tests.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
Moved tribool into namespace boost-lite.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
Enable variable template support feature test macro in VS2015 Update 2
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
Disable the atuple test on VS2015, it ICEs current VS2015's.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
Turn on travis emailing
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
travis
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
upd
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
travis
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
upd
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
upd
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
Fixed missing includes More... over 9 years ago
Fix failure to include istream header dependency
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
Disabled has_constexpr_size, it doesn't work right.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago
Modernised ringbuffer_log. Added utils/thread.hpp
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 9 years ago