summaryrefslogtreecommitdiff
path: root/solenv
AgeCommit message (Collapse)AuthorFilesLines
2012-07-28gbuild: WinResTarget: fix dep-target dependencies:Michael Stahl1-1/+1
Windows specific fallout of 8b5a984d45005d3df1c89eae897d6e04612625d8, similar to 236055746ffe92ce3b2a7a9316b1083da046deb9; can be observed by building with "make check" from scratch, on the "subsequentcheck" target one res file depends on some lngconvex executable by way of a custom target in shell, which causes udkapi to rebuild itself before the make restart. Change-Id: I14f370a66f4ac5088da4af7eceede09f5a6bae84
2012-07-26gbuild: UnoApi: fix spurious re-delivery of RDBsMichael Stahl1-1/+1
similar to 3378c2d3b88a8413deeb8365ce40d4ee0716eff6 but for gb_UnoApi__use_api. Change-Id: I20c1e3bc63caa5ead695d142d8ef39effe54fdab
2012-07-26just remove logging dir without moaningCaolán McNamara1-1/+1
Change-Id: I66435c5da113711ecc01d85124dab88411232ee5
2012-07-25More helpful error message.Jan Holesovsky1-1/+1
Change-Id: I009fc8a8b84355a35adc60b7008ebe8b96965c8e
2012-07-25More full paths for cross msi* tools.Jan Holesovsky1-0/+17
Change-Id: I813d22bc5081a0cc5f1af9fbc6661a970eb16b86
2012-07-25Make the relativisation of the path working even on Linux.Jan Holesovsky1-1/+1
Change-Id: Ib5e617d83d12c9c1faefee7f4a768e1eb1ffc492
2012-07-25These msi packaging pieces should be executed even when cross-compiling.Jan Holesovsky1-3/+3
Change-Id: I383f9467e708007e006d479967c9fd0e96ca4c87
2012-07-25We have to add the path to solver for the msi* tools when cross-compiling.Jan Holesovsky2-0/+39
Change-Id: I430a7e1a971c847d97b3e3792d03c2dd3b344a0a
2012-07-24Cross-compiling-msi-related changes; not finished.Jan Holesovsky4-4/+18
Change-Id: Ib0d3d43a291f01c4c0d9c5adb0055c180b3ab40a
2012-07-24Call uuidgen without -n when cross-compiling.Jan Holesovsky1-0/+5
Change-Id: I533c9bcdbadcaf5caa5aa8bcefb6dc0c141a4d0e
2012-07-24Check for makecab in case we are cross-building .msi.Jan Holesovsky1-1/+1
Change-Id: I57cb8cc9d0173c50f789533a479d55972bdb14b4
2012-07-23Define also MACOSX_SDK_VERSION in compilationsTor Lillqvist2-1/+2
Change-Id: I1f9810b1230c4e3e5ca0571e5392297c1daf6a47
2012-07-22clang doesn't need/know -fuse-link-plugin for LTOLuboš Luňák1-0/+2
Change-Id: I63843c335e4c0c3f7ddd15a13853c83db3218649
2012-07-20android: x86 porting work.Michael Meeks3-0/+112
2012-07-20gdb: add SwIndex pretty-printerMiklos Vajna1-0/+12
Change-Id: I452038a80f9a091f2b7af36d236cebd5f176b5e9
2012-07-20gdb: add SwNodeIndex pretty-printerMiklos Vajna1-0/+12
Change-Id: I6d233c2cf715021262a5de1bdc76f68b7eb17db3
2012-07-20Support for --with-java-target-version in gbuildStephan Bergmann2-3/+2
...had been missing. Old dmake-based build system did not add -source/-target when using gcj (unless gcj really was Eclipse Java Compiler, in which case those -source/-target values were tunneled in via JAVAFLAGS)---hopefully all this is no longer necessary. (Also removed a single use of JAVA_TARGET_FLAG that was nowhere defined.) Change-Id: Ic3596691b622be45e151333981f8f236d11825b4
2012-07-19skip empty lines in msi-encodinglist.txtAndras Timar1-1/+3
Change-Id: I1dbcf68c9581e5b66df0f4485d73ca19c5168dd9
2012-07-17tubes: add Collaborate menu item only in telepathy enabled buildMatúš Kukan1-0/+1
Change-Id: Ibfd90941a64540d0e59f1e884a0992758cbc3bb8
2012-07-17for external modules add a dependency on the makefile.mk itselfCaolán McNamara1-1/+1
so that on version bumps and/or added/removed patches that we rebuild them from scratch, which hopefully will make incremental builds post external module bump pain-free Change-Id: If268401a2794989d49861c08f7a69ef926cf5809
2012-07-16First attempt at removing mozilla ldap at all (please help to fix)Fridrich Štrba1-4/+0
Change-Id: I0559cf1820c782d22c4d75749f2171d7702b4e73
2012-07-16allow using rtl::OUString etc. simply as OUString, without rtl::Luboš Luňák2-2/+7
http://lists.freedesktop.org/archives/libreoffice/2012-April/029940.html The RTL_USING #define (set by gbuild for anything that's not public API) allows to use such classes simply by their name, without having to use the namespace or do explicit using rtl::OUString (which half of the sources do anyway). Change-Id: I7edaf12cd278489cdc1d5ff782f0a86361c13c0a
2012-07-15gbuild: let JunitTests run with MSVC:Michael Stahl1-3/+1
Apparently the long path name hack is no longer necessary; at least i did not experience any obvious problem with a source tree rooted in D:/lo/master. Change-Id: I2fd1893a827c27b5dcee438eae6572c596ae907c
2012-07-15gbuild: need to set gb_Helper_LIBRARY_PATH_VAR for MSVCMichael Stahl1-0/+2
Change-Id: Ic23e6e26093ed381a1930ee6d3c1bc04ac2625b9
2012-07-15gbuild: un-break setting classpath on Windows:Michael Stahl2-6/+6
Apparently LO patched GNU make 3.82 interprets the semicolon which is the value of $(gb_CLASSPATHSEP) as a terminator if it occurs while setting a target local variable; the part of the value that follows the first semicolon is cut off. Hence escape the $(gb_CLASSPATHSEP) and $(XCLASSPATH) vars. Change-Id: I213dba7155f9515e492c20cfff3bef1c4d8269fc
2012-07-15fdo#52088 use [ProductName] placeholder instead of LibreOfficeAndras Timar1-0/+1
Change-Id: I560139949c89798581ed7631eb5d0b3124c83002
2012-07-13wntmsc.mk: disable warnings-as-errors for binfilterMichael Stahl1-1/+1
Change-Id: If5ac0aa620d514ca4affe2b20d647a9e9129032e
2012-07-11ure cppunit tests depend on unobootstrapprotectorCaolán McNamara1-0/+2
Change-Id: I998d0f46020d3f5ea6fd387fbed8480e3d57e59a
2012-07-11gdb: add pretty-printer for SwRectMiklos Vajna1-0/+16
Change-Id: I0506b3e92df372a67b4431e52e2e9d308dc886c9
2012-07-11gdb: add pretty-printer for tools SizeMiklos Vajna1-0/+17
Change-Id: I3ff6568e34698d414ca7e4c631d32156b9d28cf0
2012-07-10Avoid unhelpful 'Binary file ... matches' output instead of error informationStephan Bergmann1-4/+1
...when grep happens to consider the log file to be binary (for whatever reason) as can be obvserved to happen on Linux-RHEL6-x86_64@14-with-check tinderbox. Change-Id: I5da0a792b45b83939c9c26897d30ddf8b0a0c0b0
2012-07-10gbuild: solaris.mk: activate the soversion scriptsMichael Stahl1-0/+2
2012-07-10gbuild: Solaris: fix gb_LinkTarget_LDFLAGS:Michael Stahl1-3/+4
This was accidentally commented out, and thus SOLARLIB was not in effect; fixing this should obviate the need for any -L$(gb_Library_OUTDIRLOCATION).
2012-07-10solaris/intel: update .mk files to fix build errorsPierre-Eric Pelloux-Prayer1-5/+4
Change-Id: Iba306cde71eb5efeed29a4a44cefa19a47bac84b
2012-07-10solenv/inc: SOLAR_JAVA should not be overwritten here.Michael Stahl2-2/+2
SOLAR_JAVA should really be set by configure. Thanks to Pierre-Eric Pelloux-Prayer <pierre-eric@lanedo.com> for the hint.
2012-07-10gdb: add pretty-printer for tools PointMiklos Vajna1-0/+17
nA is X, nB is Y, but finally it's now pointless to remember that Change-Id: I9fb1f6518e33862663a5bd5e28876979f0f1e05f
2012-07-10gbuild: sigh... that didn't help... let's try an eval hereMichael Stahl1-1/+1
Change-Id: Ief6367a5fb8e2e1000bb94c7a4e6cf2095b24543
2012-07-10gbuild: remove trailing \ that is apparently...Michael Stahl1-1/+1
... causing LO patched make 3.82 to fail with "Malformed target-specific variable definition" on the next line.
2012-07-10gbuild: Microsoft Resource Compiler does not do -nologoMichael Stahl1-1/+0
At least the version 6.1.6723.1 that is in the Windows SDK 6.0A only complains about "invalid option: -ologo".
2012-07-09targetted rename xcr -> xmlscript to match includes and module nameMichael Meeks2-3/+3
2012-07-09Trying to use Windows LDAP for Windows buildsFridrich Strba3-2/+4
Change-Id: Ic06bda1393de4da05af01f79b8ba54cf0ee2cb73 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-06re-base on ALv2 code. Includes:Michael Meeks1-0/+2
Patches contributed by Mathias Bauer: cws mba34issues01: #i117713#: remove superfluous assertions about field unit fallbacks http://svn.apache.org/viewvc?view=revision&revision=1172341 cws mba34issues01: #i117718#: provide filter name in case storage of medium does not allow to detect one cws mba34issues01: #i117712#: fix several resource errors introduced by IAccessible2 implementation http://svn.apache.org/viewvc?view=revision&revision=1172343 http://svn.apache.org/viewvc?view=revision&revision=1172350 cws mba34issues01: #i117708#: status indicator for inactive documents http://svn.apache.org/viewvc?view=revision&revision=1172358 cws mba34issues01: #i116025#: fix typo and add missing treatment of new parameter http://svn.apache.org/viewvc?view=revision&revision=1172359 cws mba34issues01: #i117024#: rework parameter conversion for load/save slots http://svn.apache.org/viewvc?view=revision&revision=1172360 cws mba34issues01: #i116803#: possible crash on Linux when dispatch.cxx is compiled with optimization http://svn.apache.org/viewvc?view=revision&revision=1172367 cws mba34issues01: #i114600#: fix compiler warning for name clash found on Solaris http://svn.apache.org/viewvc?view=revision&revision=1172371
2012-07-04use -nologo with other MSVC build tools tooLuboš Luňák1-2/+4
Except for non-silent linking, where it would for some strange reason also disable printing of contents of response files (=objects to be linked).
2012-07-02fix build, typoMatúš Kukan2-4/+0
Change-Id: I532a6822d6ee023d72a71e012c97929f56c7b05a
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks3-0/+17
2012-07-01Remove unused definesThomas Arnhold1-2/+0
Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
2012-06-28remove malingering legacy RCS tags.Michael Meeks4-18/+3
2012-06-28Remove unused header filesThomas Arnhold1-32/+0
Those are unused too. Change-Id: I09c9dbcdbc68131c7c54bf0762a23f1280e6e22a
2012-06-27targetted re-work of cppunit pieces.Michael Meeks1-0/+1
2012-06-27fix useless \EThomas Arnhold1-1/+1
Change-Id: I4181121dbba20539ad7d851c3e9b505d368a1809