index
:
luajit
master
v2.0
v2.1
A mirror of https://luajit.org/git/luajit.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lj_cconv.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into v2.1
Mike Pall
2025-01-13
1
-1
/
+1
|
\
|
*
Bump copyright date.
Mike Pall
2025-01-13
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2023-08-20
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2023-08-20
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2022-01-15
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2022-01-15
1
-1
/
+1
*
|
String buffers, part 2d: basic string buffer methods.
Mike Pall
2021-06-01
1
-0
/
+3
*
|
Merge branch 'master' into v2.1
Mike Pall
2021-06-01
1
-0
/
+2
|
\
|
|
*
FFI: Fix dangling reference to CType.
Mike Pall
2021-06-01
1
-0
/
+2
*
|
Merge branch 'master' into v2.1
Mike Pall
2021-01-02
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2021-01-02
1
-1
/
+1
*
|
Add support for full-range 64 bit lightuserdata.
Mike Pall
2020-09-30
1
-1
/
+1
*
|
Improve assertions.
Mike Pall
2020-06-15
1
-23
/
+34
*
|
Merge branch 'master' into v2.1
Mike Pall
2020-01-20
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2020-01-20
1
-1
/
+1
*
|
FFI: Compile bitfield loads/stores.
Mike Pall
2017-04-30
1
-1
/
+3
|
/
*
Bump copyright date to 2017.
Mike Pall
2017-01-17
1
-1
/
+1
*
Bump copyright date to 2016.
Mike Pall
2016-03-03
1
-1
/
+1
*
Bump copyright date to 2015.
Mike Pall
2015-01-05
1
-1
/
+1
*
FFI: Fix initialization of unions of subtypes.
Mike Pall
2014-09-08
1
-0
/
+1
*
Bump copyright date to 2014.
Mike Pall
2014-01-16
1
-1
/
+1
*
Bump copyright date to 2013.
Mike Pall
2013-02-11
1
-1
/
+1
*
FFI: Fix handling of qualified transparent structs/unions.
Mike Pall
2013-02-03
1
-2
/
+4
*
FFI: Change priority of table initializer variants for structs.
Mike Pall
2012-11-15
1
-2
/
+3
*
FFI: Add support for copy constructors.
Mike Pall
2012-10-08
1
-2
/
+4
*
FFI: Box all accessed or returned enums.
Mike Pall
2012-07-17
1
-1
/
+0
*
Avoid compiler warnings about redefined C++ keywords.
Mike Pall
2012-07-09
1
-1
/
+1
*
Avoid pesky compiler warnings about C++ keywords (eh?).
Mike Pall
2012-07-03
1
-1
/
+1
*
FFI: Convert io.* file handle to FILE * pointer (but as a void *).
Mike Pall
2012-05-29
1
-1
/
+4
*
FFI: Allow 'typedef _Bool int BOOL;' to make Windows users happy.
Mike Pall
2012-05-08
1
-6
/
+8
*
Bump copyright date to 2012.
Mike Pall
2012-01-23
1
-1
/
+1
*
FFI: Record C function calls with bool return values.
Mike Pall
2011-11-25
1
-1
/
+1
*
FFI: Add callback support (for x86/x64).
Mike Pall
2011-11-14
1
-0
/
+8
*
DUALNUM: Handle integer type in FFI.
Mike Pall
2011-02-27
1
-9
/
+28
*
FFI: Improve conversion error messages.
Mike Pall
2011-02-19
1
-5
/
+15
*
FFI: Don't force zero terminator on string to array conversion.
Mike Pall
2011-01-24
1
-4
/
+2
*
FFI: Simplify initializer rules. Clarify docs.
Mike Pall
2011-01-23
1
-7
/
+2
*
FFI: Record conversions from bool ctype.
Mike Pall
2011-01-17
1
-1
/
+3
*
FFI: Cleanup some type conversions.
Mike Pall
2011-01-13
1
-30
/
+14
*
Bump copyright date to 2011.
Mike Pall
2011-01-09
1
-1
/
+1
*
Add lj_num2u64 for number to uint64_t conversion.
Mike Pall
2010-12-31
1
-6
/
+1
*
FFI: Add missing GC steps for implicit allocations.
Mike Pall
2010-12-30
1
-3
/
+7
*
Refactoring of conversion ops, part 2: cleanup cdata conversions.
Mike Pall
2010-12-30
1
-1
/
+2
*
FFI: Add pointer arithmetic.
Mike Pall
2010-12-23
1
-6
/
+6
*
FFI: Record cdata allocations.
Mike Pall
2010-12-22
1
-2
/
+2
*
FFI: Simplify copy-by-value. Strip attributes, keep qualifiers.
Mike Pall
2010-12-15
1
-23
/
+8
*
FFI: Add C data handling and C type conversions.
Mike Pall
2010-12-05
1
-0
/
+741