aboutsummaryrefslogtreecommitdiffstats
path: root/tests/check_utils.c
Commit message (Collapse)AuthorAgeFilesLines
* *: fixed includesRafael G. Martins2016-07-071-2/+1
| | | | | this refactoring was done with the help of the 'include-what-you-use' program. if this breaks the build for you, please report!
* renderer: utils: fixed memory bugs found by clang static analyzerRafael G. Martins2016-07-051-0/+1
|
* content-parser: rewrote inline parser.Rafael G. Martins2016-06-291-0/+33
| | | | parser is stricter now, and won't produce invalid HTML anymore.
* moved squareball back to blogc source tree.Rafael G. Martins2016-04-271-0/+959
| | | | | | | i don't have enough time to maintain a separated library at this point, and worry about soname bump, library stability, etc. all the code is trivial enough to be copied around, and all the utils are implemented as single file now, to make it easier to copy.
* build: replace src/utils with squareballRafael G. Martins2016-02-261-879/+0
|
* template-parser: added whitespace cleaners. needs more tests and docsRafael G. Martins2016-01-141-0/+55
|
* fixed copyrightRafael G. Martins2016-01-081-1/+1
|
* Revert "build: removing src/utils and replacing with squareball"Rafael G. Martins2015-12-231-0/+824
| | | | This reverts commit 950e6c9148eca244a89d18a21d4ae4e5c3d1c646.
* build: removing src/utils and replacing with squareballRafael G. Martins2015-12-231-824/+0
| | | | | squareball is a new general purpose library for C99, based on the code removed from src/utils
* fixed copyrightRafael G. Martins2015-05-251-1/+1
|
* trie: fixed memory leak when replacing existing keyRafael G. Martins2015-04-191-0/+34
|
* initial structureRafael G. Martins2015-04-151-0/+790