aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* removal of spaceRenaud G2015-05-051-2/+1
* removal of translatable string for commandsRenaud G2015-05-051-2/+2
* -management of runtime errorRenaud G2015-04-271-3/+12
* better management for default dice.Renaud G2015-04-251-33/+11
* file output for dotRenaud G2015-04-241-3/+3
* improvement of the libRenaud G2015-04-231-2/+10
* change the way die result are transmitted to client applicationRenaud G2015-04-221-30/+18
* prepare much better way to give the resultRenaud G2015-04-211-10/+22
* add API to make easier the use of DiceParser.Renaud G2015-04-151-0/+7
* -remove memory leaksRenaud G2015-04-081-3/+52
* remove default diceAlias. It must be managed by the end-user application.Renaud G2015-04-071-2/+2
* -Creation of dedicated class for alias managementRenaud G2015-04-061-12/+12
* -add error on several syntay points.Renaud G2015-04-021-0/+16
* -Better understanding of validators toString methodRenaud G2015-04-011-5/+13
* Merge branch 'master' of github.com:obiwankennedy/DiceParserRenaud G2015-03-311-16/+13
|\
* | add better error management (not finished yet)Renaud G2015-03-311-21/+206
| * -add feature to list aliases.Renaud G2015-03-311-2/+2
| * -better commentsRenaud G2015-03-251-3/+3
| * -Add listaliasnode to list all alias.Renaud G2015-03-241-14/+11
|/
* -Add new node to roll die as value of list.Renaud G2015-03-061-12/+29
* add generateTreeRenaud G2015-03-051-6/+41
* -store pointeur to previous node.Renaud G2015-03-031-0/+22
* -Add readInstructionOperatorRenaud G2014-12-131-1/+32
* -Allow the command help to workRenaud G2014-12-101-25/+34
* -New API for result type.Renaud G2014-12-091-3/+5
* -add command managementRenaud G2014-12-091-0/+16
* -change API of displayResult to return QStringRenaud G2014-12-061-2/+14
* Update diceparser.cppRenaud G.2014-05-281-0/+21
* Update diceparser.cppobiwankennedy2014-03-181-0/+20
* Update diceparser.cppobiwankennedy2014-02-041-1/+1
* Update diceparser.cppobiwankennedy2014-01-301-66/+19
* Update diceparser.cppobiwankennedy2014-01-271-51/+8
* fix some issue with parentheses management.Renaud G2014-01-251-141/+197
* correct compilation errorRenaud G2014-01-251-1/+1
* Update diceparser.cppobiwankennedy2014-01-231-39/+88
* Update diceparser.cppobiwankennedy2014-01-221-20/+21
* Update diceparser.cppobiwankennedy2014-01-211-202/+147
* adding parantheses management (unworking yet)Renaud G2014-01-201-0/+17
* Update diceparser.cppobiwankennedy2014-01-171-4/+9
* Update diceparser.cppobiwankennedy2014-01-161-0/+2
* Update diceparser.cppobiwankennedy2014-01-151-12/+12
* Update diceparser.cppobiwankennedy2014-01-151-10/+26
* Update diceparser.cppobiwankennedy2014-01-141-65/+120
* Update diceparser.cppobiwankennedy2014-01-111-0/+1
* Update diceparser.cppobiwankennedy2014-01-101-3/+22
* Update diceparser.cppobiwankennedy2014-01-081-11/+32
* Update diceparser.cppobiwankennedy2014-01-071-69/+93
* Update diceparser.cppobiwankennedy2014-01-071-2/+43
* Add new management of result.Renaud G2014-01-051-1/+2
* -Adding range, booleancondition and countexecutenode.Renaud G2014-01-041-15/+152