summaryrefslogtreecommitdiffstats
path: root/nlpsolver
Commit message (Expand)AuthorAgeFilesLines
* java: final fields that can be staticNoel Grandin2014-10-171-1/+1
* java: always use braces for while loopsNoel Grandin2014-10-161-1/+2
* nlpsolver: ensure that the stream is cleaned up before the method returnsRobert Antoni Buj i Gelonch2014-10-131-9/+20
* nlpsolver: fix javadoc error: bad use of '>'rbuj2014-09-021-3/+4
* remove more unnecessary constructor declarationsNoel Grandin2014-08-201-2/+0
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-201-5/+0
* java: remove modifiers implied by the contextNoel Grandin2014-08-206-22/+22
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-192-5/+5
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-193-3/+3
* java: remove unused methodsNoel Grandin2014-08-194-115/+0
* java: remove unused importsNoel Grandin2014-08-141-1/+0
* java: remove commented out codeNoel Grandin2014-08-142-6/+0
* remove dead java constantsNoel Grandin2014-08-131-1/+0
* make some java fields privateNoel Grandin2014-08-131-1/+1
* java: remove dead methodsNoel Grandin2014-08-1311-177/+23
* fix makefileNoel Grandin2014-08-131-1/+0
* java: remove unused enum valuesNoel Grandin2014-08-133-50/+1
* java: remove unused fieldsNoel Grandin2014-08-133-26/+24
* java: reduce scope, make some methods privateNoel Grandin2014-08-1310-24/+24
* java: reduce scope, make member classes privateNoel Grandin2014-08-132-3/+3
* java: reduce scope, make fields privateNoel Grandin2014-08-1311-54/+54
* java: reduce scope, make constructors privateNoel Grandin2014-08-133-5/+5
* java: reduce scope, make constants privateNoel Grandin2014-08-121-1/+1
* java: fix broken javadoc tagsNoel Grandin2014-08-121-1/+1
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-123-0/+10
* java: remove exceptions from throws clauses that are notNoel Grandin2014-08-081-1/+1
* java: remove unnecessary semi-colonsNoel Grandin2014-08-081-1/+1
* nlpsolver: Use System.arraycopyrbuj2014-08-072-6/+2
* nlpsolver: Number parsingrbuj2014-08-071-2/+2
* convert EvolutionarySolver source to unix LFNoel Grandin2014-08-0715-964/+964
* java: remove commented out codeNoel Grandin2014-08-052-33/+0
* java: remove some unused fields in the ODK examplesNoel Grandin2014-08-051-1/+0
* java: remove some unused fields in the ODK examplesNoel Grandin2014-08-041-2/+1
* '!= false' is redundant, and confusing - kill it.Jan Holesovsky2014-05-091-2/+2
* fdo#78004 fix string formattingAlex Gulyás2014-04-271-1/+1
* Remove trailing whitespace from nlpsolverAlexander Wilms2014-02-2611-54/+54
* Some ConfigurationProvider -> theDefaultProvider simplificationsStephan Bergmann2014-01-081-3/+3
* gbuild: fix gb_Extension_use_default_descriptionMichael Stahl2013-11-041-1/+1
* stop looking for Jar files in solverMichael Stahl2013-10-251-2/+2
* Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist2013-08-191-1/+1
* re-base on ALv2 code. Includes:Michael Meeks2013-06-033-63/+36
* Spelling "separate" (etc) correctly is hardTor Lillqvist2013-05-151-2/+2
* Java cleanup, close file handles when done with themNoel Grandin2013-05-061-0/+1
* Java cleanup, Convert Vector to ArrayListNoel Grandin2013-05-061-7/+8
* remove some unnecessary castsNoel Grandin2013-05-061-5/+4
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-302-46/+9
* Java cleanup, remove unused importsNoel Grandin2013-04-261-2/+0
* Java cleanup, use genericsNoel Grandin2013-04-262-284/+282
* Java cleanup, use generic containers where possibleNoel Grandin2013-04-241-148/+147
* Java cleanup, remove unnecessary castsNoel Grandin2013-04-197-34/+34