home
projects
git
about
index
:
honeysuckle
master
Lua C bindings made simple
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
honeysuckle.h
Age
Commit message (
Collapse
)
Author
2021-09-04
remove va_nargs.h and begin adding examples
sanine
2021-09-04
update hs_process_table tests for new api
sanine
2021-09-04
add hs_process_table.c and remove honeysuckle.c
sanine
2021-08-29
strengthen tests and implement table creation cleanup
sanine
2021-08-28
begin implementing full hs_create_table test suite
sanine
2021-08-28
fix error in hs_create_table type macros and correct bug in stack index test
sanine
2021-08-28
create hs_create_table.c and add to build
sanine
2021-08-28
add hs_table_entry creation macros
sanine
2021-08-25
add hs_parse_overloaded_ definition and update hs_parse_overloaded tests
sanine
2021-08-21
begin refactoring tests to reflect struct-based API and implement ↵
sanine
hs_pushstring()
2021-07-04
add tests for all sample table combinations for hs_process_table
sanine-a
2021-05-27
add parse tests for table, any, and all types at once
sanine-a
2021-05-23
add all function definitions in honeysuckle.h
sanine-a
2021-05-23
create initial files and write three hs_pushstring() tests
sanine-a