summaryrefslogtreecommitdiff
path: root/solenv
AgeCommit message (Collapse)Author
2013-06-13rename HAVE_CXX0X->HAVE_CXX11 and clean up to #define in a config headerLuboš Luňák
Change-Id: Id13e77fe890301a8510952994a91853568a7aea6
2013-06-13add components to gallery importer needed for svgCaolán McNamara
Change-Id: I3ce56f505e5e011f592d9622665a9b7451dc51ae
2013-06-13Change the paths to ones that existFridrich Štrba
Change-Id: I60de04bba401632b01f0da7b772a91a98de5ff07
2013-06-13gbuild: fix outputDavid Tardon
Change-Id: Ifbe4a0b6b93c5be6dfd64b6c77ef7172d3f1c425
2013-06-13Enable -fstrict-aliasing, -fstrict-overflow in -O0 debug buildsStephan Bergmann
...so that -Wstrict-aliasing, -Wstrict-overflow=1 included in -Wall do not only produce warnings/errors in non-debug builds. Change-Id: I4534427738fa7688853564e8c7255a0c3cd199e1
2013-06-13gb_COMPILERNOOPTFLAGS, gb_COMPLEROPTFLAGS, gb_DEBUG_CFLAGS all already definedStephan Bergmann
...in com_GCC_defs.mk Change-Id: I0a3b29e1a91acf3425afa44dea0353bebf88f58f
2013-06-13Generate full backtraces, including local variablesStephan Bergmann
Change-Id: Ia655865b621b1c8e37a52715b89534a00dcda1d7
2013-06-13Only print the rtl::Reference's pointerStephan Bergmann
...but do not pretty-print its dereferenced value. This is in line with the handling of css::uno::Reference, and avoids gdb Python exceptions when trying to print uninitialized rtl::Reference instances (which can e.g. happen during a "backtrace full"). Change-Id: I9a3c0a6441cf23cba748183226832d2ba23bd531
2013-06-11Allow --headless to be disabled for unit tests.Michael Meeks
Change-Id: I9f2a97715dc0d7fc5905afb1b908de97acdafc57
2013-06-10gbuild: s/AutoInstallLibs/AutoInstall/gMatúš Kukan
Change-Id: I582a841ea3b2a882cbdc1556058b007a8667024a
2013-06-10gbuild: rework AutoInstallLibs and autoinstall ure executablesMatúš Kukan
Change-Id: I7312d94f90758d450a69410819c5e8c142756a47
2013-06-10gbuild: remove external_headers targetsMatúš Kukan
gb_LinkTarget__add_internal_headers was used only for sdi headers now anyway, hopefully for no good reason. One headers target is enough for all. Change-Id: Ia01fb7a0aac7f72915448424b3393ecd9ba0f8f5
2013-06-10Unbreak back MinGW64 buildFridrich Štrba
Change-Id: I68410bc1a8b77877b07f60e6ace0f54c255de95f
2013-06-09gbuild/platform: factor out common code for mingw cross-compilationMatúš Kukan
Change-Id: Iaad3f195438369dc5d3d947995d60351bf39538c
2013-06-07One more gbuild $ -> $$ fixStephan Bergmann
Change-Id: I907e383f117044ef5d105e91991cdcf7ef1f4c9c
2013-06-07gbuild: fix library paths in gb_Extension__compile_help_onelangMichael Stahl
Apparently *COMMAND are evaluated once too much so the $ are lost. Change-Id: Iefc2a945b9ce708bc0f0f5490e1c2f2f7bba1616
2013-06-07gbuild: fix over-evaluation in gb_ExternalExecutable__set_internalMichael Stahl
We lose the path setting here, with this crude hack it appears to work. Change-Id: I241d7e6ec7a148a27e31d73b8e5ddb62f0a948d6
2013-06-07gbuild: do not register static librariesMatúš Kukan
It does not make sense, there was only one group anyway. Change-Id: I606138ceed0bfc628b8a23abb864280d9626ed60
2013-06-07gbuild: install extension directly from workdirMatúš Kukan
Also kill ExtensionTarget indirection causing duplication. Change-Id: I24f7e6d85df6acf2ededaade20dd1a788d916594
2013-06-07gb_PackagePart_get_target unusedMatúš Kukan
Change-Id: I610523dd0b9fd88804c1a0c71d61fd88e8a8b814
2013-06-07gbuild: kill gb_Zip_get_outdir_targetMatúš Kukan
Change-Id: Ie1920be76f803b1dbfd7b94dcb7a834b88816c08
2013-06-07use .component files directly from workdirMatúš Kukan
Change-Id: Idaf2e1c33dcdf060756b5739c4a8d904dbdc699b
2013-06-07gbuild: simplify AutoInstallLibs makefilesMatúš Kukan
Change-Id: I19a0daab185a1ef25f9354f551f8cb0c03064cb1
2013-06-07wntgccx -> Win_x64 for packagesFridrich Štrba
Change-Id: I52fbcee96ad6927a4af49b78001c49916a5c3544
2013-06-06fdo#60924 autoinstall - gbuild/scp2: add impress moduleMarcos Paulo de Souza
Change-Id: Id1256a9b62d72bce6a225d2b022865a31c01e25d Reviewed-on: https://gerrit.libreoffice.org/4180 Reviewed-by: Matúš Kukan <matus.kukan@gmail.com> Tested-by: Matúš Kukan <matus.kukan@gmail.com>
2013-06-06Some more modules at least building with mingw64Fridrich Štrba
Change-Id: I3ea039655aecb7885bb310b1f2c29d66f9f7bb4f
2013-06-06Don't require vclplug_svp with --enable-headlessRiccardo Magliocchetti
Fixes build. Change-Id: I4280cc26acd2278003f3bdee641a3168b01e17cb
2013-06-06fix .po file path in Gallery makefileAndras Timar
... which made localization actually work. I hope I did not oversimplify a general scheme. Change-Id: I942844fad6f869ad91b4cffff4134f06dd0beeee
2013-06-06fdo#60924 autoinstall - gbuild/scp2: add base moduleMarcos Paulo de Souza
Change-Id: Iee1000ff245c369446a9e671a3f7c637f76f989b Reviewed-on: https://gerrit.libreoffice.org/4153 Reviewed-by: Matúš Kukan <matus.kukan@gmail.com> Tested-by: Matúš Kukan <matus.kukan@gmail.com>
2013-06-04gbuild: get rid of that horrible $(shell...)Michael Stahl
... just check against the only still supported MSVC instead (2010). Change-Id: I898bddb9156c04fa1daaf78fca9d5b4ec8f430cf
2013-06-04gbuild: Use gb_RCFLAGSIsamu Mogi
gb_RCFLAGS is defined. But it wasn't used anywhere. Change-Id: Ib9c5ba85a7c72560a94829fde4eee8c73fad3c5a Reviewed-on: https://gerrit.libreoffice.org/4125 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-06-04gbuild: Add -nologo option for rc.exe in VC2012Isamu Mogi
rc.exe in Windows SDK version higher than 6.0A accepts -nologo. And according to configure.ac:3131 VC2012 can't use 7.x, 6.0A or older. So it's a safe bet. Change-Id: I833e96adad322bb0f5eed36c9a09ece88111b5f7 Reviewed-on: https://gerrit.libreoffice.org/4127 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-06-04Some configury and non-working stubs to start to compiler for Win64 with MinGWFridrich Štrba
Change-Id: I907c3ea083e8d7f9e48fc62dd6d5b783639438cb
2013-06-04remove cosv, udm and autodocMichael Stahl
implementing UNO IDL support in doxygen: 9 days of work converting IDL file comments to doxygen: 5 days of work removing 57k lines of unmaintained buggy autodoc, bespoke String and File classes: priceless Change-Id: I566edb4f91454baa35e07d901432a8dfd35b9c29
2013-06-04gbuild: UnoApi: revert documentation Package supportMichael Stahl
This was a good idea in its time and age (2 weeks ago) but has been obsoleted by recent developments: sadly with the zoo of files generated by doxygen this kind of tracking makes no sense. Change-Id: I243de5cf6129ea3532067a39006d8e4259f15a95
2013-06-04Remove temporary links* files when doneStephan Bergmann
Change-Id: I0d62ae391b12cec9a057aef26344f3454d2faba4
2013-06-03gbuild: Fix indentIsamu Mogi
Change-Id: I9dafd3dd75f00a8447b78d4765ec1087c84f61c2 Reviewed-on: https://gerrit.libreoffice.org/4126 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-06-03re-base on ALv2 code. Includes:Michael Meeks
Patches contributed by Mathias Bauer gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 http://svn.apache.org/viewvc?view=revision&revision=1397337 http://svn.apache.org/viewvc?view=revision&revision=1397315 http://svn.apache.org/viewvc?view=revision&revision=1396797 Patches contributed by Andre Fischer Fixed getcsym.awk to handle #-comments that contain special regexp chars. http://svn.apache.org/viewvc?view=revision&revision=1230971 118778: Added ADDITIONAL_REPOSITORIES environment variable and its automatic setup in configure. http://svn.apache.org/viewvc?view=revision&revision=1232004 118160: Added external CoinMP library. http://svn.apache.org/viewvc?view=revision&revision=1233909 Patches contributed by Herbert Duerr #i119168# use generic LICENSE file for langpacks and sdks http://svn.apache.org/viewvc?view=revision&revision=1310178 macosxotoolhelper: need to quote perl regexp if it may contain regexp metachars http://svn.apache.org/viewvc?view=revision&revision=1183367 allow gbuild with empty sysroot on linux http://svn.apache.org/viewvc?view=revision&revision=1179186 Patches contributed by Ingo Schmidt native373: #164472# improvements for msi database http://svn.apache.org/viewvc?view=revision&revision=1167540 http://svn.apache.org/viewvc?view=revision&revision=1167539 Patches contributed by Jurgen Schmidt adapt setup package scripts to handle special DS_Store file for developer snapshot builds http://svn.apache.org/viewvc?view=revision&revision=1232430 imported patch extensions_i117681.patch http://svn.apache.org/viewvc?view=revision&revision=1172102 Patches contributed by Michael Stahl gbuild: RepositoryFixes.mk should be optional http://svn.apache.org/viewvc?view=revision&revision=1166123 xslt filter: remove the FLA horror wordml import filter: replace FLA usage with plain XSLT http://svn.apache.org/viewvc?view=revision&revision=1363727 Patch contributed by Oliver-Rainer Wittmann i#88652: applied patch, remove unicows deps http://svn.apache.org/viewvc?view=revision&revision=1177585 Remove lots of OS2 conditionals, re-extract Rhino Java, unwind cppunit pieces, cleanup Mac image bits, remove coin-mp and re-package lpsolve, Oxygen & Crystal, fixup qstart bits, expand MPLv2 subset checking. Change-Id: Iad5c8a76399620b892671633c0d8c29996db3564
2013-06-02linkoo: Link .ui files correctly.Jan Holesovsky
Change-Id: Ie8e1c1a39238a2bc97b96a1a9dfef34b27f019e7
2013-06-01fdo#60924 autoinstall - gbuild/scp2: add math moduleMarcos Paulo de Souza
Change-Id: I466dd68069576d57740ef34b8f6fcd8f9025c5c8 Reviewed-on: https://gerrit.libreoffice.org/4065 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-05-30gbuild: fix deps on svx/globlmn.hrcDavid Tardon
Change-Id: I5373c0a59fdbbe0230b74df967fdaf887b91f4e4
2013-05-30Seems that -Wl,-fatal_warnings causes more trouble than it's worthTor Lillqvist
The ld in 10.6 did not have that switch. Change-Id: I53a581b26fae591eb6a696a053f985a917466820
2013-05-28drop ludicrously old msg_filter fooCaolán McNamara
Change-Id: Ie53c9acd51a53fbb11f0735739edbf18551a620b
2013-05-28Added pretty printers for writerfilter OOXML tokenizerCédric Bosdonnat
Change-Id: I0fa2cb8d24cd6862ab1d88ad8ccc033c70bbfa44
2013-05-28SmartPtr pretty printer now behaves according to set print object valueCédric Bosdonnat
Change-Id: Ie8a092b7d91e0f379c7102c3aa12da8eb7666840
2013-05-28Fix Windows build of concat-depsTor Lillqvist
Change-Id: I4c009618598714769f8b561640f69a4d1038339d
2013-05-28Fix build of concat-deps on OS X when solver/*/lib does not yet existTor Lillqvist
Otherwise the -Wl,-fatal_warnings will hit us. Change-Id: Ib41a1aa291ebc4605c9e314505338e1b8adb886a
2013-05-27Bump maximum fuzz factor down to zeroTor Lillqvist
Change-Id: I97d30afe3a24aab1123352da05b066095e5c86bb
2013-05-27Use a maximum fuzz factor of 1 for our patches to 3rd-party codeTor Lillqvist
Change-Id: Id4639f1b0eefe5d433c84f48b7a1093fa17a3ba4
2013-05-25gsicheck is no moreAndras Timar
Change-Id: I4b70690073247ebb9dde35370630b568568821d3