summaryrefslogtreecommitdiff
path: root/nlpsolver
AgeCommit message (Collapse)AuthorFilesLines
2012-11-11Merge branch 'master' into feature/killsdfAndras Timar1-0/+0
Conflicts: Repository.mk RepositoryFixes.mk connectivity/prj/build.lst extensions/prj/build.lst filter/prj/build.lst fpicker/prj/build.lst l10ntools/StaticLibrary_transex.mk saxon/build.xml shell/prj/build.lst solenv/gbuild/AllLangResTarget.mk solenv/gbuild/Configuration.mk solenv/gbuild/UI.mk ucb/source/ucp/webdav/webdavcontent.cxx
2012-11-07Delete unused filesZolnai Tamás1-29/+0
Belong to extensions which become unneeded because of treex Change-Id: I86ca7494a9022c1e72d64b2ec5cbd41d6e292a00
2012-11-01Delete useless slashesZolnai Tamás1-1/+1
Change-Id: Ib8cb85314b286948884ef9a72024c9fece3de93e
2012-10-23gbuild: let ExtensionTarget expect manifest below META-INFMichael Stahl1-0/+0
Change-Id: Ia07d3fd856578ab6976c02f8a0ec96273db19a2c
2012-10-01translations is a source-only moduleAndras Timar1-1/+1
Change-Id: I9fcddfcdfa2d60860a7b016dbb870a3b6e8f3ea4
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-23nlpsolver depends on translationsAndras Timar1-1/+1
Change-Id: I20f966d4f1ccdefda2b057b00d2d8e2e716fe28d
2012-09-16move help compiler/linker/indexer to a new moduleAndras Timar1-1/+1
we may want to use syntax highlighter class from svtools later, which is not available for l10ntools Change-Id: I5a06b77cb6935e3ef68015fb608aa26ac7c53fac
2012-09-10add help.tree files to extensions' helpBence Babati3-0/+51
Change-Id: I2decf0178dea2722a752291f21e97cae4aab8074
2012-09-06Java cleanup, remove unnecessary importsNoel Grandin2-3/+0
Change-Id: Iacfcb2e16cb0e3c25a4cd0678a374fe5111284f7
2012-08-31fdo#53009: Compile extension help in gbuildStephan Bergmann1-8/+7
...as had been done in the old build system (solenv/inc/extension_helplink.mk). Especially for bundled extensions, this removes the need to compile the help data per user on first start. gb_Extension_add_helpfile(s) replaces gb_Extension_localize_help, and takes care of all the steps (localization, compilation, inclusion in .oxt), even for the en-US data (which was handled with additional gb_Extension_add_file calls before). Change-Id: Ie4bab66d3cad2b713780a23bf2606ca56cfff37f
2012-08-17gbuild: register all jarsMichael Stahl2-9/+6
Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
2012-08-15gbuild: remove most uses of gb_Jar_set_jarclasspath:Michael Stahl1-4/+0
With gb_Jar_add_jar and gb_Jar_add_system_jar adding to the manifest classpath automatically it is no longer necessary to call gb_Jar_set_jarclasspath manually except for the URE jars, which are apparently not supposed to be added automatically. Change-Id: I1e743e7ecb9cb5651e02005aa09e127bea1b0a29
2012-06-28remove malingering legacy RCS tags.Michael Meeks19-57/+0
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-08gbuild: "use" vs. "add":Michael Stahl2-2/+2
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-02-09Added and improved READMEs for modules in extensions, extras, postprocessJosh Heidenreich1-0/+1
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-01-04build and pack NLPSolver help localizationsAndras Timar1-2/+6
2012-01-04just list the files explicitlyDavid Tardon1-4/+6
2012-01-03localize nlpsolver .properties files within the buildAndras Timar52-1285/+3
2012-01-02pack *.default files, too fdo#43923Andras Timar1-1/+1
2011-12-14dos2unixAndras Timar2-53/+53
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-12-03nlpsolver: remove unneeded exec bitsMiklos Vajna56-0/+0
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-29...originally probably replaced an en-dash (thanks Roman Eisele).Stephan Bergmann1-1/+1
2011-11-29Replaced UTF-8 U+FFFD with ASCII space in source code comment.Stephan Bergmann1-1/+1
The Unicode replacement character got in there probably during a previous conversion of the source code; not evident to me what it replaced originally.
2011-11-28remove CR/LF linefeed from descriptionAndras Timar1-2/+1
2011-11-28eliminate duplicate IDsAndras Timar1-3/+3
2011-11-28enable l10n of nlpsolverAndras Timar1-3/+3
2011-11-28add missing dep. to generate LICENSEMichael Meeks1-1/+1
2011-11-28nlpsolver: add missing passive registration rdbMichael Meeks1-0/+13
2011-11-28add missing dmakefile to please gbuildMichael Meeks1-0/+1
2011-11-28nlpsolver: migrate the build to use native gnumake buildMichael Meeks26-1328/+336
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/+53
2011-11-28Flatten un-maintained ex. Sun/Oracle nlpsolver extension into the repoMichael Meeks64-0/+6616
This should make it easier to hack, and also to separate out the tangled in third party EvolutionarySolver as/when we can.
2011-10-31l10n updateAndras Timar4-2/+52
2011-10-20fix localization of NLPSolverAndras Timar1-1/+1
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-1/+1
2011-05-24Removed GNUism in makefileThorsten Behrens1-1/+1
The --preserve=timestamps is a gnu cp extension, and thus not available on all our platforms. Replaced by equivalent tar hack. Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch> (cherry picked from commit a22d8e9fbecfe6f2febdf4f85892f00e48ad0b79) Signed-off-by: Andras Timar <timar74@gmail.com> Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@gmail.com>
2011-04-24add/update NLPSolver translations from PootleAndras Timar5-2/+102
2011-04-05Merge remote-tracking branch 'origin/libreoffice-3-3' into libreoffice-3-4Petr Mladek7-1/+151
2011-03-25two NULLS in build.lstCaolán McNamara1-1/+1
2011-03-08l10n: don't extract strings from localized NLPSolver propertiesAndras Timar39-0/+39
2011-03-06l10n: Updated translations from PootleAndras Timar6-0/+150
2011-03-04fix windows buildFridrich Štrba1-1/+1
Notes: split repo tag: extensions_LO-BASE-INTEGRATION-DEV300_M101
2011-02-13l10n: don't extract strings from localized NLPSolver propertiesAndras Timar39-0/+39
2011-02-12l10n: typo fix in Dutch (nl) nlpsolver translationAndras Timar1-1/+1
2011-02-08Merge remote branch 'origin/libreoffice-3-3'Jan Holesovsky26-5/+560