OK, the full doxygen index is a bad idea :) |
|
More...
|
almost 9 years ago
|
update test case facilities: move test case main function into the namespace and rework the corresponding macro. |
|
More...
|
almost 9 years ago
|
move the matrix demo main function into the matrix namespace. |
|
More...
|
almost 9 years ago
|
fix copyright statements. ONCE AND FOR ALL. |
|
More...
|
almost 9 years ago
|
extra config data for breathe |
|
More...
|
almost 9 years ago
|
move the markdown README to restructured text |
|
More...
|
almost 9 years ago
|
set up basic sphinx configs |
|
More...
|
almost 9 years ago
|
forgot a todo here |
|
More...
|
about 9 years ago
|
tighten some regexen |
|
More...
|
about 9 years ago
|
the fetch example now allows proper-ish HTTP URLse |
|
More...
|
about 9 years ago
|
print the methods regex in the endpoint hints. |
|
More...
|
about 9 years ago
|
make the default HTTP processor and servlets verify the method used for HTTP requests; default to only allowing GET |
|
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. |
|
More...
|
about 9 years ago
|
minor clean ups in the base makefile |
|
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. |
|
More...
|
over 9 years ago
|
this should've been const |
|
More...
|
over 9 years ago
|
the remainder wasn't parsed correctly; this fixes that. Also introduces the ol' thingy where '--' means 'stop parsing arguments'. |
|
More...
|
over 9 years ago
|
add an SVG stream tag, like the generic XML and JSON ones |
|
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'. |
|
More...
|
over 9 years ago
|
cleanups |
|
More...
|
over 9 years ago
|
fixes for updating the topologic makefile |
|
More...
|
over 9 years ago
|
autogenerate doxyfiles |
|
More...
|
over 9 years ago
|
huzzah for std::stoll. :3 |
|
More...
|
over 9 years ago
|
minor correction - accidentally used the plain git command |
|
More...
|
over 9 years ago
|
add a rule to update third-party repositories |
|
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 |
|
More...
|
over 9 years ago
|
forgot to rename these variables |
|
More...
|
over 9 years ago
|