index
:
blogc
feature/content-parser-ast
feature/directives
feature/make-generic-rule
feature/runserver-lighttpd
feature/runserver-windows
feature/sass
feature/squareball
feature/thread-pool
master
squareball
A blog compiler
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
content-parser: extract post description from content
Rafael G. Martins
2016-04-20
3
-94
/
+367
*
content-parser: do not convert -- and --- to &ndash and &mdash inside code
Rafael G. Martins
2016-04-17
1
-0
/
+31
*
error: removed uneeded tests
Rafael G. Martins
2016-03-13
1
-24
/
+0
*
*: use squareball error infrastructure
Rafael G. Martins
2016-03-13
6
-321
/
+321
*
content-parser: fixed em/en-dash logic
Rafael G. Martins
2016-03-05
1
-8
/
+8
*
content-parser: fixed a bug in previous patch
Rafael G. Martins
2016-03-05
1
-4
/
+4
*
content-parser: convert -- and --- to &ndash and &mdash
Rafael G. Martins
2016-03-05
1
-6
/
+26
*
build: replace src/utils with squareball
Rafael G. Martins
2016-02-26
7
-1408
/
+529
*
man: tests: minor documentation fix and more test coverage
Rafael G. Martins
2016-02-21
1
-0
/
+9
*
content-parser: added more tests
Rafael G. Martins
2016-02-21
1
-0
/
+15
*
content-parser: added more tests
Rafael G. Martins
2016-02-21
1
-0
/
+12
*
content-parser: fixed parser bug when handling links
Rafael G. Martins
2016-02-21
1
-0
/
+12
*
content-parser: fixed bug that parsed text with '!' + link as image
Rafael G. Martins
2016-02-13
1
-0
/
+14
*
renderer: fix bug when 'if' evals to false after 'if' evals to true
Rafael G. Martins
2016-01-25
1
-0
/
+32
*
content-parser: encode html entities found in code blocks (fixes #3)
Rafael G. Martins
2016-01-22
1
-4
/
+16
*
template-parser: added whitespace cleaners. needs more tests and docs
Rafael G. Martins
2016-01-14
2
-14
/
+89
*
fixed copyright
Rafael G. Martins
2016-01-08
8
-8
/
+8
*
renderer: handle FOREACH_ITEM as a normal variable
Rafael G. Martins
2016-01-08
1
-4
/
+52
*
renderer: improved foreach tests
Rafael G. Martins
2016-01-04
1
-2
/
+8
*
loader: parse tags as space-separated string
Rafael G. Martins
2015-12-29
1
-2
/
+2
*
renderer: foreach variables should be splitted in spaces rather than commas
Rafael G. Martins
2015-12-29
1
-5
/
+5
*
template-parser: do not accept variables startins with numbers and _
Rafael G. Martins
2015-12-29
1
-1
/
+73
*
man: renderer: template-parser: added foreach iterator support
Rafael G. Martins
2015-12-29
2
-9
/
+182
*
Revert "build: removing src/utils and replacing with squareball"
Rafael G. Martins
2015-12-23
7
-488
/
+1312
*
build: removing src/utils and replacing with squareball
Rafael G. Martins
2015-12-23
7
-1312
/
+488
*
content-parser: random parser fixes
Rafael G. Martins
2015-11-04
1
-4
/
+30
*
Revert "content-parser: added basic rst-like directives support"
Rafael G. Martins
2015-11-04
1
-616
/
+4
*
Revert "content-parser: fix memory leak in gcc"
Rafael G. Martins
2015-11-04
1
-5
/
+3
*
Revert "content-parser: allow directive params with variable prefix"
Rafael G. Martins
2015-11-04
1
-42
/
+5
*
content-parser: allow directive params with variable prefix
Rafael G. Martins
2015-11-03
1
-5
/
+42
*
content-parser: fix memory leak in gcc
Rafael G. Martins
2015-11-02
1
-3
/
+5
*
content-parser: added basic rst-like directives support
Rafael G. Martins
2015-11-02
1
-4
/
+616
*
renderer: improved support for comparision between vars
Rafael G. Martins
2015-10-28
1
-0
/
+54
*
Allow {% if VALUE1 == VALUE2 %}, with two defines
Palmer Dabbelt
2015-10-26
1
-3
/
+3
*
datetime-parser: improve error handling
Rafael G. Martins
2015-10-24
1
-39
/
+39
*
datetime-parser: fixed strptime error handling
Rafael G. Martins
2015-10-24
1
-0
/
+45
*
datetime-parser: initial implementation. not used yet
Rafael G. Martins
2015-10-24
1
-0
/
+631
*
error: improved error reporting for parsers
Rafael G. Martins
2015-10-24
3
-27
/
+78
*
error: added missing test for crlf
Rafael G. Martins
2015-10-23
1
-0
/
+13
*
tempalte-parser: added tests with \r\n line endings
Rafael G. Martins
2015-10-22
1
-0
/
+71
*
source-parser: handle \r\n line endings properly
Rafael G. Martins
2015-10-22
1
-0
/
+32
*
content-parser: handle \r\n line endings properly
Rafael G. Martins
2015-10-22
1
-2
/
+500
*
content-parser: added missing test
Rafael G. Martins
2015-10-12
1
-1
/
+3
*
content-parser: added id attributes to headers
Rafael G. Martins
2015-10-12
2
-23
/
+51
*
renderer: accept empty list of files with -l
Rafael G. Martins
2015-10-07
1
-0
/
+30
*
source-parser: fixed error message
Rafael G. Martins
2015-09-19
1
-1
/
+1
*
source-parser: forbid BLOGC_VERSION variable in source files
Rafael G. Martins
2015-08-14
1
-0
/
+18
*
content-parser: implemented multiline support for lists
Rafael G. Martins
2015-08-13
1
-7
/
+89
*
content-parser: fixed start_state bug.
Rafael G. Martins
2015-07-09
1
-2
/
+2
*
content-parser: fixed bug when using inline delim in link title
Rafael G. Martins
2015-07-04
1
-0
/
+8
[next]