Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: big code reorganization. | Rafael G. Martins | 2016-09-03 | 1 | -992/+0 |
| | | | | | | | - source and tests are now splitted by target - utils lib is now called common still pending move error.c from blogc to common | ||||
* | *: fixed includes | Rafael G. Martins | 2016-07-07 | 1 | -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 analyzer | Rafael G. Martins | 2016-07-05 | 1 | -0/+1 |
| | |||||
* | content-parser: rewrote inline parser. | Rafael G. Martins | 2016-06-29 | 1 | -0/+33 |
| | | | | parser is stricter now, and won't produce invalid HTML anymore. | ||||
* | moved squareball back to blogc source tree. | Rafael G. Martins | 2016-04-27 | 1 | -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 squareball | Rafael G. Martins | 2016-02-26 | 1 | -879/+0 |
| | |||||
* | template-parser: added whitespace cleaners. needs more tests and docs | Rafael G. Martins | 2016-01-14 | 1 | -0/+55 |
| | |||||
* | fixed copyright | Rafael G. Martins | 2016-01-08 | 1 | -1/+1 |
| | |||||
* | Revert "build: removing src/utils and replacing with squareball" | Rafael G. Martins | 2015-12-23 | 1 | -0/+824 |
| | | | | This reverts commit 950e6c9148eca244a89d18a21d4ae4e5c3d1c646. | ||||
* | build: removing src/utils and replacing with squareball | Rafael G. Martins | 2015-12-23 | 1 | -824/+0 |
| | | | | | squareball is a new general purpose library for C99, based on the code removed from src/utils | ||||
* | fixed copyright | Rafael G. Martins | 2015-05-25 | 1 | -1/+1 |
| | |||||
* | trie: fixed memory leak when replacing existing key | Rafael G. Martins | 2015-04-19 | 1 | -0/+34 |
| | |||||
* | initial structure | Rafael G. Martins | 2015-04-15 | 1 | -0/+790 |