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

github.com/torch/sys.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-28Merge pull request #16 from BTNC/masterHEADmasterSoumith Chintala
fix fexecute for windows
2016-10-28fix fexecute for windowsRui Guo
2016-09-20Merge pull request #15 from nagadomi/fix_find_prefixSoumith Chintala
Fix type error in find_prefix
2016-09-20Fix type error in find_prefixnagadomi
2016-09-15adding luaffi dependencySoumith Chintala
2016-09-12Merge pull request #13 from nagadomi/fix_prefixSoumith Chintala
fixing sys to not fork
2016-09-12fixing sys to not forknagadomi
2016-09-10fixing sys to not fork for figuring out sys.OSSoumith Chintala
2016-08-25fixing readwhat optionSoumith Chintala
2016-04-16Merge pull request #7 from borisfom/masterSoumith Chintala
Removing assumption of Lua install directory
2016-03-31Merge pull request #8 from colesbury/masterSoumith Chintala
Separate sys.COLORS and sys.fpath into their own files
2016-03-31Separate sys.COLORS and sys.fpath into their own filesSam Gross
The sys package forks processes when the package is required to determine the OS and prefix. Unfortunately, due to a bug in OpenBLAS, simulatenous calls to fork can deadlock. The torch7 and image packages require sys at intialization, which now makes deadlocks much more common when using Torch threads and OpenBLAS. This moves sys.COLORS and sys.fpath into their own files which can be required independently, so that torch7 and image don't have to require all of sys and fork at initialization.
2016-03-05making sys.OS be protectedsoumith
2016-02-16Removing assumption of Lua install directoryBoris Fomitchev
2015-11-12Update sys-1.1-0.rockspecSoumith Chintala
2015-11-12Update README.mdSoumith Chintala
2015-09-07Merge pull request #5 from LinusU/patch-1Soumith Chintala
tell git to ignore build output
2015-09-07tell git to ignore build outputLinus Unnebäck
2015-07-24Merge pull request #4 from samehkhamis/masterSoumith Chintala
Making things work under windows
2015-07-24typosamehkhamis
2015-07-24Work under windowssamehkhamis
2015-05-01Merge pull request #3 from colesbury/masterSoumith Chintala
Lua 5.2 compatibility
2015-04-29Lua 5.2 compatibilitySam Gross
2014-03-26Merge pull request #2 from akfidjeland/masterkoray kavukcuoglu
Added BSD license
2014-03-26Added BSD licenseAndreas Fidjeland
2013-10-12...1.1-0Clement Farabet
2013-10-12Backward compatClement Farabet
2013-10-09New versionClement Farabet
2013-10-09...Clement Farabet
2013-10-09Doc, and cleanup of core functions.Clement Farabet
2013-10-09Windows build.Clement Farabet
2013-10-09Wrong CMAkeClement Farabet
2013-10-09Repackaged sysClement Farabet
2013-07-10Rebased rock.1.0-0Clement Farabet
2013-07-10README.Clement Farabet
2013-07-04tMerge branch 'master' of github.com:clementfarabet/lua---sysClement Farabet
2013-07-04New rockClement Farabet
2013-05-28Merge pull request #2 from Atcold/masterClement Farabet
Added some well formatted documentation
2013-05-28Update README.mdAlfredo Canziani
Converted README from <txt> to <md> Reformatted the documentation Added instruction about *how* to use <sys.COLORS>
2013-05-28Changed the README from <txt> to <md>Alfredo Canziani
2013-04-11Merge pull request #1 from Atcold/masterClement Farabet
Added operand to ls-based function
2013-04-11Added operand to ls-based functionAlfredo Canziani
2012-11-23Added tag.Clement Farabet
2012-11-23Fixed urlClement Farabet
2012-11-23Rockspec for luarocks supportClement Farabet
2012-10-03...Clement Farabet
2012-10-03Resolved leak in /tmp/Clement Farabet
2012-08-22fixed strClement Farabet
2012-08-20ARG>Clement Farabet
2012-08-20Fixed little bug for sys.executeClement Farabet