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
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-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
2014-11-08check for ambiguities (added force flag too for insane users)Ronan Collobert
2014-11-07added support for user-specific checksRonan Collobert
2014-11-07fix default when value is booleanRonan Collobert
2014-11-07added support for quietRonan Collobert
2014-11-07added support for overload (ex-chain)Ronan Collobert
2014-11-07removed the old C graph attemptRonan 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 doc dump capabilitiesRonan Collobert
2014-03-13added support for doc recordingRonan Collobert
2014-03-13additional key "doc" (equivalent to key "help")Ronan Collobert
2014-03-13doc fixRonan Collobert
2014-03-13isoftype -> istypeRonan Collobert
2014-03-12cleanup envRonan Collobert
2014-03-12fix docRonan Collobert
2014-03-12fix docRonan 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-04doc: packRonan Collobert
2014-03-04fix docRonan Collobert
2014-03-04fix docRonan Collobert