aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
...
* build: added LICENSE to distribution tarballRafael G. Martins2015-04-201-0/+1
|
* build: fix valgrind supportRafael G. Martins2015-04-191-11/+7
| | | | | | | | no need to call tests with libtool, because they are linked with -no-install, disabling libtool wrappers. also, removed glib-related environment variables, that aren't needed here.
* build: replace --enable-cmocka with --enable-testsRafael G. Martins2015-04-191-1/+1
|
* error: added testsRafael G. Martins2015-04-191-0/+18
|
* build: fixRafael G. Martins2015-04-191-2/+2
|
* build: fixed valgrind supportRafael G. Martins2015-04-191-23/+2
|
* loader: added compiler-defined variablesRafael G. Martins2015-04-191-0/+18
|
* safe mallocs are better :)Rafael G. Martins2015-04-191-0/+1
|
* added renderer, without testsRafael G. Martins2015-04-191-0/+2
|
* added loader, error handling and cli. tests neededRafael G. Martins2015-04-181-2/+4
|
* replaced leg-based parser with handmade parser for templatesRafael G. Martins2015-04-171-23/+8
| | | | | yay! no leg parser needed anymore. parsers still needs some work and error handling, though.
* replaced leg-based parser with handmade parser for source filesRafael G. Martins2015-04-171-9/+10
|
* added source grammarRafael G. Martins2015-04-151-0/+21
|
* build: fix valgrindRafael G. Martins2015-04-151-1/+1
|
* added template grammarRafael G. Martins2015-04-151-3/+26
|
* initial structureRafael G. Martins2015-04-151-0/+149