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-04-27suppress ANSI color codes if stdout or stderr is not a terminaljbarbero
2016-01-31better support of the doc dump featureRonan Collobert
2015-03-07variable with default can be nil (and returns the default) + test case addedRonan Collobert
2014-11-22reverse order of default/opt rule handlingRonan Collobert
2014-11-11make sure self is not optionalRonan 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-08integrated support for docRonan Collobert
2014-11-08various debug cleanupRonan Collobert
2014-11-07added support for overload (ex-chain)Ronan Collobert
2014-11-07support for named argumentsRonan Collobert
2014-11-07handle lua 5.2 bit libRonan Collobert
2014-11-07graph-based: first working version (ordered arguments only)Ronan Collobert
2014-11-07improve graph-based argcheck algorithmRonan Collobert
2014-11-07basic code for graph generationRonan Collobert
2014-04-17fix handling of booleans optional valuesRonan Collobert
2014-04-11bug fix: optional arguments were not properly handled in some cases [huge bug]Ronan Collobert
2014-04-10handle call + quietRonan Collobert
2014-03-24added support for @ARGP and @ARGT (no __args anymore)Ronan Collobert
2014-03-20use ascii sundown renderer for documentation when availableRonan Collobert
2014-03-13added support for doc recordingRonan Collobert
2014-03-13additional key "doc" (equivalent to key "help")Ronan Collobert
2014-03-13isoftype -> istypeRonan Collobert
2014-03-12cleanup envRonan Collobert
2014-03-12support for the global chain optionRonan Collobert
2014-03-11added support for global "call" optionRonan Collobert
2014-03-11added support (and documentation) for global "quiet" optionRonan Collobert
2014-03-04revamp completely argcheck: better and simpler!Ronan Collobert
2014-02-28opt argument can be also nil...Ronan Collobert
2013-02-26require 'bit' if necessaryRonan Collobert
2013-02-26fixed help messageRonan Collobert
2013-02-25read should be done even if check does not existRonan Collobert
2013-02-25bug correction when no type is givenRonan Collobert
2013-02-21removed remaining torch dependenciesRonan Collobert