summaryrefslogtreecommitdiff
path: root/math/cassowary
AgeCommit message (Collapse)AuthorFilesLines
2000-07-31Update cassowary to 0.60. Changes from version 0.50:jlam9-110/+79
12-March-2000: Version 0.60 released. * Changed license to LGPL!!! * Added SetAutoResetStayConstants(), FIsAutoResetStayConstants(), make ResetStayConstants() public 29-Jan-2000: Version 0.55 released. * Some bug fixes * Added ClSimplexSolver::{ChangeStrength,ChangeStrengthAndWeight,ChangeWeight, DisplayObjective,ExternalResetStayConstants} fns From A. Beurivé. 16-Dec-1999: Version 0.54a released. * Include correct version of OTI Smalltalk .dat file (the source in the *.app files was right, the .dat file was old) * Fix java build bug 15-Dec-1999: Version 0.54 released. * Bug fixes * auto-configuration improvements * Support Java 2 (jdk-1.2) * Improved ease of building Java demos * Build guile wrapper as long as guile-config works, use new --disable-guile-build to force off * Alpha-version of Java constraint parser contributed by Will Portnoy 24-October-1999: Version 0.53 released. * Bug fixes * License exception for linking with Scwm. 25-September-1999: Version 0.52 released. * Bug fix for nested edits where a later edit includes an already-being-edited variable 14-September-1999: Version 0.51 released. * Minor bug fixes * Much better packaging, RPMs, etc. more forced reliance on GTL
2000-07-15Update dependencies on guile to >= 1.3.2jlam1-2/+2
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-05-15correct directory entry so it deinstalls cleanlydmcmahill1-2/+2
2000-05-11add YACC= definition to explicitly select bison instead of letting thedmcmahill1-1/+2
default setting of 'yacc' get passed to the configure environment.
2000-02-05wildcarded guile-dependencywiz1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-10-06Regen.simonb1-3/+3
1999-10-06Add RCS/CVS ids.simonb2-0/+4
1999-09-08<values.h> is no longer part of NetBSD.hubertf4-6/+42
1999-08-29Update dependency on guile to 1.3.2.jlam1-2/+2
1999-08-24Initial import of cassowary-0.50, an incremental constraint solvingagc8-0/+141
toolkit that efficiently solves systems of linear equalities and inequalities, into the NetBSD packages collection. Constraints may be either requirements or preferences. Client code specifies the constraints to be maintained, and the solver updates the constrained variables to have values that satisfy the constraints. Version 0.50 of the solving toolkit adds support for a one-way finite domain subsolver.