home
projects
git
about
index
:
honeysuckle
master
Lua C bindings made simple
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-09-04
remove hs_create_enum_tests.c
sanine
2021-09-04
add hs_traceback.c
sanine
2021-09-04
fix minor bugs in hs_process_table tests and implement hs_process_table
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-09-04
remove spurious debug messages from hs_create_table_tests
sanine
2021-08-30
remove C function tests
sanine
2021-08-29
strengthen tests and implement table creation cleanup
sanine
2021-08-29
add tests for light userdata keys
sanine
2021-08-29
add C function key tests
sanine
2021-08-29
add tests for number, string, table, and function keys
sanine
2021-08-28
re-add integer key tests
sanine
2021-08-28
begin correcting stack sequencing bug in hs_create_table tests
sanine
2021-08-28
create empty table in hs_create_table_()
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
begin rewrite of hs_create_table tests
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-28
remove non-function overload tests
sanine
2021-08-28
fix some README example code and correct numerical types in tests
sanine
2021-08-26
fix line endings in LICENSE
sanine-a
2021-08-26
create LICENSE
sanine-a
2021-08-26
add first-pass implementation of hs_parse_overloaded
sanine
2021-08-25
add hs_parse_overloaded_ definition and update hs_parse_overloaded tests
sanine
2021-08-24
update README types and fix bug in C function tests
sanine
2021-08-24
fix hs_parse_arg string handling and function test
sanine
2021-08-23
update hs_parse_args_tests to reflect the lack of type distinction between in...
sanine
2021-08-21
begin refactoring tests to reflect struct-based API and implement hs_pushstri...
sanine
2021-08-20
redesign api and update README.md
sanine-a
2021-08-08
add helper macro for hs_throw_error() tests and add extremely long string test
sanine-a
2021-08-08
add hs_throw_error() implementation and fix bug in tests
sanine-a
2021-08-08
change colors in test error messages to improve readability
sanine-a
2021-08-08
write initial tests for hs_throw_error()
sanine-a
2021-08-08
add equality test macros
sanine-a
2021-08-08
initialize table processing test variables
sanine-a
2021-08-08
simplify test suite macros
sanine-a
2021-08-08
add file/line numbers to failed asserts and add test suite start/finish macros
sanine-a
2021-08-08
update todos in README
sanine-a
2021-07-04
add repeated tests for hs_process_table
sanine-a
2021-07-04
add tests for all sample table combinations for hs_process_table
sanine-a
2021-07-03
update README for table processing
sanine-a
2021-07-03
create hs_process_table_tests.c and add basic table processing test
sanine-a
2021-07-02
update installation and development sections of README.md
sanine-a
2021-07-02
add tests for hs_create_enum
sanine-a
2021-07-02
finish refactoring existing tests into separate files
sanine-a
2021-07-02
begin refactor of tests into individual source files
sanine-a
2021-06-11
add initial tests for hs_create_table
sanine-a
2021-05-27
add common 'extra argument' overload test
sanine-a
2021-05-27
add readme example test for hs_parse_args
sanine-a
[next]