| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
| |
When compileing with DEBUG=true, gcc will build with no
optimizations and with debugging symbols.
When compileing without DEBUG=true, gcc with build with
-O3 and no debugging symbols.
|
| | |
|
| |
|
|
| |
Changed test file path from windows style to unix style.
|
| |
|
|
|
|
| |
removed an object file that somehow made it into the repo
Also chagned makefile to use unix style paths instead of
windows style paths.
|
| |
|
|
|
| |
Added some tests for good input.
Also fixed a bug where an empty loop would crash.
|
| |
|
|
|
| |
Combined ctemplates.h and ctemplates_i.h into a single file,
also included all header files as things to be installed in a library
|
|
|
Renamed everything that needed to be rename from libctemplate to
libctemplates
|