0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
OK, the full doxygen index is a bad idea :)
Magnus Achim Deininger
as Magnus Deininger
More... almost 9 years ago
update test case facilities: move test case main function into the namespace and rework the corresponding macro.
Magnus Achim Deininger
as Magnus Deininger
More... almost 9 years ago
move the matrix demo main function into the matrix namespace.
Magnus Achim Deininger
as Magnus Deininger
More... almost 9 years ago
fix copyright statements. ONCE AND FOR ALL.
Magnus Achim Deininger
as Magnus Deininger
More... almost 9 years ago
extra config data for breathe
Magnus Achim Deininger
as Magnus Deininger
More... almost 9 years ago
move the markdown README to restructured text
Magnus Achim Deininger
as Magnus Deininger
More... almost 9 years ago
set up basic sphinx configs
Magnus Achim Deininger
as Magnus Deininger
More... almost 9 years ago
forgot a todo here
Magnus Achim Deininger
as Magnus Deininger
More... about 9 years ago
tighten some regexen
Magnus Achim Deininger
as Magnus Deininger
More... about 9 years ago
the fetch example now allows proper-ish HTTP URLse
Magnus Achim Deininger
as Magnus Deininger
More... about 9 years ago
print the methods regex in the endpoint hints.
Magnus Achim Deininger
as Magnus Deininger
More... about 9 years ago
make the default HTTP processor and servlets verify the method used for HTTP requests; default to only allowing GET
Magnus Achim Deininger
as Magnus Deininger
More... about 9 years ago
implement a basic HTTP client programme; this reuses the HTTP session class, which should make that more resilient in the long run. Currently relies on well-behaved servers and strange syntax, which is probably bad.
Magnus Achim Deininger
as Magnus Deininger
More... about 9 years ago
minor clean ups in the base makefile
Magnus Achim Deininger
as Magnus Deininger
More... about 9 years ago
this be a pretty good excuse for a template there :) More... about 9 years ago
add another standard cli parameter type: strings More... about 9 years ago
simplify the handling of command-line booleans More... about 9 years ago
be a bit more conservative about displaying that help screen.
Magnus Achim Deininger
as Magnus Deininger
More... over 9 years ago
this should've been const
Magnus Achim Deininger
as Magnus Deininger
More... over 9 years ago
the remainder wasn't parsed correctly; this fixes that. Also introduces the ol' thingy where '--' means 'stop parsing arguments'.
Magnus Achim Deininger
as Magnus Deininger
More... over 9 years ago
add an SVG stream tag, like the generic XML and JSON ones
Magnus Achim Deininger
as Magnus Deininger
More... over 9 years ago
don't install the 'server' binary by default - it's just a hello world demo and wouldn't serve any purpose on any system. also fix a minor bug where I was using 'abs' instead of 'std::abs'.
Magnus Achim Deininger
as Magnus Deininger
More... over 9 years ago
cleanups
Magnus Achim Deininger
as Magnus Deininger
More... over 9 years ago
fixes for updating the topologic makefile
Magnus Achim Deininger
as Magnus Deininger
More... over 9 years ago
autogenerate doxyfiles
Magnus Achim Deininger
as Magnus Deininger
More... over 9 years ago
huzzah for std::stoll. :3
Magnus Achim Deininger
as Magnus Deininger
More... over 9 years ago
minor correction - accidentally used the plain git command
Magnus Achim Deininger
as Magnus Deininger
More... over 9 years ago
add a rule to update third-party repositories
Magnus Achim Deininger
as Magnus Deininger
More... over 9 years ago
fix the base makefile so that it's no longer necessary to explicitly reference asio.hpp for programmes that need it
Magnus Achim Deininger
as Magnus Deininger
More... over 9 years ago
forgot to rename these variables
Magnus Achim Deininger
as Magnus Deininger
More... over 9 years ago