Commit History

Author SHA1 Message Date
  Ole b12d3d21ee Revert address-based metatable identification, because it causes problems with more than one Lua instance 10 years ago
  Ole 658af41388 Improve registry indexing, which should improve type checking for user types 10 years ago
  Ole a70e14f9fc doc: Rename 'meta table' to 'metatable' 10 years ago
  Ole f8a2b224d7 readme: Add LuaJIT support note 10 years ago
  Ole d4cdc42ecd readme: Extend note about `lua_Integer` quirks 10 years ago
  Ole 28e7de1932 Add some documentation to the user types translation unit 10 years ago
  Ole 4bb6212b73 tests: Test user type constructor seperately 10 years ago
  Ole 08edf49ce5 tests: Enhance user type testing 10 years ago
  Ole 540cf93216 Use 'push' and 'read' shortcuts 10 years ago
  Ole c3e858a496 Rename 'wrap_property' to 'wrap_field' 10 years ago
  Ole 56a566dd9e Add PropertyWrapper to differentiate between qualified and unqualified property accessors 10 years ago
  Ole 2f0eddeb25 Fix Value<T> specializations for qualified types 10 years ago
  Ole efaacf88d6 Improve 'apply' overload which operates on function onjects 10 years ago
  Ole e09788b300 Add TODO note about peculiarities with user_type_reg_name 10 years ago
  Ole 729dc398da Add template shortcut 'read<T>' for 'Value<T>::read' 10 years ago
  Ole 897adbc174 Add static_assert to unusable templates 10 years ago
  Ole 77505c69c9 Use unqualified type when accessing properties 10 years ago
  Ole 0cf38bcf29 Strip user types from qualifiers to prevent generation of uncessary templates 10 years ago
  Ole b8b9969c47 tests: Use const qualifier in tests 10 years ago
  Ole 76eb9c0ea7 examples: Use new const qualified in examples 10 years ago
  Ole 120f9a3b17 Allow methods to be qualified by applying const and/or volatile to the containing type 10 years ago
  Ole acaca780f8 Strip qualifiers from user types to achieve clean abstraction 10 years ago
  Ole 8c6ab68287 Do not push null pointer user types 10 years ago
  Ole 7991c033e6 tests: Implement user type tests 10 years ago
  Ole 6ee6540b7e Use only clean version of a user type T 10 years ago
  Ole 7a861eb4d3 Add 'register_global' convenience function 10 years ago
  Ole a6be8d4b43 readme: Do not keep track of test results on a development branch 10 years ago
  Ole 4e2ce36de5 readme: Recommend Lua version 10 years ago
  Ole 351c88745d readme: Update 10 years ago
  Ole efc30861cf readme: Integer problems are related to Lua 10 years ago