summaryrefslogtreecommitdiff
path: root/nlpsolver/src
AgeCommit message (Collapse)AuthorFilesLines
2014-04-27fdo#78004 fix string formattingAlex Gulyás1-1/+1
Added missing 's' Change-Id: I7570d86d65ebcffc547b06ab9c19843de0b90436 Reviewed-on: https://gerrit.libreoffice.org/9181 Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-02-26Remove trailing whitespace from nlpsolverAlexander Wilms11-54/+54
Change-Id: I8ee2aff2c18adaf5582ed6eeb174e88313d8c8a2 Reviewed-on: https://gerrit.libreoffice.org/8283 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-01-08Some ConfigurationProvider -> theDefaultProvider simplificationsStephan Bergmann1-3/+3
Change-Id: I7c25cd94f8a1ca339f7423c26f21f13c7a68906d
2013-05-06Java cleanup, Convert Vector to ArrayListNoel Grandin1-7/+8
Change-Id: I323a6625f93347e69f3114fc10cb04dc759a539f
2013-05-06remove some unnecessary castsNoel Grandin1-5/+4
Change-Id: I63b0ce257b40caa53aef337e953ce8d07862d292
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+5
2013-04-19Java cleanup, remove unnecessary castsNoel Grandin7-34/+34
Change-Id: Id12089bc7df16631737e6acaee0973fb91dd953f Reviewed-on: https://gerrit.libreoffice.org/3431 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2012-10-23gbuild: let ExtensionTarget expect manifest below META-INFMichael Stahl1-0/+0
Change-Id: Ia07d3fd856578ab6976c02f8a0ec96273db19a2c
2012-09-27fdo#51304: Remove @author and more commented codeMarcos Paulo de Souza14-52/+1
More tags removed and with it, more commented code was found. So remove it all. Not functional changes here, just a cleanup. Change-Id: Id4a6b3126ca32f3460dec3056b9caa370d0ee69c Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
2012-09-06Java cleanup, remove unnecessary importsNoel Grandin1-1/+0
Change-Id: Iacfcb2e16cb0e3c25a4cd0678a374fe5111284f7
2012-06-28remove malingering legacy RCS tags.Michael Meeks17-51/+0
2012-01-03localize nlpsolver .properties files within the buildAndras Timar51-1283/+0
2011-12-14dos2unixAndras Timar2-53/+53
2011-12-03nlpsolver: remove unneeded exec bitsMiklos Vajna22-0/+0
2011-11-29remove CR/LF linefeed from descriptionAndras Timar1-2/+1
2011-11-29enable l10n of nlpsolverAndras Timar1-3/+3
2011-11-28nlpsolver: add missing passive registration rdbMichael Meeks1-0/+13
2011-11-28nlpsolver: migrate the build to use native gnumake buildMichael Meeks9-159/+73
Remove dmake, build.pl and ant build cruft. Update extension description, cleanup file locations etc. Switch to passive registration.
2011-11-28move translation files into the correct placeMichael Meeks53-0/+1336
2011-11-28Flatten un-maintained ex. Sun/Oracle nlpsolver extension into the repoMichael Meeks22-0/+2896
This should make it easier to hack, and also to separate out the tangled in third party EvolutionarySolver as/when we can.