- Feb 24, 2016
-
-
Dom Sekotill authored
* Used the modern m4 macro for libtool, LT_INIT * Set a library ABI version number
-
- Oct 11, 2015
-
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
- Oct 09, 2015
-
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
- Aug 13, 2015
-
-
Dom Sekotill authored
* The `README` file is now in markdown format, so has been renamed to `README.md`.
-
Dom Sekotill authored
So that `_print_ns(...);` does not have to be wrapped in `#ifdef` statements it is now defined as an empty macro when the `DEBUG` macro is not defined; equivalent to: ``` #ifndef DEBUG #define _print_ns(X) #endif ```
-
- May 02, 2015
-
-
Dom Sekotill authored
-