| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| * | Fuzzer script | 2019-07-25 | 1 | -2/+8 | |
| * | Static compilation is only triggered if -DSTATIC_BUILD=ON is set. | 2019-07-25 | 1 | -9/+10 | |
| * | Fix crash found by afl | 2019-07-25 | 4 | -3/+21 | |
| * | add fuzzer test | 2019-07-25 | 4 | -0/+162 | |
| * | add cmakefile for tests | 2019-07-25 | 1 | -0/+2 | |
| * | template for pkg config file | 2019-07-25 | 1 | -0/+12 | |
| * | Rework of the component to be a proper lib | 2019-07-25 | 35 | -190/+235 | |
| * | move files | 2019-07-25 | 11 | -47/+9 | |
| * | set getPrevious const | 2019-07-19 | 2 | -2/+2 | |
| * | add getId public method | 2019-07-19 | 2 | -0/+7 | |
| * | Add unique test | 2019-07-19 | 1 | -2/+33 | |
| * | Add test on spread operator | 2019-07-19 | 1 | -7/+44 | |
| * | fix if behaviour and output | 2019-07-19 | 5 | -30/+42 | |
| * | remove warnings | 2019-07-19 | 3 | -19/+13 | |
| * | Add if command test | 2019-07-19 | 2 | -0/+62 | |
| * | Merge branch 'new_operator_and_fix' into 'master' | 2019-07-12 | 23 | -105/+448 | |
| |\ | |||||
| | * | Merge branch 'new_operator_and_fix' of invent.kde.org:kde/rolisteam-diceparse... | 2019-07-12 | 0 | -0/+0 | |
| | |\ | |||||
| | * | | Improve readme | 2019-07-12 | 1 | -37/+55 | |
| | * | | add new command to test. | 2019-07-12 | 1 | -3/+15 | |
| | * | | fix warnings | 2019-07-12 | 1 | -0/+1 | |
| | * | | Add values list node | 2019-07-12 | 2 | -2/+13 | |
| | * | | Fix errors | 2019-07-12 | 2 | -11/+12 | |