Branch: refs/heads/master
Home: https://github.com/phpmyadmin/simple-math
Commit: e0e6feafabccc34412b83665f7c2aa0c3a1ced35
https://github.com/phpmyadmin/simple-math/commit/e0e6feafabccc34412b83665f7…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-10-12 (Wed, 12 Oct 2016)
Changed paths:
M src/Expressions/Operator.php
M src/Expressions/Subtraction.php
M src/Expressions/Ternary.php
Log Message:
-----------
Share code for getting two operands
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/simple-math
Commit: 7bc6c439ef141201384c5f444a97a225a1f3c90f
https://github.com/phpmyadmin/simple-math/commit/7bc6c439ef141201384c5f444a…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-10-12 (Wed, 12 Oct 2016)
Changed paths:
M src/Expressions/Comparison.php
M src/Expressions/ComparisonEQ.php
M src/Expressions/ComparisonGT.php
M src/Expressions/ComparisonGTE.php
M src/Expressions/ComparisonLT.php
M src/Expressions/ComparisonLTE.php
M src/Expressions/ComparisonNE.php
M src/Expressions/OperatorAnd.php
M src/Expressions/OperatorOr.php
Log Message:
-----------
Use more generic method name
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: a99ba3791ae82de4497eedba7becd6c959c17998
https://github.com/phpmyadmin/simple-math/commit/a99ba3791ae82de4497eedba7b…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-10-12 (Wed, 12 Oct 2016)
Changed paths:
M src/Expressions/Addition.php
A src/Expressions/Binary.php
R src/Expressions/Comparison.php
M src/Expressions/ComparisonEQ.php
M src/Expressions/ComparisonGT.php
M src/Expressions/ComparisonGTE.php
M src/Expressions/ComparisonLT.php
M src/Expressions/ComparisonLTE.php
M src/Expressions/ComparisonNE.php
M src/Expressions/Division.php
M src/Expressions/Modulo.php
M src/Expressions/Multiplication.php
M src/Expressions/Operator.php
M src/Expressions/OperatorAnd.php
M src/Expressions/OperatorOr.php
Log Message:
-----------
Share code for getting values from stack
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/simple-math/compare/5a35490ecddf...a99ba3791a…
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/simple-math
Commit: 08e597782891eca158736ff3815e1446d38bd4a0
https://github.com/phpmyadmin/simple-math/commit/08e597782891eca158736ff381…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-10-12 (Wed, 12 Oct 2016)
Changed paths:
A src/Expression.php
M src/Math.php
M src/Number.php
M src/Operator.php
M src/Parenthesis.php
R src/TerminalExpression.php
M src/TernaryIntermediate.php
M src/Variable.php
Log Message:
-----------
Simplify class naming
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 5a35490ecddfc6e22b7a1c38d24d76a3f9ca1033
https://github.com/phpmyadmin/simple-math/commit/5a35490ecddfc6e22b7a1c38d2…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-10-12 (Wed, 12 Oct 2016)
Changed paths:
R src/Addition.php
R src/Comparison.php
R src/ComparisonEQ.php
R src/ComparisonGT.php
R src/ComparisonGTE.php
R src/ComparisonLT.php
R src/ComparisonLTE.php
R src/ComparisonNE.php
R src/Division.php
M src/Expression.php
A src/Expressions/Addition.php
A src/Expressions/Comparison.php
A src/Expressions/ComparisonEQ.php
A src/Expressions/ComparisonGT.php
A src/Expressions/ComparisonGTE.php
A src/Expressions/ComparisonLT.php
A src/Expressions/ComparisonLTE.php
A src/Expressions/ComparisonNE.php
A src/Expressions/Division.php
A src/Expressions/Modulo.php
A src/Expressions/Multiplication.php
A src/Expressions/Number.php
A src/Expressions/Operator.php
A src/Expressions/OperatorAnd.php
A src/Expressions/OperatorOr.php
A src/Expressions/Parenthesis.php
A src/Expressions/Subtraction.php
A src/Expressions/Ternary.php
A src/Expressions/TernaryIntermediate.php
A src/Expressions/Variable.php
R src/Modulo.php
R src/Multiplication.php
R src/Number.php
R src/Operator.php
R src/OperatorAnd.php
R src/OperatorOr.php
R src/Parenthesis.php
R src/Subtraction.php
R src/Ternary.php
R src/TernaryIntermediate.php
R src/Variable.php
Log Message:
-----------
Move all expressions to separate namespace
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/simple-math/compare/a65034696c10...5a35490ecd…