0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
forgot to format this code...
Magnus Achim Deininger
as Magnus Deininger
More... almost 8 years ago
after a bit more refactoring, the registered<> template really wasn't necessary, what this really needed was the global<> one. Yay for simplifications.
Magnus Achim Deininger
as Magnus Deininger
More... almost 8 years ago
well, the JSON code is still ugly, but it's getting better bit by bit.
Magnus Achim Deininger
as Magnus Deininger
More... almost 8 years ago
remove an unnecessary base type.
Magnus Achim Deininger
as Magnus Deininger
More... almost 8 years ago
split out the 'registered object' functionality, as that pattern is now shared by several things across the code. Update documentation, and reel in options into the test cases.
Magnus Achim Deininger
as Magnus Deininger
More... almost 8 years ago
remove maybe.h in favor of std::optional; change test signatures to return bool instead of int.
Magnus Achim Deininger
as Magnus Deininger
More... almost 8 years ago
document and simplify test case code; the next change will change the signature of the test cases to be bool(...) instead of int(...).
Magnus Achim Deininger
as Magnus Deininger
More... almost 8 years ago
Trying an all-new direction with the test cases.
Magnus Achim Deininger
as Magnus Deininger
More... almost 8 years ago
no need to have several verbatim copies of the licence.
Magnus Achim Deininger
as Magnus Deininger
More... almost 8 years ago
ditch read the docs (for now), concentrate on cldoc.
Magnus Achim Deininger
as Magnus Deininger
More... almost 8 years ago
ah, I terminated that in the wrong place. Oops.
Magnus Achim Deininger
as Magnus Deininger
More... almost 8 years ago
yeah, this won't work as intended.
Magnus Achim Deininger
as Magnus Deininger
More... almost 8 years ago
minor hack until all the docs are updated
Magnus Achim Deininger
as Magnus Deininger
More... almost 8 years ago
remove a few empty headers.
Magnus Achim Deininger
as Magnus Deininger
More... almost 8 years ago
update to cldoc, ditch doxygen.
Magnus Achim Deininger
as Magnus Deininger
More... almost 8 years ago
ditch libstdc++ - doesn't really seem to be working anywhere I care.
Magnus Achim Deininger
as Magnus Deininger
More... almost 8 years ago
try only doing code coverage on linux
Magnus Achim Deininger
as Magnus Deininger
More... almost 8 years ago
do optimised builds.
Magnus Achim Deininger
as Magnus Deininger
More... almost 8 years ago
the test cases themselves actually aren't subject to code coverage metrics
Magnus Achim Deininger
as Magnus Deininger
More... almost 8 years ago
sadness: of course the char* in the map doesn't have the correct sorting.
Magnus Achim Deininger
as Magnus Deininger
More... almost 8 years ago
some test case enhancements.
Magnus Achim Deininger
as Magnus Deininger
More... almost 8 years ago
osx/libstdc++ isn't really working out.
Magnus Achim Deininger
as Magnus Deininger
More... almost 8 years ago
maybe this will work with c++14 :3
Magnus Achim Deininger
as Magnus Deininger
More... almost 8 years ago
maybe there's the packages we want in ubuntu 14.04.
Magnus Achim Deininger
as Magnus Deininger
More... almost 8 years ago
hmm, maybe it just needs a newer OS...
Magnus Achim Deininger
as Magnus Deininger
More... almost 8 years ago
apparently there's no libc++ package on ubuntu 12.04? still confused about this...
Magnus Achim Deininger
as Magnus Deininger
More... almost 8 years ago
yay for multi-escaping?
Magnus Achim Deininger
as Magnus Deininger
More... almost 8 years ago
sigh, why is it so hard to tell ubuntu to install libc++...
Magnus Achim Deininger
as Magnus Deininger
More... almost 8 years ago
hmm, i thought clang 3.4 could deal with c++14...
Magnus Achim Deininger
as Magnus Deininger
More... almost 8 years ago
update toolchain specs, etc.
Magnus Achim Deininger
as Magnus Deininger
More... almost 8 years ago