index
:
gh_mirror/jhunkeler/ohmycal.git
master
unit-tests
windows-support
A pipeline delivery generator
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
template.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix an unintended offset shift in closing brace detection
Joseph Hunkeler
2024-04-02
1
-1
/
+1
*
Lock output behind DEBUG define
Joseph Hunkeler
2024-04-02
1
-1
/
+5
*
Comment branch
Joseph Hunkeler
2024-03-24
1
-2
/
+2
*
Short-circuit on zero-length str argument
Joseph Hunkeler
2024-03-24
1
-0
/
+2
*
Fix realloc error handling
Joseph Hunkeler
2024-03-24
1
-1
/
+2
*
Error messages
Joseph Hunkeler
2024-03-22
1
-2
/
+2
*
Use array notation instead of pure pointers
Joseph Hunkeler
2024-03-22
1
-13
/
+16
*
Consolidate pointer assignment to if-statement
Joseph Hunkeler
2024-03-22
1
-1
/
+1
*
Replace free() with guard_* macros
Joseph Hunkeler
2024-03-22
1
-0
/
+2
*
Add template functions to store/load function pointers.
Joseph Hunkeler
2024-03-14
1
-0
/
+27
*
Use do/while in guard_* macros to make them behave more like functions
Joseph Hunkeler
2024-03-10
1
-2
/
+2
*
Fix memory corruption in runtime_set and tpl_render
Joseph Hunkeler
2024-03-04
1
-7
/
+6
*
Remove semicolon from call to guard_free
Joseph Hunkeler
2024-03-04
1
-1
/
+1
*
Fixes several memory leaks
Joseph Hunkeler
2024-02-26
1
-0
/
+1
*
Fix typo in position pointer calculation
Joseph Hunkeler
2024-02-23
1
-1
/
+2
*
Implement delivery_mission_render_files
Joseph Hunkeler
2024-02-13
1
-30
/
+34
*
Fix addressing issue...
Joseph Hunkeler
2024-02-06
1
-5
/
+6
*
Initial commit of template engine code (not hooked up yet)
Joseph Hunkeler
2024-01-30
1
-0
/
+190