index
:
msg.git
main
Minimal (Static) Site Generator
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
(
unfollow
)
Commit message (
Expand
)
Author
2025-07-26
util: add wrap_ptr()
Raghuram Subramani
2025-07-26
util: move ptr_wrapper_t to util
Raghuram Subramani
2025-07-26
config,main,list: get resources from config.cfg instead of a compiled config.h
Raghuram Subramani
2025-07-26
util: delete remove_spaces()
Raghuram Subramani
2025-07-26
util: update header
Raghuram Subramani
2025-07-26
config: config_parse() must return config_t *
Raghuram Subramani
2025-07-26
config: support arrays
Raghuram Subramani
2025-07-26
util: init remove_spaces(), ltrim() and rtrim()
Raghuram Subramani
2025-07-26
config: change delimiter
Raghuram Subramani
2025-07-26
build: update CMakeLists & delete unused filehandler_t
Raghuram Subramani
2025-07-26
config: init
Raghuram Subramani
2025-07-26
util: implement trim()
Raghuram Subramani
2025-07-25
lexer: move away from a monolithic function to determine directive
Raghuram Subramani
2025-07-12
lexer: find_next_key should be able to skip x keys
Raghuram Subramani
2025-07-11
util: purge
Raghuram Subramani
2025-07-11
template: template_write must accept a doc as content
Raghuram Subramani
2025-07-11
template: delete newline
Raghuram Subramani
2025-07-11
template: ingest->write
Raghuram Subramani
2025-07-11
template: template_ingest() must write to a FILE
Raghuram Subramani
2025-07-11
lexer: find_contentfor_value()
Raghuram Subramani
2025-07-11
template: ingest must accept content headers & add delete()
Raghuram Subramani
2025-07-11
engine: ingest must return a list of content headers
Raghuram Subramani
2025-07-10
template: template_ingest() should work with _RAW
Raghuram Subramani
2025-07-10
util: implement xstrcat
Raghuram Subramani
2025-07-10
lexer: lex_file->lex
Raghuram Subramani
2025-07-10
copy: typedef struct FTW;
Raghuram Subramani
2025-07-09
(lexer): parse_file->lex_file and must also add _RAW directives
Raghuram Subramani
2025-07-09
(lexer): implement find_all_keys
Raghuram Subramani
2025-07-03
(template): maintain a list_t of components instead of just pre & post
Raghuram Subramani
2025-07-02
(lexer): add CONTENT directive
Raghuram Subramani
2025-07-02
(engine): make handle_* publicly available
Raghuram Subramani
2025-06-24
(engine): split handling into separate functions
Raghuram Subramani
2025-06-24
(template): introduce template struct
Raghuram Subramani
2025-06-22
(engine): maintain a list of content headers
Raghuram Subramani
2025-06-22
(lexer,engine): add support for parsing contentfor
Raghuram Subramani
2025-06-20
(lexer): add support for contentfor key
Raghuram Subramani
2025-06-19
(list): add lists
Raghuram Subramani
2025-06-19
(misc): modularize program
Raghuram Subramani
2025-06-19
refactor: move file functions into filehandler
Raghuram Subramani
[prev]