aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/sortresult.cpp
Commit message (Collapse)AuthorAgeFilesLines
* improve output for dot systemRenaud G2015-05-051-1/+1
|
* add comments and gpl header to those files for better documentation in doxygenRenaud G2015-04-301-1/+22
|
* Dot tree now also displays the result tree. (must be improved).Renaud G2015-04-251-1/+2
|
* add better error management (not finished yet)Renaud G2015-03-311-3/+0
| | | | | add check for endless loop in validator (not finished yet) Better helpMe
* -store pointeur to previous node.Renaud G2015-03-031-1/+1
|
* Add error management. Protect sort node after scalar result node.Renaud G2014-11-091-7/+6
|
* Update sortresult.cppobiwankennedy2014-01-301-0/+11
| | | getPriority
* fix some issue with parentheses management.Renaud G2014-01-251-1/+1
|
* Update sortresult.cppobiwankennedy2014-01-211-1/+5
| | | toString
* Update sortresult.cppobiwankennedy2014-01-141-1/+2
| | | Adding previous result API.
* Update sortresult.cppobiwankennedy2014-01-091-20/+33
| | | dichotomy sorting
* Update sortresult.cppobiwankennedy2014-01-081-14/+40
| | | manual sort because of die*.
* Update sortresult.cppobiwankennedy2014-01-071-15/+32
| | | add diceresult
* Add new management of result.Renaud G2014-01-051-2/+2
| | | | It may require to make several
* -Adding range, booleancondition and countexecutenode.Renaud G2014-01-041-0/+37