index
:
gh_mirror/jhunkeler/stasis.git
2025-copyright
add-convience-funcs
add-get-version-spec
add-multiprocessing
add-no-export
add-strlist-contains
broken-rt-test
bug-fix-leaks-indexer
but_why
check-release-jf
ci-add-pandoc
clone-existing-delivery
codename-for-all-missions
combine-provides
conda-get-active-environment
delivery-lib
delivery-wheel-index-basename
extra-spec
fix-bare-package-arguments
fix-botched-pr-19
fix-build-system
fix-conda-default-env-var
fix-conda-forge-build
fix-delivery-conda-show
fix-deprecated-docker-env-declaration
fix-docker-add
fix-dockerfile-pypi-index
fix-download-auth
fix-git-clone-return
fix-index-junitxml-report
fix-leaks
fix-pandoc-arguments
fix-parallel-clobbering
fix-reactivation-var
fix-readme-typos
fix-sefault-null-key
free-mem
huge-changeset
implement-release-notes
indexer-dir-regression
indexer-fixups
indexer-minor-fixups
indexer-tlc
ini-list-indent
its-backwards
jf-upload-fix-spec-pattern
leaks-and-squeaks
master
memfixes
minimum-viable-tools
more-rt
more-tests
more-unit-tests
move-mkdirs
optional-artifactory-build-info
order-matters
order-of-battle
pandoc-improvements
per-mission-base-env
pypi-existence-check
rebrand
regression-test-generic
remove-copytree
remove-package-from-delivery
render-bootstrap
requirement_from_test-type
restructure-the-world
safety-and-convenience
sanitize-docker-archive-name
split-delivery-code
support-git-schema-in-package-list
system-calls-fixup
test-recipe
testable-entrypoint
unclean-before-coe
undo-dockerfile-add-separation
unindent-scripts
unit-tests
unit-tests-again
update-doc-pytest-funcs
update-mission-configs
update-readme
update-tests
version-in-package-name
wheel-funcs-clean-up
windows-support
with-indexer-tlc
without-extras-in-spec
workaround-shebang-nightmare
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 leaks in tpl functions (#18)
Joseph Hunkeler
2024-08-07
1
-0
/
+1
*
Add github.c and github.h (#9)
Joseph Hunkeler
2024-07-06
1
-12
/
+19
*
Rebrand OhMyCal (OMC) as STASIS (#7)
Joseph Hunkeler
2024-06-21
1
-1
/
+1
*
Unit tests (#6)
Joseph Hunkeler
2024-06-20
1
-3
/
+51
*
Fix invalid size for tpl_pool_func
Joseph Hunkeler
2024-05-08
1
-1
/
+1
*
Fix invalid read
Joseph Hunkeler
2024-04-12
1
-4
/
+1
*
Registering a variable more than once will replace the pointer associated wit...
Joseph Hunkeler
2024-04-12
1
-4
/
+33
*
Ignore unused variable
Joseph Hunkeler
2024-04-10
1
-0
/
+1
*
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