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

github.com/torch/argcheck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-30Merge pull request #13 from Atcold/patch-1HEADmasterSoumith Chintala
2016-06-30Documentation fixAlfredo Canziani
2016-05-11Merge pull request #10 from jbarbero/fix-colors-patchSoumith Chintala
2016-05-11fix argcheck function to encapsulate its local variablesjbarbero
2016-04-27Merge pull request #8 from jbarbero/fix-colorsSoumith Chintala
2016-04-27suppress ANSI color codes if stdout or stderr is not a terminaljbarbero
2016-04-16Merge pull request #7 from bamos/masterSoumith Chintala
2016-03-25README: Briefly mention Tensor checks.Brandon Amos
2016-03-16Merge pull request #6 from jgehring/typecheck-fixesRonan Collobert
2016-03-10Fixed torch type checkingJonas Gehring
2016-02-13fixing cmakeSoumith Chintala
2016-02-01cmake for non-luarocks buildSoumith Chintala
2016-01-31rocks depends on sundownRonan Collobert
2016-01-31better support of the doc dump featureRonan Collobert
2016-01-29added an extra test for obj:call()Ronan Collobert
2016-01-28improve usage messageRonan Collobert
2016-01-28(oops) remove debug messageRonan Collobert
2016-01-28show argument types when an error occursRonan Collobert
2016-01-28support torch types, if torch is foundRonan Collobert
2015-03-08exclude nil nodes in named arguments (much less code generated as a result)Ronan Collobert
2015-03-07variable with default can be nil (and returns the default) + test case addedRonan Collobert
2015-03-02fixed method named argument call, and updated test suite accordinglyRonan Collobert
2015-03-02istype() honors __typename in metatableRonan Collobert
2015-02-28fix handling of multiple default values in method mode and added correspondin...Ronan Collobert
2015-02-27added missing C version of the benchmarkRonan Collobert
2015-02-27fix a sneaky bug and added corresponding test caseRonan Collobert
2014-11-22reverse order of default/opt rule handlingRonan Collobert
2014-11-19make sure istype() is always present as an upvalue in the generated functionRonan Collobert
2014-11-11Merge branch 'graph'Ronan Collobert
2014-11-11added link to benchmark pagegraphRonan Collobert
2014-11-11added benchmark suite, as well as report analysisRonan Collobert
2014-11-11added a brief changelogRonan Collobert
2014-11-11updated doc concerning debug outputRonan Collobert
2014-11-11document the named method caseRonan Collobert
2014-11-11remove n variable in graph nodesRonan Collobert
2014-11-11make sure self is not optionalRonan Collobert
2014-11-10added support for named method calls self:func{args} (i.e. func(self, {args}))Ronan Collobert
2014-11-10more robust/predictible tree generationRonan Collobert
2014-11-09removed now useless bit library dependencyRonan Collobert
2014-11-09fix support for opt=true (nil are now properly handled)Ronan Collobert
2014-11-09version 1.01.0.0-0Ronan Collobert
2014-11-08docRonan Collobert
2014-11-08fix some docRonan Collobert
2014-11-08added a test suiteRonan Collobert
2014-11-08updated the docRonan Collobert
2014-11-08fix bug when assigning head rules in a new pathRonan Collobert
2014-11-08integrated support for docRonan Collobert
2014-11-08cosmetic changes to generated dot graphRonan Collobert
2014-11-08various debug cleanupRonan Collobert
2014-11-08removed one useless specific caseRonan Collobert