aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Improve alias replacementRenaud G2019-09-241-1/+26
* Change priorityRenaud G2019-09-241-1/+1
* Change index API from qint64 to quint64Renaud G2019-09-242-4/+4
* Remove warningsRenaud G2019-09-243-12/+10
* Fix error messagesRenaud G2019-09-192-7/+7
* Fix compilation on windowsRenaud G2019-09-155-8/+8
* update priRenaud G2019-09-151-4/+6
* add composite validator in the documentationRenaud G2019-09-152-5/+40
* prevent warningRenaud G2019-09-151-1/+1
* Improve readabilityRenaud G2019-09-152-1/+2
* add testRenaud G2019-09-111-5/+18
* Fix count nodeRenaud G2019-09-101-1/+1
* Set alias as json parameter textRenaud G2019-09-051-24/+32
* Copy die but prevent them to be displayed twice.Renaud G2019-09-054-15/+42
* Fix #54Renaud G2019-08-241-1/+1
* Merge branch 'liberation' into 'master'renaud guezennec2019-07-2963-525/+1060
|\
| * Update DiceParser GrammarRenaud G2019-07-292-35/+106
| * add fuzzer testRenaud G2019-07-283-48/+15
| * Compile source instead of against libRenaud G2019-07-281-2/+2
| * add testsRenaud G2019-07-281-5/+32
| * ignore all fuzzer dataRenaud G2019-07-281-0/+5
| * set result type on scalar resultRenaud G2019-07-281-1/+4
| * add overrideRenaud G2019-07-281-4/+3
| * remove use of pointerRenaud G2019-07-281-9/+8
| * add overrideRenaud G2019-07-281-4/+5
| * set of possibilityRenaud G2019-07-282-1/+20
| * prevent crashRenaud G2019-07-281-1/+1
| * manage new API isValidRangeSizeRenaud G2019-07-281-3/+15
| * Painter node add resultRenaud G2019-07-281-4/+6
| * fix merge node against crashRenaud G2019-07-281-34/+34
| * Painter dice now have a copy of the resultRenaud G2019-07-282-3/+2
| * new api for validatorRenaud G2019-07-282-1/+13
| * initialize pointer on nullptrRenaud G2019-07-284-3/+4
| * change how count operator countRenaud G2019-07-281-1/+1
| * Add bool return to manage no parameter on painter nodeRenaud G2019-07-282-18/+22
| * New API for isValidRangeSizeRenaud G2019-07-288-26/+54
| * Fix dice copy constructor and set default valueRenaud G2019-07-282-3/+5
| * New API for valid dice.Renaud G2019-07-281-18/+45
| * Add cleanAll functionRenaud G2019-07-282-6/+11
| * Composite Validator with better APIRenaud G2019-07-282-38/+91
| * Clean the memory after execution.Renaud G2019-07-281-6/+3
| * Prevent crashes when copying boolean conditionRenaud G2019-07-281-1/+1
| * fix timeouts about valid rangeRenaud G2019-07-282-14/+75
| * Absolute path for source filesRenaud G2019-07-281-42/+42
| * Put together all important enums inside diceparserhelper.hRenaud G2019-07-252-15/+48
| * Main for fuzzing DiceParserRenaud G2019-07-251-1/+1
| * Fuzzer scriptRenaud G2019-07-251-2/+8
| * Static compilation is only triggered if -DSTATIC_BUILD=ON is set.Renaud G2019-07-251-9/+10
| * Fix crash found by aflRenaud G2019-07-254-3/+21
| * add fuzzer testRenaud G2019-07-254-0/+162