1. 7e5afc5 Update pubspec for 0.1.7 by Chinmay Garde · 9 years ago master
  2. d4d3f82 Address initial code review concerns by Chinmay Garde · 9 years ago
  3. db724a6 Update pubspec for 0.1.6 by Chinmay Garde · 9 years ago
  4. 8a23391 Add bulk remove options by Chinmay Garde · 9 years ago
  5. 7428ffe Update pubspec for 0.1.5 by Chinmay Garde · 9 years ago
  6. 7ffb893 Add bulk edit update options to the solver by Chinmay Garde · 9 years ago
  7. c4e38ea Get rid of the return type decl on the equality operator override on EquationMember by Chinmay Garde · 9 years ago
  8. bbae11a Update Build Status badge in README by Chinmay Garde · 9 years ago
  9. 5040150 Update pubspec for 0.1.4 by Chinmay Garde · 9 years ago
  10. 8ea123b `==` operator override on expression returns a constraint by Chinmay Garde · 9 years ago
  11. a262b45 Add codereview.settings by Chinmay Garde · 9 years ago
  12. 73d34d4 Make the constant member value final by Chinmay Garde · 9 years ago
  13. 9adbc70 Equality override on equation member returns a constraint by Chinmay Garde · 9 years ago
  14. ff9339e Parameter contexts are non-final by Chinmay Garde · 9 years ago
  15. ef069aa Update pubspec for 0.1.2 by Chinmay Garde · 9 years ago
  16. 090d1df Solver.flush update returns the set of context associated with parameters in play by Chinmay Garde · 9 years ago
  17. ca996e6 Update pubspec for 0.1.1 by Chinmay Garde · 9 years ago
  18. e322f1a `Solver.flushParameterUpdates` returns the a collection of updated parameters by Chinmay Garde · 9 years ago
  19. 632903a Update authors in pubspec by Chinmay Garde · 9 years ago
  20. e3e8ce4 Update LICENSE per feedback by Chinmay Garde · 9 years ago
  21. e67aef7 Add LICENSE for `pub publish` by Chinmay Garde · 9 years ago
  22. 57cf293 Add badges for build status and coverage reports by Chinmay Garde · 9 years ago
  23. a205261 Add more debugging to coveralls reporting by Chinmay Garde · 9 years ago
  24. c1947ad Update permission on the script that uploads coverage reports by Chinmay Garde · 9 years ago
  25. aec360d Update dev dependency version in pubspec by Chinmay Garde · 9 years ago
  26. bb46a47 Use coveralls for code coverage reports by Chinmay Garde · 9 years ago
  27. 64ce118 Add test_runner as a dev dependency for travis by Chinmay Garde · 9 years ago
  28. 8822783 Add basic travis.yml by Chinmay Garde · 9 years ago
  29. b04b632 Minor: A slightly more contrived test case to verify contraint priorities by Chinmay Garde · 9 years ago
  30. bcda3a7 Since params are usually created to be edited later, make the initial value optional by Chinmay Garde · 9 years ago
  31. f54b60d Update README.md by Chinmay Garde · 9 years ago
  32. b1fc5f0 Update README.md by Chinmay Garde · 9 years ago
  33. 27919a2 Initial stab at a README by Chinmay Garde · 9 years ago
  34. ae41497 Add a simple test for the toString() override so that the coverage by Chinmay Garde · 9 years ago
  35. beb26e8 Add tests edit constraints by Chinmay Garde · 9 years ago
  36. e19ed9d Avoid adding implicit constraints for edit variables at required priority by Chinmay Garde · 9 years ago
  37. 4bff06b Make the midpoints test pass. Fixes incorrect Row.reverseSign by Chinmay Garde · 9 years ago
  38. 47a6c56 Make constraint priority setup more expressive by Chinmay Garde · 9 years ago
  39. a88e728 Add toString() overrides to internal solver members by Chinmay Garde · 9 years ago
  40. 196e85b Minor: Add tests to check for addition of multiple constraints by Chinmay Garde · 9 years ago
  41. 49a4c40 Remove the << overload on solver. Operator precendence rules made it awkward to use anyway by Chinmay Garde · 9 years ago
  42. a0f74ef Minor: Add more tests by Chinmay Garde · 9 years ago
  43. 3a31806 Minor: Refactor -> Rename internal private methods in the solver by Chinmay Garde · 9 years ago
  44. a712651 Avoid exposing internal classes from the cassowary library by Chinmay Garde · 9 years ago
  45. 45462e4 Allow updating external variables from the solver by Chinmay Garde · 9 years ago
  46. 5cd139f Implement Solver.suggestValue by Chinmay Garde · 9 years ago
  47. c390520 Avoid using variables as equation members by Chinmay Garde · 9 years ago
  48. 169f0bc Allow constraint creation from multiplication and division when at least one argument is a constant expression by Chinmay Garde · 9 years ago
  49. 0a46800 Add support for updating edits by Chinmay Garde · 9 years ago
  50. 7689589 Allow removal of constraints from the solver by Chinmay Garde · 9 years ago
  51. 2981954 Account for the result of optimization when adding constraints by Chinmay Garde · 9 years ago
  52. 14c6c18 Implement addition of constraints to the solver by Chinmay Garde · 9 years ago
  53. 2b2a539 Minor: Add result types for known failure cases by Chinmay Garde · 9 years ago
  54. 1f43765 Implement row.dart and some other minor utility methods by Chinmay Garde · 9 years ago
  55. 636d4fc Minor: Add stubs for the symbol and solver by Chinmay Garde · 9 years ago
  56. e2af515 Minor: Match style guide by Chinmay Garde · 9 years ago
  57. a4cf063 Dry up multiplication and division of equation members by Chinmay Garde · 9 years ago
  58. a8c67cd Dry up incremental expression construction from constants, variable, terms and other expressions by Chinmay Garde · 9 years ago
  59. e66349a Constraints can be setup directly from non-expression via operator overrides by Chinmay Garde · 9 years ago
  60. 5044dd0 Minor: Add support for priority updates on constraints by Chinmay Garde · 9 years ago
  61. b3299c3 Initial Commit by Chinmay Garde · 9 years ago