| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | 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 | ||
| |\ | | | | | | | | | Value list node and occurence improvements See merge request kde/rolisteam-diceparser!1 | |||||
| | * | Merge branch 'new_operator_and_fix' of ↵ | 2019-07-12 | 0 | -0/+0 | ||
| | |\ | | | | | | | | | | invent.kde.org:kde/rolisteam-diceparser into new_operator_and_fix | |||||
| | * | | 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 | ||
| | | | | ||||||
| | * | | Change behaviour of occurence count node. | 2019-07-12 | 2 | -36/+77 | ||
| | | | | | | | | | | | | | Now it can generate a dice result. | |||||
| | * | | Add forloopnode - experiemental | 2019-07-12 | 2 | -0/+139 | ||
| | | | | | | | | | | | | | it is not compiled | |||||
| | * | | use copy constructor instead of assignement | 2019-07-12 | 7 | -14/+14 | ||
| | | | | ||||||
| | * | | clang format | 2019-07-12 | 1 | -2/+0 | ||
| | | | | ||||||
| | * | | Fix read validator | 2019-07-12 | 2 | -7/+6 | ||
| | | | | ||||||
| | * | | Add valueslistnode | 2019-07-12 | 6 | -0/+123 | ||
| | | | | ||||||
| * | | | clang format | 2019-07-12 | 1 | -2/+2 | ||
| |/ / | ||||||
| * | | fix compilation of rolisteam | 2019-07-12 | 1 | -2/+0 | ||
| | | | ||||||
| * | | update ci | 2019-07-12 | 1 | -1/+1 | ||
| | | | ||||||
| * | | fix ci | 2019-07-12 | 1 | -1/+1 | ||
| | | | ||||||
| * | | fix ci | 2019-07-12 | 1 | -1/+4 | ||
| | | | ||||||
| * | | env show errors | 2019-07-12 | 1 | -1/+1 | ||
| | | | ||||||
| | * | Fix errors | 2019-07-12 | 2 | -11/+12 | ||
| | | | ||||||
| * | | fix ci | 2019-07-12 | 1 | -1/+1 | ||
| | | | ||||||
| * | | CI debug | 2019-07-12 | 1 | -6/+8 | ||
| | | | ||||||
| * | | Add travis file | 2019-07-11 | 2 | -1/+28 | ||
| | | | ||||||
| * | | remove useless lines | 2019-07-11 | 3 | -17/+3 | ||
| | | | ||||||
| * | | rework diceparser to run unit tests | 2019-07-11 | 11 | -76/+1084 | ||
| | | | ||||||
| | * | Change behaviour of occurence count node. | 2019-07-10 | 2 | -36/+77 | ||
| | | | | | | | | | Now it can generate a dice result. | |||||
| | * | Add forloopnode - experiemental | 2019-07-10 | 2 | -0/+139 | ||
| | | | | | | | | | it is not compiled | |||||
| | * | use copy constructor instead of assignement | 2019-07-10 | 7 | -14/+14 | ||
| | | | ||||||
| | * | clang format | 2019-07-10 | 1 | -20/+24 | ||
| | | | ||||||
| | * | Fix read validator | 2019-07-10 | 2 | -7/+6 | ||
| | | | ||||||
| | * | Add valueslistnode | 2019-07-10 | 6 | -1/+125 | ||
| | | | ||||||
| * | | clang format | 2019-06-29 | 1 | -5/+6 | ||
| |/ | ||||||
| * | Don't compile forloopnode | 2019-06-29 | 1 | -1/+1 | ||
| | | ||||||
| * | Add test node. | 2019-05-08 | 3 | -0/+94 | ||
| | | ||||||
| * | set pointer to null | 2019-05-08 | 1 | -1/+1 | ||
| | | ||||||
| * | fix #43 | 2019-05-02 | 1 | -0/+2 | ||
| | | ||||||