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
/
src
/
blogc-make
/
rules.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
make: added 'watch' rule. improved 'runserver' rule.
Rafael G. Martins
2018-05-13
1
-9
/
+18
*
make: fixed pagination, added tests
Rafael G. Martins
2018-03-20
1
-2
/
+2
*
make: allow to disable pagination by setting posts_per_page<0
Rafael G. Martins
2018-03-20
1
-15
/
+23
*
make: avoid infinite-loop if posts_per_page <= 0
Rafael G. Martins
2018-03-20
1
-0
/
+3
*
make: added `MAKE_POST` var to `posts` and `pages` rules
Rafael G. Martins
2018-03-11
1
-15
/
+23
*
make: do not run stat twice for regular files when copying
Rafael G. Martins
2018-02-24
1
-8
/
+8
*
make: improved runserver docs
Rafael G. Martins
2017-11-19
1
-1
/
+2
*
make: renamed bm_exec_empty_dir()
Rafael G. Martins
2017-09-14
1
-1
/
+1
*
make: added 'html_order' and 'atom_order' settings
Rafael G. Martins
2017-08-03
1
-0
/
+20
*
make: rules: do not run httpd if reloader failed to start
Rafael G. Martins
2017-07-23
1
-0
/
+3
*
make: copy rule should support directories, recursively
Rafael G. Martins
2017-04-30
1
-2
/
+4
*
make: settings: do not read output_dir from blogcfile
Rafael G. Martins
2017-04-28
1
-27
/
+14
*
make: fix compilation on android
Rafael G. Martins
2017-03-08
1
-3
/
+3
*
make: make the reloader interface generic
Rafael G. Martins
2017-03-04
1
-1
/
+1
*
make: splitted reloader
Rafael G. Martins
2017-03-04
1
-69
/
+5
*
make: removed useless "verbose" variables
Rafael G. Martins
2017-03-04
1
-25
/
+21
*
make: reworked ctx usage by exec functions
Rafael G. Martins
2017-03-03
1
-20
/
+16
*
make: improved runserver thread handling
Rafael G. Martins
2017-02-27
1
-24
/
+27
*
*: updated copyright
Rafael G. Martins
2017-02-25
1
-1
/
+1
*
make: parse runserver arguments from cli, instead of env
Rafael G. Martins
2017-02-24
1
-26
/
+77
*
blogc-make: renamed copy_files settings to copy
Rafael G. Martins
2017-02-14
1
-10
/
+10
*
blogc-make: renamed auto-defined vars to MAKE_*
Rafael G. Martins
2017-02-13
1
-14
/
+14
*
blogc-make: use absolute path for runserver rule
Rafael G. Martins
2017-02-12
1
-1
/
+1
*
blogc-make: implemented automatic reloader for runserver rule
Rafael G. Martins
2017-02-12
1
-1
/
+67
*
make: improved clean rule
Rafael G. Martins
2017-01-30
1
-0
/
+4
*
make: fixed includes
Rafael G. Martins
2017-01-03
1
-4
/
+2
*
blogc-make: fixed clean rule
Rafael G. Martins
2017-01-03
1
-1
/
+1
*
make: implemented runserver rule
Rafael G. Martins
2016-12-27
1
-0
/
+20
*
make: convert "all" into an actual rule
Rafael G. Martins
2016-12-27
1
-22
/
+48
*
make: implemented a build tool for blogc
Rafael G. Martins
2016-12-27
1
-0
/
+752