Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/torch7.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/luaT
AgeCommit message (Expand)Author
2017-05-26Adding support for ADD_TORCH_LIBRARY macroLuke Alonso
2017-04-25fix HTML anchors in luaT docNicholas LĂ©onard
2016-11-28changes to compile with msvcRui Guo
2016-10-03replace long with ptrdiff_t for memory size/offset etcRui Guo
2016-08-11fix several spelling errorsZhou Mo
2016-08-08cmake: add soversion for luaTLumin Zhou
2016-04-19Fix pointer to long conversions in luaTAdam Paszke
2016-04-18Check for overflows when converting pointers in luaTAdam Paszke
2016-03-22separate handler for binary/unary operators in luaTWen Li Zhuang
2016-03-11Lua 5.3 integer supportLuke Alonso
2016-01-11Merge pull request #393 from hughperkins/static-optionalSoumith Chintala
2015-12-18Update README.mdKaiyu Yang
2015-10-17introduced luaT_newlocalmetatable.newlocalmetatableRonan Collobert
2015-10-13patch to luaT.c allowing for nested modulesj-wilson
2015-10-04static libraries no longer built by defaultHugh Perkins
2015-07-10Add support for compilation on Windows using mingw32.Paul Kulchenko
2015-05-29Add support for Lua 5.2Sam Gross
2015-05-29Support luaffi.Sam Gross
2015-05-27Adding support for a static build of torch.ztaylor
2015-02-05Fix parent class validity checkGeorgOstrovski
2014-11-24Initialize pointer to avoid compiler warnings.GeorgOstrovski
2014-11-22luaT: better support for cdata (luajit only)Ronan Collobert
2014-11-04fix recent cmake warnings and update cmake way of handling rpathRonan Collobert
2014-10-23fix: intptr_t is not C89Ronan Collobert
2014-10-23added torch.pushudata()Ronan Collobert
2014-10-23luaT: fix luaT_lua_pointer on cdata objectsRonan Collobert
2014-10-22added (yet undocumented) support for custom metatypes in luaT/torch7 type systemRonan Collobert
2014-10-22luaT: extended luaT_lua_pointer to support string and cdataRonan Collobert
2014-03-28Fix creation of classJulien Cornebise
2014-03-14Make luaT_classmodulename thread safe.Tim Harley
2014-02-14luaT: make sure it is C++ compatibleRonan Collobert
2014-02-14added/modified cmake files to make torch7 a standalone packageRonan Collobert
2014-02-14dok -> mdRonan Collobert
2012-09-28avoid segfault if required class is not already loaded.koray kavukcuoglu
2012-09-13fixed bug when calling operators + forgotten support for __call__ in new APIRonan Collobert
2012-08-13dok correctionRonan Collobert
2012-08-13more luaT dokRonan Collobert
2012-08-13minor cosmetic changesRonan Collobert
2012-08-13luaT_typerror: print lua name when luaT returns nothingRonan Collobert
2012-08-13erased root-metatable tracks: rmt -> mtRonan Collobert
2012-08-13safer way to handling typename + cleanupRonan Collobert
2012-08-09marked some functions as deprecatedRonan Collobert
2012-08-09luaT with no id: bug correction + put back constructor tables, which are in f...Ronan Collobert
2012-08-09removed id mechanism from luaTRonan Collobert
2012-02-21luaT was not putting the dok in luat...Ronan Collobert
2012-02-01cmake files cleanupRonan Collobert
2012-01-31torch7 now exports its own targets for external packagesRonan Collobert
2012-01-25initial revamp of torch7 treeRonan Collobert