aboutsummaryrefslogtreecommitdiffstats
path: root/tests/check_loader.c
Commit message (Collapse)AuthorAgeFilesLines
* *: fixed includesRafael G. Martins2016-07-071-4/+2
| | | | | this refactoring was done with the help of the 'include-what-you-use' program. if this breaks the build for you, please report!
* remove squareball for goodRafael G. Martins2016-04-271-1/+1
|
* Revert "*: use squareball error infrastructure"Rafael G. Martins2016-04-271-15/+15
| | | | This reverts commit a2b3551dfb9460470bd79f5648bf597c517c40d4.
* content-parser: extract post description from contentRafael G. Martins2016-04-201-1/+2
| | | | | | | | | description is the first line of the first paragraph parsed from content file. users can override it declaring DESCRIPTION variable in source file itself. this also fixes a bug with line endings when using single line blockquotes.
* *: use squareball error infrastructureRafael G. Martins2016-03-131-15/+15
|
* build: replace src/utils with squareballRafael G. Martins2016-02-261-272/+272
|
* fixed copyrightRafael G. Martins2016-01-081-1/+1
|
* loader: parse tags as space-separated stringRafael G. Martins2015-12-291-2/+2
|
* Revert "build: removing src/utils and replacing with squareball"Rafael G. Martins2015-12-231-272/+272
| | | | This reverts commit 950e6c9148eca244a89d18a21d4ae4e5c3d1c646.
* build: removing src/utils and replacing with squareballRafael G. Martins2015-12-231-272/+272
| | | | | squareball is a new general purpose library for C99, based on the code removed from src/utils
* content-parser: implemented excerpt, and now for good!Rafael G. Martins2015-06-131-1/+2
|
* Revert "added content excerpt support"Rafael G. Martins2015-06-121-1/+1
| | | | This reverts commit 1851274f9524c462806d6ab64e024effb0392231.
* added content excerpt supportRafael G. Martins2015-06-111-1/+1
|
* loader: implemented pagination filterRafael G. Martins2015-05-281-0/+469
|
* loader: implemented tag filterRafael G. Martins2015-05-271-0/+47
|
* fixed copyrightRafael G. Martins2015-05-251-1/+1
|
* fixing gcc stupidityRafael G. Martins2015-05-091-3/+3
|
* raise warning if user provided DATE for one source file, but not for all ↵Rafael G. Martins2015-05-091-0/+56
| | | | source files
* loader: added testsRafael G. Martins2015-05-091-3/+140
|
* build: mark tests as disabled by defaultRafael G. Martins2015-04-191-0/+3
|
* error: added testsRafael G. Martins2015-04-191-0/+1
|
* loader: added compiler-defined variablesRafael G. Martins2015-04-191-0/+58