Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into v2.1 | Mike Pall | 2016-03-03 | 1 | -1/+1 |
|\ | |||||
| * | Bump copyright date to 2016. | Mike Pall | 2016-03-03 | 1 | -1/+1 |
| | | |||||
* | | FFI: Parse #line NN and #NN. | Mike Pall | 2016-01-18 | 1 | -5/+26 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-07-17 | 1 | -0/+4 |
|\| | |||||
| * | FFI: Don't propagate qualifiers into subtypes of complex. | Mike Pall | 2015-07-17 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-01-06 | 1 | -1/+1 |
|\| | |||||
| * | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-02-20 | 1 | -1/+1 |
|\| | |||||
| * | FFI: Disallow nested VLS. | Mike Pall | 2014-02-19 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-01-16 | 1 | -1/+1 |
|\| | |||||
| * | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-08-03 | 1 | -10/+10 |
|\| | |||||
| * | Compatibility fix for old GCC versions. | Mike Pall | 2013-08-03 | 1 | -10/+10 |
| | | |||||
* | | Big renaming of string buffer/formatting/conversion functions. | Mike Pall | 2013-05-13 | 1 | -1/+0 |
| | | |||||
* | | Refactor internal string formatting. | Mike Pall | 2013-05-12 | 1 | -6/+7 |
| | | |||||
* | | String buffer refactoring, part 4. | Mike Pall | 2013-02-28 | 1 | -2/+2 |
| | | | | | | | | Add lua_State pointer to SBuf for buffer resizing. | ||||
* | | String buffer refactoring, part 2. | Mike Pall | 2013-02-27 | 1 | -20/+8 |
| | | | | | | | | | | Switch to pointers for start/pos/end of buffer. Abstract out some buffer writers. | ||||
* | | String buffer refactoring, part 1. | Mike Pall | 2013-02-27 | 1 | -7/+5 |
|/ | | | | | Move string buffer handling to lj_buf.*. Use common buffer resizing function. | ||||
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | FFI: Stricter parsing of declaration specifiers. | Mike Pall | 2013-02-03 | 1 | -23/+30 |
| | |||||
* | FFI: Fix signedness of bool. | Mike Pall | 2012-11-06 | 1 | -1/+1 |
| | |||||
* | FFI: Correctly propagate alignment when interning nested types. | Mike Pall | 2012-09-10 | 1 | -1/+3 |
| | |||||
* | Replace strtod() with builtin string to number conversion. | Mike Pall | 2012-08-25 | 1 | -45/+22 |
| | |||||
* | Fix compiler warnings. | Mike Pall | 2012-07-03 | 1 | -1/+2 |
| | |||||
* | Avoid pesky compiler warnings about C++ keywords (eh?). | Mike Pall | 2012-07-03 | 1 | -28/+28 |
| | |||||
* | FFI: Do not resolve strings passed to parameterized types. | Mike Pall | 2012-06-20 | 1 | -3/+2 |
| | |||||
* | FFI: Add support for parameterized C types. | Mike Pall | 2012-06-14 | 1 | -1/+43 |
| | |||||
* | FFI: Allow 'typedef _Bool int BOOL;' to make Windows users happy. | Mike Pall | 2012-05-08 | 1 | -2/+7 |
| | |||||
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -1/+1 |
| | |||||
* | FFI: Ignore number parsing errors while skipping definitions. | Mike Pall | 2011-12-17 | 1 | -1/+3 |
| | |||||
* | FFI: Ignore empty statements in ffi.cdef(). | Mike Pall | 2011-12-17 | 1 | -0/+4 |
| | |||||
* | FFI: Fix comment parsing. | Mike Pall | 2011-07-06 | 1 | -1/+5 |
| | |||||
* | No need for L argument to lj_str_initbuf(). | Mike Pall | 2011-06-12 | 1 | -1/+1 |
| | |||||
* | FFI: Fix field alignment for iOS. | Mike Pall | 2011-05-04 | 1 | -2/+2 |
| | |||||
* | Get rid of the remaining silly cast macros from Lua. | Mike Pall | 2011-03-10 | 1 | -1/+1 |
| | |||||
* | FFI: Fix various issues with C type table reallocations. | Mike Pall | 2011-01-27 | 1 | -9/+13 |
| | |||||
* | FFI: Fix symbol name redirection. | Mike Pall | 2011-01-27 | 1 | -0/+1 |
| | |||||
* | FFI: Add symbol name redirection. | Mike Pall | 2011-01-26 | 1 | -16/+32 |
| | | | | | This works like the GCC extension, e.g.: FILE *fopen(const char *fn, const char *mode) __asm__("" "fopen64"); | ||||
* | Bump copyright date to 2011. | Mike Pall | 2011-01-09 | 1 | -1/+1 |
| | |||||
* | FFI: Add missing link to parameters for C function declaration. | Mike Pall | 2011-01-05 | 1 | -1/+2 |
| | |||||
* | FFI: Fix C parser for hex literals. | Mike Pall | 2010-12-23 | 1 | -1/+1 |
| | |||||
* | FFI: Fix alignment of scalars/vectors modified with mode attribute. | Mike Pall | 2010-12-09 | 1 | -2/+7 |
| | |||||
* | FFI: Add C declaration parser. | Mike Pall | 2010-12-05 | 1 | -0/+1802 |