|
4c63db7360
|
Fixed up makefile for linux and added fallthrough comment
|
2020-04-21 00:22:02 -07:00 |
|
Bruce Hill
|
915eb75910
|
Switched default Lua location to /usr/local instead of /opt/local, which
is a weird homebrew-specific thing.
|
2018-07-22 00:20:04 -07:00 |
|
Bruce Hill
|
2b64555e1c
|
Removed dependency on lua_rotate() for compatibility with Lua 5.1
|
2018-07-22 00:19:24 -07:00 |
|
Bruce Hill
|
2320f87324
|
Working version of storing {k=v} style for instance tables and removing
__indices.
|
2018-06-05 15:44:00 -07:00 |
|
Bruce Hill
|
898f92d20a
|
Updated rockspec and documentation.
|
2018-06-04 19:13:05 -07:00 |
|
Bruce Hill
|
76a85ad613
|
Renamed GET macro to avoid potential namespace collisions.
|
2018-06-04 18:51:12 -07:00 |
|
Bruce Hill
|
88ed3df58c
|
Overhaul to remove duplicated code and ensure speedier constructor calls
for duplicate tables.
|
2018-06-04 18:35:11 -07:00 |
|
Bruce Hill
|
a3fcf87b2c
|
Initial working version.
|
2018-06-04 00:45:56 -07:00 |
|
Bruce Hill
|
2a3ed541e7
|
Added "raw" versions of metamethods, so the original can be easily
accessed when overriding a metamethod.
|
2018-06-01 15:17:59 -07:00 |
|
Bruce Hill
|
156d88a020
|
Switched hash to be stored in an 'int' instead of 'unsigned long long',
so that it interacts consistenly with rawgeti and rawseti in Lua 5.1
api.
|
2018-05-04 16:59:43 -07:00 |
|
Bruce Hill
|
6e6e38ad1f
|
Updated singleton recipe.
|
2018-04-23 16:49:09 -07:00 |
|
Bruce Hill
|
ac97c42ab6
|
Updated singleton doc.
|
2018-04-23 16:48:28 -07:00 |
|
Bruce Hill
|
dc2f524d29
|
Updated to include info about __hash.
|
2018-04-23 16:46:58 -07:00 |
|
Bruce Hill
|
b06b127ce5
|
Added __hash method.
|
2018-04-23 16:44:04 -07:00 |
|
Bruce Hill
|
dec3dc205f
|
Added __missing metamethod and updated tests.
|
2018-04-23 16:21:47 -07:00 |
|
Bruce Hill
|
6f3ff65ae7
|
Updated tests to work better with different Lua versions.
|
2018-04-23 15:45:37 -07:00 |
|
Bruce Hill
|
c88d4a9dd6
|
Updated tests to include trailing nil.
|
2018-04-23 15:17:58 -07:00 |
|
Bruce Hill
|
9144735dbb
|
More correct version of __ipairs and __pairs when iterating over tables
with holes.
|
2018-04-23 15:16:49 -07:00 |
|
Bruce Hill
|
86cf46e70b
|
Cleaned up code around Tuples (immutables with unnamed variable numbered
fields) and printing. Also fixed a pernicious off-by-one bug in the hash
function.
|
2018-04-20 14:31:58 -07:00 |
|
Bruce Hill
|
275ed3761b
|
Added luarocks info.
|
2018-03-16 15:56:12 -07:00 |
|
Bruce Hill
|
eb2b874915
|
Adjusting wording.
|
2018-03-16 15:54:15 -07:00 |
|
Bruce Hill
|
5b486d4d69
|
Moved implementation doc into a different file.
|
2018-03-16 15:49:29 -07:00 |
|
Bruce Hill
|
b77e4bdbe5
|
Updated doc.
|
2018-03-16 15:46:55 -07:00 |
|
Bruce Hill
|
13283e5ee9
|
More doc.
|
2018-03-16 15:29:25 -07:00 |
|
Bruce Hill
|
14a40ce979
|
Updated doc.
|
2018-03-16 15:27:58 -07:00 |
|
Bruce Hill
|
0030c0bc4f
|
Misc changes.
|
2018-03-16 15:05:40 -07:00 |
|
Bruce Hill
|
f4c8b30d51
|
Updated doc.
|
2018-02-28 17:19:45 -08:00 |
|
Bruce Hill
|
096973f06d
|
Cleanup/fixes for from_table().
|
2018-02-27 13:47:06 -08:00 |
|
Bruce Hill
|
1a06de84dd
|
Updated doc.
|
2018-02-15 16:16:06 -08:00 |
|
Bruce Hill
|
99c379870f
|
Added test.
|
2018-02-15 15:51:14 -08:00 |
|
Bruce Hill
|
8634549e77
|
Changed up the API to allow immutable(nil) for tuples and otherwise
handle length a bit differently.
|
2018-02-15 15:49:42 -08:00 |
|
Bruce Hill
|
69631d8d56
|
Switched lua_absindex() to lua_gettop() for compatibility with 5.1
|
2018-02-14 14:22:47 -08:00 |
|
Bruce Hill
|
02f708cb04
|
Added more lenience for creating huge tables. The test shouldn't fail if
creating a giant table runs out of stack, but it definitely shouldn't
segfault.
|
2018-02-14 14:22:02 -08:00 |
|
Bruce Hill
|
c0397a7bf7
|
Updated readme.
|
2018-02-12 22:02:13 -08:00 |
|
Bruce Hill
|
45d410d00c
|
Fixed some severe memory problems with slightly kludgey code. Classes
now have a weak-keyed __buckets field that maps udata->bucket, and
buckets now get auto-collected by GC. __gc metamethod is now gone.
|
2018-02-12 21:59:01 -08:00 |
|
Bruce Hill
|
565250d326
|
Fix for tostring relying on stack indices, and some general cleanup.
|
2018-02-12 20:44:18 -08:00 |
|
Bruce Hill
|
da4dbf89c2
|
Updated performance.
|
2018-02-12 17:16:36 -08:00 |
|
Bruce Hill
|
bd5ed55ebd
|
Fixed some edge case stuff with varargs, and added incremental GC.
|
2018-02-12 17:16:06 -08:00 |
|
Bruce Hill
|
2630b3ad1d
|
Cleaned up.
|
2018-02-12 16:37:50 -08:00 |
|
Bruce Hill
|
b4bc3065d5
|
Updated docs.
|
2018-02-12 02:31:08 -08:00 |
|
Bruce Hill
|
04c20ab009
|
Optimizations of instantiation (no longer creates table until
necessary).
|
2018-02-11 17:22:00 -08:00 |
|
Bruce Hill
|
fa456525df
|
Fixed bug in float hashing logic.
|
2018-02-11 17:02:58 -08:00 |
|
Bruce Hill
|
2ff4152415
|
Added lua markdown.
|
2018-02-11 16:50:03 -08:00 |
|
Bruce Hill
|
df98ddebd0
|
Optimized the inst constructor a little bit, cleaned up the shared
bucket metatable, and added a shared class metatable that has a helpful
tostring.
|
2018-02-11 16:45:26 -08:00 |
|
Bruce Hill
|
0f72014571
|
Added better support for tuple-like immutable tables. Updated docs and
tests.
|
2018-02-11 14:56:28 -08:00 |
|
Bruce Hill
|
139e214b1f
|
Cleaned up makefile.
|
2018-02-11 14:11:11 -08:00 |
|
Bruce Hill
|
95306419d7
|
Added license
|
2018-02-11 13:50:00 -08:00 |
|
Bruce Hill
|
47f526aaf0
|
Renamed
|
2018-02-11 13:43:42 -08:00 |
|
Bruce Hill
|
118ab70612
|
More tests.
|
2018-02-11 13:42:45 -08:00 |
|
Bruce Hill
|
96e1d36f37
|
Added support for unpack() in lua 5.3, fixed a bug in tostring, and
added is_instance().
|
2018-02-11 13:41:37 -08:00 |
|