summaryrefslogtreecommitdiff
path: root/solenv
AgeCommit message (Collapse)Author
2012-07-19skip empty lines in msi-encodinglist.txtAndras Timar
Change-Id: I1dbcf68c9581e5b66df0f4485d73ca19c5168dd9
2012-07-17tubes: add Collaborate menu item only in telepathy enabled buildMatúš Kukan
Change-Id: Ibfd90941a64540d0e59f1e884a0992758cbc3bb8
2012-07-17for external modules add a dependency on the makefile.mk itselfCaolán McNamara
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 Štrba
Change-Id: I0559cf1820c782d22c4d75749f2171d7702b4e73
2012-07-16allow using rtl::OUString etc. simply as OUString, without rtl::Luboš Luňák
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 Stahl
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 Stahl
Change-Id: Ic23e6e26093ed381a1930ee6d3c1bc04ac2625b9
2012-07-15gbuild: un-break setting classpath on Windows:Michael Stahl
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 Timar
Change-Id: I560139949c89798581ed7631eb5d0b3124c83002
2012-07-13wntmsc.mk: disable warnings-as-errors for binfilterMichael Stahl
Change-Id: If5ac0aa620d514ca4affe2b20d647a9e9129032e
2012-07-11ure cppunit tests depend on unobootstrapprotectorCaolán McNamara
Change-Id: I998d0f46020d3f5ea6fd387fbed8480e3d57e59a
2012-07-11gdb: add pretty-printer for SwRectMiklos Vajna
Change-Id: I0506b3e92df372a67b4431e52e2e9d308dc886c9
2012-07-11gdb: add pretty-printer for tools SizeMiklos Vajna
Change-Id: I3ff6568e34698d414ca7e4c631d32156b9d28cf0
2012-07-10Avoid unhelpful 'Binary file ... matches' output instead of error informationStephan Bergmann
...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 Stahl
2012-07-10gbuild: Solaris: fix gb_LinkTarget_LDFLAGS:Michael Stahl
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-Prayer
Change-Id: Iba306cde71eb5efeed29a4a44cefa19a47bac84b
2012-07-10solenv/inc: SOLAR_JAVA should not be overwritten here.Michael Stahl
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 Vajna
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 Stahl
Change-Id: Ief6367a5fb8e2e1000bb94c7a4e6cf2095b24543
2012-07-10gbuild: remove trailing \ that is apparently...Michael Stahl
... 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 Stahl
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 Meeks
2012-07-09Trying to use Windows LDAP for Windows buildsFridrich Strba
Change-Id: Ic06bda1393de4da05af01f79b8ba54cf0ee2cb73 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-06re-base on ALv2 code. Includes:Michael Meeks
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ňák
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úš Kukan
Change-Id: I532a6822d6ee023d72a71e012c97929f56c7b05a
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-07-01Remove unused definesThomas Arnhold
Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
2012-06-28remove malingering legacy RCS tags.Michael Meeks
2012-06-28Remove unused header filesThomas Arnhold
Those are unused too. Change-Id: I09c9dbcdbc68131c7c54bf0762a23f1280e6e22a
2012-06-27targetted re-work of cppunit pieces.Michael Meeks
2012-06-27fix useless \EThomas Arnhold
Change-Id: I4181121dbba20539ad7d851c3e9b505d368a1809
2012-06-26re-base on ALv2 code.Michael Meeks
2012-06-26gbuild: add gb_CppunitTest_use_executableMichael Stahl
and use it in sdext/CppunitTest_pdfimport.mk, which could fail previously in a parallel build. Change-Id: I3f251c945f5841c277a71a19fd411ecd77dec3b5
2012-06-26fdo#51115: gb_Extension_add_file: fix Windows build:Michael Stahl
The DLL is not actually a make target, but is handled via the AUXTARGETS mechanism in LinkTarget.mk; add an ugly hack here to hopefully make adding libraries to extensions work. Change-Id: I85ee891fe8b7d470e09d9cb1d5a48d8b11b50d6e
2012-06-25gbuild: add gb_Extension_add_executableMichael Stahl
This is not really necessary, but consistent. Change-Id: Ic0249efac26c9977ede7ef591d517cc03542b002
2012-06-25fdo#51115: fix sdext extensions on Windows:Michael Stahl
The sdext extensions contain the .lib link stub instead of DLLs; add gb_Extension_add_library to get the correct DLL filename on Windows, and use it in presenter screen, presentation minimizer and PDF import extensions. Change-Id: Ie8113a6002f9038e4df798edc255208977ba9497
2012-06-23Export NOCPPUNIT to disable all cppunit test in gbuild.Norbert Thiebaud
This is convinient when coding/debuging stuff that break unittest downstream, but oen still want to have a fully built product to test Change-Id: I4970db6ede1ed29bb3c421b56b5092c19fd9fa90
2012-06-22.map files don't need executable bitsMichael Stahl
Change-Id: I2d3120a173097208bd29eb52ab3dea3af870f6ae
2012-06-22gbuild: fix UnoApiTarget header dependencies:Michael Stahl
The existing situtation of not having any explicit rules for header files does not work because it requires a make restart after the headers are generated in order for the headers to be delivered. Because requiring running make twice to get a complete rebuild is bad, add some rules to force the headers to be delivered immediately. Change-Id: I5b4d5c8f8e9c9d7d0874fc797e62972eaa1dd904
2012-06-22re-base on ALv2 code.Michael Meeks
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-21fdo#51274 optionally associate Visio file types (vsd/vst) to DrawAndras Timar
Change-Id: I0362d758205e7d12484e9e86ff2dce9608730c57
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I0cba9316e229362fa82a45d9e4d4763a6cf29540
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-21re-work to test the effect of boost elision.Michael Meeks
Change-Id: Idef032c08c097e04fcf0cae3d184ceb660b65949
2012-06-21fdo#49919 Don't default to desktop pollutionAndras Timar
Change-Id: I4b9fda0f81d43cab80a015a2eb7374a94f3da7de
2012-06-19do not repeate twice .0.0.beta2 in the download tarball namePetr Mladek
PRODUCTVERSION is associated with SHORT_PRODUCTEXTENSION. ABOUTBOXPRODUCTVERSION is associated with ABOUTBOXPRODUCTVERSIONSUFFIX. We should not mix these another way. Change-Id: I991f74e058d19ec3ae0d98e8efe8458d648ae74c
2012-06-19switch to the new version schemePetr Mladek
use 3.7.0.0.alpha0 where possible; use the suffix "+" in the about dialog to signalize non-release builds Change-Id: If09c78cd30b10e54c46f737a695e0194039c7efc