| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix several replacement | 2018-09-28 | 1 | -4/+4 | |
| * | add integer division operator | 2018-09-28 | 6 | -1/+14 | |
| * | Adding pow | 2018-09-02 | 6 | -11/+28 | |
| * | protect comment from alias | 2018-08-30 | 1 | -1/+5 | |
| * | Merge branch 'master' of github.com:Rolisteam/DiceParser | 2018-08-27 | 8 | -15/+109 | |
| |\ | |||||
| * | | -Fix alias in cli client. | 2018-08-27 | 1 | -2/+1 | |
| * | | -New API for validating validor. | 2018-08-27 | 12 | -46/+55 | |
| | * | Fix bug on dicealias replacement (when several replacement must be done | 2018-08-22 | 2 | -3/+5 | |
| | * | make sure aliases don't affect variable names or string | 2018-08-19 | 1 | -1/+79 | |
| | * | Change management of variable (ref instead of pointer) | 2018-08-12 | 4 | -11/+11 | |
| | * | Clean up Comment line | 2018-08-02 | 1 | -0/+1 | |
| | * | add unique operator | 2018-07-30 | 1 | -0/+11 | |
| * | | prevent crash when b operator is read without previous result | 2018-07-20 | 1 | -0/+3 | |
| | * | Fix mispelled word | 2018-07-15 | 1 | -2/+2 | |
| | * | add file for compiling | 2018-06-17 | 1 | -0/+2 | |
| |/ | |||||
| * | clangformat test. | 2018-06-14 | 1 | -33/+32 | |
| * | update help | 2018-06-14 | 1 | -0/+11 | |
| * | remove debug message | 2018-06-14 | 3 | -7/+0 | |
| * | -Add alias management from file | 2018-06-14 | 2 | -4/+27 | |
| * | -Add bind operator (soft version of merge). | 2018-06-14 | 7 | -1/+178 | |
| * | add main | 2018-06-11 | 1 | -0/+1 | |
| * | Merge pull request #14 from robinmoussu/documentation | 2018-06-02 | 1 | -128/+149 | |
| |\ | |||||
| | * | update `g` documentation | 2018-06-02 | 1 | -2/+9 | |
| | * | Reorganize sections | 2018-06-02 | 1 | -107/+110 | |
| | * | Compact the explanation of the comparator | 2018-06-02 | 1 | -14/+8 | |
| | * | Clean up documentation | 2018-06-02 | 1 | -9/+26 | |
| |/ | |||||
| * | fix issue about mergin reroll until and make the help command a bit more comp... | 2018-06-01 | 3 | -6/+72 | |
| * | add "R" (Reroll until) operator | 2018-06-01 | 5 | -45/+31 | |
| * | rename "exploSe" to "exploDe" | 2018-06-01 | 13 | -54/+59 | |
| * | to be tested | 2018-05-31 | 1 | -1/+9 | |
| * | scalar node is real compatible now | 2018-05-11 | 2 | -8/+8 | |
| * | -remove warnings | 2018-05-11 | 3 | -8/+8 | |
| * | reroll dice with replacement by expression | 2018-04-23 | 5 | -2/+24 | |
| * | -Remove dependency when unittest. | 2018-04-22 | 1 | -1/+4 | |
| * | Clean up | 2018-04-22 | 1 | -2/+0 | |
| * | Update HelpMe.md | 2018-04-20 | 1 | -1/+1 | |
| * | -May Fix g operator. | 2018-04-12 | 1 | -3/+3 | |
| * | -CleanUp | 2018-04-11 | 1 | -1/+0 | |
| * | -Fix regression on range. | 2018-04-11 | 1 | -1/+1 | |
| * | -CleanUp | 2018-04-11 | 1 | -3/+0 | |
| * | -fix bug and format file. | 2018-04-11 | 1 | -57/+50 | |
| * | Set Default value for ScalarResult. | 2018-04-11 | 1 | -1/+1 | |
| * | -Add blank line. | 2018-04-11 | 1 | -0/+1 | |
| * | -Add support for subcommand on reroll operator. | 2018-04-11 | 4 | -7/+68 | |
| * | -remove useless blank line. | 2018-04-11 | 1 | -1/+0 | |
| * | Update HelpMe.md | 2018-04-10 | 1 | -7/+25 | |
| * | Merge pull request #11 from robinmoussu/authors | 2018-04-10 | 1 | -0/+1 | |
| |\ | |||||
| | * | add myself in AUTHORS | 2018-04-09 | 1 | -0/+1 | |
| |/ | |||||
| * | Create AUTHORS | 2018-04-09 | 1 | -0/+8 | |
| * | Merge pull request #9 from robinmoussu/diceToText | 2018-04-09 | 1 | -60/+48 | |
| |\ | |||||