aboutsummaryrefslogtreecommitdiff
path: root/src/lj_cdata.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2025-01-131-1/+1
|\
| * Bump copyright date.Mike Pall2025-01-131-1/+1
* | Merge branch 'master' into v2.1Mike Pall2023-08-201-1/+1
|\|
| * Bump copyright date.Mike Pall2023-08-201-1/+1
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
* | Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\|
| * Bump copyright date.Mike Pall2021-01-021-1/+1
* | Improve assertions.Mike Pall2020-06-151-3/+4
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* | FFI: Properly unsink non-standard cdata allocations.Mike Pall2015-12-281-0/+2
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* | FFI: Refactor ffi.gc()/__gc. Compile ffi.gc(cdata, nil), too.Mike Pall2013-05-241-1/+2
* | Refactor lj_cdata_newv().Mike Pall2013-05-231-1/+1
|/
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
* Avoid pesky compiler warnings about C++ keywords (eh?).Mike Pall2012-07-031-2/+2
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
* FFI: Fix cdata finalization.Mike Pall2011-04-131-0/+1
* FFI: Move code for cdata arithmetic to lj_carith.c.Mike Pall2011-01-261-2/+0
* FFI: Add ffi.load() and ffi.C default namespace.Mike Pall2011-01-101-1/+4
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
* FFI: Add missing GC steps for implicit allocations.Mike Pall2010-12-301-1/+1
* FFI: Add 64 bit integer arithmetic.Mike Pall2010-12-251-0/+2
* FFI: Parse complex and 64 bit integer literals.Mike Pall2010-12-241-0/+9
* FFI: Add C data handling and C type conversions.Mike Pall2010-12-051-0/+62