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

github.com/torch/luajit-rocks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-19luajit 2.{0,1}: fixing/improving CMakeLists.txtRonan Collobert
2017-04-18Merge commit '62e671481dd5bb796c56de2980f3b5b90a7ab343'Ronan Collobert
2016-02-01making the PATH and CPATH cached (so that they are accessible by other ↵Soumith Chintala
projects in a larger cmake build
2015-12-29Fixed support for ARM64. Tested on ARM Cortex A53.valentin
2015-11-24Merge commit '09c1591e5cfdbf21fbe350de34fd94b971223c1e'Ronan Collobert
2015-09-01Merge commit '21269a1bc078531371d82db31a8db968befb8fc8'Ronan Collobert
2015-06-22ffi / cdecl: refresh all pre-computed hash valuesCédric Deltheil
Since commit cafad2e the lookup3 hash function has been replaced by tommyds for string hashing. However pre-computed hash values used e.g. by `ffi.abi` or the C declaration parser have not been migrated at that time.
2015-04-14link with pthread (if found)threadsRonan Collobert
workaround long standing pthread problem: https://sourceware.org/bugzilla/show_bug.cgi?id=18192
2015-03-10replaced luajit poor string hash with tommyds hashRonan Collobert
http://tommyds.sourceforge.net/
2015-03-10Merge commit '0458550e6b40205b68bb484a04a6c04cca66828f'Ronan Collobert
2014-11-04added cmake files for luajit 2.0Ronan Collobert
2014-11-04added readline support for luajit 2.0Ronan Collobert
2014-11-04Merge commit 'b79f96e2f7b03d7a4cb9b9638d21f1c64d4fcaa3' as 'luajit-2.0'Ronan Collobert
2014-11-04remove luajit-2.0 (as it does not follow git subtree anymore)Ronan Collobert
2014-11-03cleanup rpath to follow new cmake recommendationsRonan Collobert
2014-11-02moved luajit directory to luajit-2.0Ronan Collobert