1. 1a8915e Fix typos by Andrea Gelmini · 11 years ago
  2. efd4bfa java:regulatize the order of 'final' and public/private by Noel Grandin · 11 years ago
  3. ba233e8 remove unnecessary parenthesis in return statements by Noel Grandin · 11 years ago
  4. c290998 tdf#87074 null-ref error from NLPSolver in Basic by LeMoyne Castle · 11 years ago
  5. 43cc8ad java: remove dead code by Noel Grandin · 11 years ago
  6. 126eea8 java: nlpsolver: getPropertyByName was checking the wrong datastructure by Noel Grandin · 11 years ago
  7. 7557f23 java: reduce visibility of fields and methods by Noel Grandin · 11 years ago
  8. c199b76 java: remove some unused local variables by Noel Grandin · 11 years ago
  9. db203e5 java: remove some unused fields by Noel Grandin · 11 years ago
  10. 58eab57 java: final fields that can be static by Noel Grandin · 11 years ago
  11. 0063cf2 java: make fields final where possible by Noel Grandin · 11 years ago
  12. 79c6aff java: fix some javadoc errors by Noel Grandin · 11 years ago
  13. bb43702 java: convert fields to local variables where possible by Noel Grandin · 11 years ago
  14. 36ff152 java: reduce excessive code indentation levels by Noel Grandin · 11 years ago
  15. 03c7c26 java: final fields that can be static by Noel Grandin · 11 years ago
  16. fa22664 java: always use braces for while loops by Noel Grandin · 11 years ago
  17. 88bfc90 nlpsolver: ensure that the stream is cleaned up before the method returns by Robert Antoni Buj i Gelonch · 11 years ago
  18. bc796af2 nlpsolver: fix javadoc error: bad use of '>' by rbuj · 12 years ago
  19. 0ce1267 remove more unnecessary constructor declarations by Noel Grandin · 12 years ago
  20. c0415d5 java: remove unnecessary constructor declarations by Noel Grandin · 12 years ago
  21. 8c9fdc4 java: remove modifiers implied by the context by Noel Grandin · 12 years ago
  22. ff0ad04 java: use 'Integer.valueOf' instead of 'new Integer' by Noel Grandin · 12 years ago
  23. be1bb7b java: use Boolean.valueOf instead of instantiating Boolean objects by Noel Grandin · 12 years ago
  24. 3a8d351 java: remove unused methods by Noel Grandin · 12 years ago
  25. 0d916bb java: remove unused imports by Noel Grandin · 12 years ago
  26. ac5954d java: remove commented out code by Noel Grandin · 12 years ago
  27. 5ce80c9 remove dead java constants by Noel Grandin · 12 years ago
  28. 5ca7fa8 make some java fields private by Noel Grandin · 12 years ago
  29. 34bcf9b java: remove dead methods by Noel Grandin · 12 years ago
  30. b20a5c7 fix makefile by Noel Grandin · 12 years ago
  31. cc6bd12 java: remove unused enum values by Noel Grandin · 12 years ago
  32. 8583da1 java: remove unused fields by Noel Grandin · 12 years ago
  33. 68cd011 java: reduce scope, make some methods private by Noel Grandin · 12 years ago
  34. 70f56bc java: reduce scope, make member classes private by Noel Grandin · 12 years ago
  35. da677df java: reduce scope, make fields private by Noel Grandin · 12 years ago
  36. 14d1a11 java: reduce scope, make constructors private by Noel Grandin · 12 years ago
  37. e701b3f java: reduce scope, make constants private by Noel Grandin · 12 years ago
  38. 5656fe5 java: fix broken javadoc tags by Noel Grandin · 12 years ago
  39. 0477e6c java: add @Override annotation to overriding methods by Noel Grandin · 12 years ago
  40. 616b3ad java: remove exceptions from throws clauses that are not by Noel Grandin · 12 years ago
  41. b58c053f java: remove unnecessary semi-colons by Noel Grandin · 12 years ago
  42. 90b4217e nlpsolver: Use System.arraycopy by rbuj · 12 years ago
  43. efbc5ac nlpsolver: Number parsing by rbuj · 12 years ago
  44. 414a6e4 convert EvolutionarySolver source to unix LF by Noel Grandin · 12 years ago
  45. 0c5f51e java: remove commented out code by Noel Grandin · 12 years ago
  46. d504294 java: remove some unused fields in the ODK examples by Noel Grandin · 12 years ago
  47. d352735 java: remove some unused fields in the ODK examples by Noel Grandin · 12 years ago
  48. 261b1ad '!= false' is redundant, and confusing - kill it. by Jan Holesovsky · 12 years ago
  49. dfbaef2 fdo#78004 fix string formatting by Alex Gulyás · 12 years ago
  50. fed2f06 Remove trailing whitespace from nlpsolver by Alexander Wilms · 12 years ago
  51. 382b013 Some ConfigurationProvider -> theDefaultProvider simplifications by Stephan Bergmann · 12 years ago
  52. 5b609ae gbuild: fix gb_Extension_use_default_description by Michael Stahl · 12 years ago
  53. 8e602af stop looking for Jar files in solver by Michael Stahl · 12 years ago
  54. 08452f1 Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVA by Tor Lillqvist · 13 years ago
  55. 1e4422a re-base on ALv2 code. Includes: by Michael Meeks · 13 years ago
  56. cb6d67c Spelling "separate" (etc) correctly is hard by Tor Lillqvist · 13 years ago
  57. 402c8f5 Java cleanup, close file handles when done with them by Noel Grandin · 13 years ago
  58. 587c59fb Java cleanup, Convert Vector to ArrayList by Noel Grandin · 13 years ago
  59. 95e1ecb remove some unnecessary casts by Noel Grandin · 13 years ago
  60. 72e5d0c Move to MPLv2 license headers, with ESC decision and author's permission. by Michael Meeks · 13 years ago
  61. 64e85a4 Java cleanup, remove unused imports by Noel Grandin · 13 years ago
  62. d2d3e5d Java cleanup, use generics by Noel Grandin · 13 years ago
  63. 0c37eee Java cleanup, use generic containers where possible by Noel Grandin · 13 years ago
  64. d62425c Java cleanup, remove unnecessary casts by Noel Grandin · 13 years ago
  65. 60fbefc fdo#60724 informations -> information by Thomas Arnhold · 13 years ago
  66. 79b0046 remove legacy build.pl prj/build.lst files. by Michael Meeks · 13 years ago
  67. 12f9287 Make gb_Extension_use_default_description/license explicit by Stephan Bergmann · 13 years ago
  68. db7a441 Typo fix: informations -> information and a few other adjacent typos. by Gregg King · 13 years ago
  69. b768611 remove all d.lst by Michael Stahl · 13 years ago
  70. 06ec1c0 Merge branch 'master' into feature/killsdf by Andras Timar · 13 years ago
  71. 428d9e1 Delete unused files by Zolnai Tamás · 13 years ago
  72. ef941c6 Delete useless slashes by Zolnai Tamás · 13 years ago
  73. 10f4e76 gbuild: let ExtensionTarget expect manifest below META-INF by Michael Stahl · 13 years ago
  74. 39bac3f translations is a source-only module by Andras Timar · 14 years ago
  75. d3f60c0 fdo#51304: Remove @author and more commented code by Marcos Paulo de Souza · 14 years ago
  76. 3d912e4 nlpsolver depends on translations by Andras Timar · 14 years ago
  77. eaa81cc move help compiler/linker/indexer to a new module by Andras Timar · 14 years ago
  78. 7017654 add help.tree files to extensions' help by Bence Babati · 14 years ago
  79. bf43520 Java cleanup, remove unnecessary imports by Noel Grandin · 14 years ago
  80. b23bb8e fdo#53009: Compile extension help in gbuild by Stephan Bergmann · 14 years ago
  81. 5a4bcd3 gbuild: register all jars by Michael Stahl · 14 years ago
  82. cdbd695 gbuild: remove most uses of gb_Jar_set_jarclasspath: by Michael Stahl · 14 years ago
  83. 2c3aa4f remove malingering legacy RCS tags. by Michael Meeks · 14 years ago
  84. b1c3e8a make gbuild the default assumption of build.pl by Bjoern Michaelsen · 14 years ago
  85. c923f7d gbuild: "use" vs. "add": by Michael Stahl · 14 years ago
  86. 3062875 Added and improved READMEs for modules in extensions, extras, postprocess by Josh Heidenreich · 14 years ago
  87. c857dff switch to include-based build rather than sourced-based build by Norbert Thiebaud · 14 years ago
  88. d3c3f41 build and pack NLPSolver help localizations by Andras Timar · 14 years ago
  89. 7283a51 just list the files explicitly by David Tardon · 14 years ago
  90. e0c4085 localize nlpsolver .properties files within the build by Andras Timar · 14 years ago
  91. 7489604 pack *.default files, too fdo#43923 by Andras Timar · 14 years ago
  92. 248bfdf dos2unix by Andras Timar · 14 years ago
  93. 2acd8fb in modules, when we have a env we are in stage gbuild by Bjoern Michaelsen · 14 years ago
  94. 4bfec0e nlpsolver: remove unneeded exec bits by Miklos Vajna · 14 years ago
  95. d73e574 move reconfigure into gbuild by Bjoern Michaelsen · 14 years ago
  96. f107413 ...originally probably replaced an en-dash (thanks Roman Eisele). by Stephan Bergmann · 14 years ago
  97. 45ea23a Replaced UTF-8 U+FFFD with ASCII space in source code comment. by Stephan Bergmann · 14 years ago
  98. 8377114 remove CR/LF linefeed from description by Andras Timar · 14 years ago
  99. 9fce330 eliminate duplicate IDs by Andras Timar · 14 years ago
  100. a969d2a enable l10n of nlpsolver by Andras Timar · 14 years ago