Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify some code by using T::create_or_throw | Jack Lloyd | 2016-11-03 | 1 | -6/+2 |
| | |||||
* | Fix doxygen warnings [ci skip] | René Korthaus | 2016-10-19 | 1 | -1/+0 |
| | |||||
* | Reroot the exception hierarchy into a toplevel Exception class | Jack Lloyd | 2015-12-11 | 1 | -4/+4 |
| | | | | | | | | As the alternatives are unfortunate for applications trying to catch all library errors, and it seems deriving from std::runtime_error causes problems with MSVC DLLs (GH #340) Effectively reverts 2837e915d82e43 | ||||
* | Remove use of lookup.h in favor of new T::create API. | Jack Lloyd | 2015-09-21 | 1 | -3/+8 |
| | |||||
* | Internal header cleanups | Jack Lloyd | 2015-09-19 | 1 | -1/+0 |
| | | | | Only user-visible change is the removal of get_byte.h | ||||
* | lib/misc: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-25 | 1 | -8/+8 |
| | |||||
* | Hide Algorithm_Factory and use the functions in lookup.h internally. | lloyd | 2015-03-04 | 1 | -20/+9 |
| | | | | | | Fix two memory leaks (in TLS and modes) caused by calling get_foo and then cloning the result before saving it (leaking the original object), a holdover from the conversion between construction techniques in 1.11.14 | ||||
* | Clean up root dir, remove some unneeded dependencies | lloyd | 2015-02-05 | 3 | -0/+164 |