| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix error on range computation | 2019-09-24 | 1 | -1/+1 | |
| * | Fix Bug #55 | 2019-09-24 | 1 | -0/+1 | |
| * | Add space | 2019-09-24 | 1 | -1/+1 | |
| * | add clang format file | 2019-09-24 | 1 | -0/+87 | |
| * | Improve alias replacement | 2019-09-24 | 1 | -1/+26 | |
| * | Change priority | 2019-09-24 | 1 | -1/+1 | |
| * | Change index API from qint64 to quint64 | 2019-09-24 | 2 | -4/+4 | |
| * | Remove warnings | 2019-09-24 | 3 | -12/+10 | |
| * | Fix error messages | 2019-09-19 | 2 | -7/+7 | |
| * | Fix compilation on windows | 2019-09-15 | 5 | -8/+8 | |
| * | update pri | 2019-09-15 | 1 | -4/+6 | |
| * | add composite validator in the documentation | 2019-09-15 | 2 | -5/+40 | |
| * | prevent warning | 2019-09-15 | 1 | -1/+1 | |
| * | Improve readability | 2019-09-15 | 2 | -1/+2 | |
| * | add test | 2019-09-11 | 1 | -5/+18 | |
| * | Fix count node | 2019-09-10 | 1 | -1/+1 | |
| * | Set alias as json parameter text | 2019-09-05 | 1 | -24/+32 | |
| * | Copy die but prevent them to be displayed twice. | 2019-09-05 | 4 | -15/+42 | |
| * | Fix #54 | 2019-08-24 | 1 | -1/+1 | |
| * | Merge branch 'liberation' into 'master' | 2019-07-29 | 63 | -525/+1060 | |
| |\ | |||||
| | * | Update DiceParser Grammar | 2019-07-29 | 2 | -35/+106 | |
| | * | add fuzzer test | 2019-07-28 | 3 | -48/+15 | |
| | * | Compile source instead of against lib | 2019-07-28 | 1 | -2/+2 | |
| | * | add tests | 2019-07-28 | 1 | -5/+32 | |
| | * | ignore all fuzzer data | 2019-07-28 | 1 | -0/+5 | |
| | * | set result type on scalar result | 2019-07-28 | 1 | -1/+4 | |
| | * | add override | 2019-07-28 | 1 | -4/+3 | |
| | * | remove use of pointer | 2019-07-28 | 1 | -9/+8 | |
| | * | add override | 2019-07-28 | 1 | -4/+5 | |
| | * | set of possibility | 2019-07-28 | 2 | -1/+20 | |
| | * | prevent crash | 2019-07-28 | 1 | -1/+1 | |
| | * | manage new API isValidRangeSize | 2019-07-28 | 1 | -3/+15 | |
| | * | Painter node add result | 2019-07-28 | 1 | -4/+6 | |
| | * | fix merge node against crash | 2019-07-28 | 1 | -34/+34 | |
| | * | Painter dice now have a copy of the result | 2019-07-28 | 2 | -3/+2 | |
| | * | new api for validator | 2019-07-28 | 2 | -1/+13 | |
| | * | initialize pointer on nullptr | 2019-07-28 | 4 | -3/+4 | |
| | * | change how count operator count | 2019-07-28 | 1 | -1/+1 | |
| | * | Add bool return to manage no parameter on painter node | 2019-07-28 | 2 | -18/+22 | |
| | * | New API for isValidRangeSize | 2019-07-28 | 8 | -26/+54 | |
| | * | Fix dice copy constructor and set default value | 2019-07-28 | 2 | -3/+5 | |
| | * | New API for valid dice. | 2019-07-28 | 1 | -18/+45 | |
| | * | Add cleanAll function | 2019-07-28 | 2 | -6/+11 | |
| | * | Composite Validator with better API | 2019-07-28 | 2 | -38/+91 | |
| | * | Clean the memory after execution. | 2019-07-28 | 1 | -6/+3 | |
| | * | Prevent crashes when copying boolean condition | 2019-07-28 | 1 | -1/+1 | |
| | * | fix timeouts about valid range | 2019-07-28 | 2 | -14/+75 | |
| | * | Absolute path for source files | 2019-07-28 | 1 | -42/+42 | |
| | * | Put together all important enums inside diceparserhelper.h | 2019-07-25 | 2 | -15/+48 | |
| | * | Main for fuzzing DiceParser | 2019-07-25 | 1 | -1/+1 | |