| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix comments | 2020-10-13 | 1 | -1/+1 | ||
| * | Add some small fixes | 2020-10-13 | 2 | -2/+7 | ||
| * | Fix output error | 2020-10-06 | 1 | -2/+8 | ||
| * | Fix arithmetic priority for pow | 2020-10-06 | 1 | -0/+4 | ||
| * | update readme. | 2020-09-27 | 1 | -2/+2 | ||
| * | clean up diceparser code. | 2020-09-27 | 4 | -162/+31 | ||
| * | show big number | 2020-09-20 | 2 | -3/+9 | ||
| * | fix output change. | 2020-09-12 | 5 | -7/+20 | ||
| * | Fix paint node. | 2020-09-03 | 2 | -5/+2 | ||
| * | Fix repeat node. | 2020-08-22 | 9 | -342/+207 | ||
| * | draft to fix repeater node. | 2020-08-21 | 4 | -64/+74 | ||
| * | Better export in json. | 2020-08-21 | 4 | -14/+89 | ||
| * | Rework exporting | 2020-08-21 | 7 | -454/+523 | ||
| * | WIP: Export result in json. | 2020-08-21 | 1 | -0/+20 | ||
| * | change the way diceparser is giving its result. | 2020-08-21 | 3 | -109/+97 | ||
| * | Update README.md | 2020-08-11 | 1 | -0/+12 | ||
| * | update ci | 2020-08-01 | 1 | -10/+52 | ||
| * | Fix some behaviours about | 2020-08-01 | 2 | -3/+15 | ||
| * | add complex output on group in documentation | 2020-08-01 | 1 | -0/+16 | ||
| * | Add left aside in group complex output. | 2020-08-01 | 1 | -1/+17 | ||
| * | Group Operator can display complex output | 2020-08-01 | 4 | -7/+36 | ||
| * | improve documentation | 2020-06-28 | 1 | -173/+437 | ||
| * | rename API to get errorMap. | 2020-06-28 | 2 | -6/+7 | ||
| * | Management of string result inside string result. | 2020-06-28 | 4 | -44/+94 | ||
| * | Add text output for main | 2020-06-15 | 1 | -3/+23 | ||
| * | coding style on sort result node. | 2020-06-12 | 1 | -59/+55 | ||
| * | Fix error with paint node. | 2020-06-12 | 1 | -1/+1 | ||
| * | Enable debug | 2020-06-12 | 1 | -0/+1 | ||
| * | Simplify the documentatiton | 2020-06-12 | 1 | -70/+11 | ||
| * | Fix behaviour of output. | 2020-05-22 | 2 | -2/+2 | ||
| * | fix #82 return 0 for no reason. | 2020-05-01 | 2 | -21/+18 | ||
| * | fix tests. | 2020-04-26 | 1 | -3/+4 | ||
| * | Add support for OnEachValue compare method. | 2020-04-26 | 7 | -19/+118 | ||
| * | die: Add missing array include | 2020-04-23 | 1 | -0/+1 | ||
| * | Fix compilation | 2020-04-23 | 1 | -3/+4 | ||
| * | Fix build | 2020-04-22 | 1 | -1/+1 | ||
| * | Add copy constructor for alias | 2020-04-20 | 4 | -5/+15 | ||
| * | fix compile | 2020-04-18 | 1 | -1/+2 | ||
| * | fix mispell file name | 2020-04-18 | 1 | -2/+2 | ||
| * | Fix compilation on master | 2020-04-17 | 5 | -0/+35 | ||
| * | Init to nullptr | 2020-04-15 | 1 | -2/+2 | ||
| * | Improve init of the seed | 2020-04-15 | 2 | -2/+19 | ||
| * | Improve documentation | 2020-04-15 | 1 | -4/+69 | ||
| * | Dice: fix #77 from github | 2020-04-15 | 4 | -74/+183 | ||
| * | Change website address | 2020-04-12 | 60 | -60/+60 | ||
| * | New Api for string result subclass dice result. | 2020-04-01 | 10 | -78/+156 | ||
| * | Don't display string result if it can be read as int. | 2020-03-31 | 1 | -2/+4 | ||
| * | Rework help about range. | 2020-03-28 | 1 | -3/+3 | ||
| * | Merge branch 'repeat2' into 'master' | 2020-03-28 | 34 | -1654/+2435 | ||
| |\ | ||||||
| | * | Add filter operator in the Help. | 2020-03-28 | 1 | -0/+15 | ||