Историја ревизија

Аутор SHA1 Порука Датум
  Ole 9be3440d06 readme: Fix typo пре 10 година
  Ole 741cac9220 Make methods parameter optional when registering user types пре 10 година
  Ole bc28ba76b5 Export user_type_id and user_type_reg_name globally to avoid overlapping user types IDs пре 10 година
  Ole 1586274713 Remove redundant user type functions пре 10 година
  Ole b12d3d21ee Revert address-based metatable identification, because it causes problems with more than one Lua instance пре 10 година
  Ole 658af41388 Improve registry indexing, which should improve type checking for user types пре 10 година
  Ole a70e14f9fc doc: Rename 'meta table' to 'metatable' пре 10 година
  Ole f8a2b224d7 readme: Add LuaJIT support note пре 10 година
  Ole d4cdc42ecd readme: Extend note about `lua_Integer` quirks пре 10 година
  Ole 28e7de1932 Add some documentation to the user types translation unit пре 10 година
  Ole 4bb6212b73 tests: Test user type constructor seperately пре 10 година
  Ole 08edf49ce5 tests: Enhance user type testing пре 10 година
  Ole 540cf93216 Use 'push' and 'read' shortcuts пре 10 година
  Ole c3e858a496 Rename 'wrap_property' to 'wrap_field' пре 10 година
  Ole 56a566dd9e Add PropertyWrapper to differentiate between qualified and unqualified property accessors пре 10 година
  Ole 2f0eddeb25 Fix Value<T> specializations for qualified types пре 10 година
  Ole efaacf88d6 Improve 'apply' overload which operates on function onjects пре 10 година
  Ole e09788b300 Add TODO note about peculiarities with user_type_reg_name пре 10 година
  Ole 729dc398da Add template shortcut 'read<T>' for 'Value<T>::read' пре 10 година
  Ole 897adbc174 Add static_assert to unusable templates пре 10 година
  Ole 77505c69c9 Use unqualified type when accessing properties пре 10 година
  Ole 0cf38bcf29 Strip user types from qualifiers to prevent generation of uncessary templates пре 10 година
  Ole b8b9969c47 tests: Use const qualifier in tests пре 10 година
  Ole 76eb9c0ea7 examples: Use new const qualified in examples пре 10 година
  Ole 120f9a3b17 Allow methods to be qualified by applying const and/or volatile to the containing type пре 10 година
  Ole acaca780f8 Strip qualifiers from user types to achieve clean abstraction пре 10 година
  Ole 8c6ab68287 Do not push null pointer user types пре 10 година
  Ole 7991c033e6 tests: Implement user type tests пре 10 година
  Ole 6ee6540b7e Use only clean version of a user type T пре 10 година
  Ole 7a861eb4d3 Add 'register_global' convenience function пре 10 година