aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change file organization.Renaud G2022-04-291-271/+0
* Make sure Windows compilation worksRenaud G2022-04-161-11/+16
* fix outputRenaud G2020-10-211-4/+5
* clean up diceparser code.Renaud G2020-09-271-135/+1
* fix output change.Renaud G2020-09-121-0/+5
* Fix repeat node.Renaud G2020-08-221-0/+15
* draft to fix repeater node.Renaud G2020-08-211-29/+0
* Better export in json.Renaud G2020-08-211-2/+2
* Rework exportingRenaud G2020-08-211-159/+34
* WIP: Export result in json.Renaud G2020-08-211-0/+20
* change the way diceparser is giving its result.Renaud G2020-08-211-33/+36
* Fix some behaviours aboutRenaud G2020-08-011-1/+3
* Management of string result inside string result.Renaud G2020-06-281-24/+23
* Fix compilation on masterRenaud G2020-04-171-0/+15
* Change website addressRenaud G2020-04-121-1/+1
* @ placeholder does not display final scalar when y operator is set.Renaud G2020-03-281-2/+9
* Show explode value in @ place holder.Renaud G2020-03-281-3/+11
* add unicity and repeat function part2Renaud G2020-03-281-1049/+57
* OPTI: Add QSet instead of QStringRenaud G2019-12-221-4/+4
* Protect all dynamic casts.Renaud G2019-10-071-10/+13
* Add operator TRenaud G2019-09-261-0/+10
* Remove warningsRenaud G2019-09-241-3/+2
* Fix error messagesRenaud G2019-09-191-6/+6
* Fix compilation on windowsRenaud G2019-09-151-1/+1
* Copy die but prevent them to be displayed twice.Renaud G2019-09-051-13/+15
* New API for valid dice.Renaud G2019-07-281-18/+45
* Add cleanAll functionRenaud G2019-07-281-5/+10
* Rework of the component to be a proper libRenaud G2019-07-251-28/+29
* fix if behaviour and outputRenaud G2019-07-191-8/+13
* Add values list nodeRenaud G2019-07-121-1/+8
* Fix errorsRenaud G2019-07-121-5/+5
* clang formatRenaud G2019-07-121-2/+0
* Add valueslistnodeRenaud G2019-07-121-0/+36
* rework diceparser to run unit testsRenaud G2019-07-111-19/+31
* Add unique operatorRenaud G2019-04-231-0/+9
* rename unique to spread operatorRenaud G2019-04-231-1/+1
* Use occurence node.Renaud G2019-03-231-6/+6
* add occurencecountnodeRenaud G2019-03-231-0/+27
* clang formatRenaud G2019-02-121-462/+463
* clazy warningsRenaud G2019-01-051-14/+18
* remove warningRenaud G2018-12-161-98/+5
* Small modification to validate tests.Renaud G2018-12-151-0/+5
* remove lineRenaud G2018-12-151-1/+0
* Fix indent.Renaud G2018-12-151-1051/+1051
* Fix several issues.Renaud G2018-12-151-13/+26
* -Remove debug message.Renaud G2018-12-151-4/+4
* fix indent.Renaud G2018-12-151-1/+0
* add new way to display result in dot fileobiwankennedy2018-12-121-1069/+1072
* add warning when no closing parenthesisRenaud G2018-12-101-0/+4
* Display warning message and fix error.Renaud G2018-12-091-10/+27