summaryrefslogtreecommitdiff
path: root/solenv
AgeCommit message (Collapse)AuthorFilesLines
2015-07-31concat-deps: fix build with gcc -fsanitize=... -std=gnu89Michael Stahl1-3/+6
Apparently Clang C89 mode is sloppily implemented and allows this. Change-Id: I78ef943bc4c5f8590dae8879dad65ad9fbe9a9bb
2015-07-30Bump boost to 1.59David Ostrovsky1-0/+1
1.59 upcoming release is needed for MSVC 14.0 (aka VS 2015) support. There is a known breakage on MSVC with boost::none instance in optional library. Use not documented define as explained in this issue upstream [1]: BOOST_OPTIONAL_USE_OLD_DEFINITION_OF_NONE. [1] https://svn.boost.org/trac/boost/ticket/11203 Change-Id: I25b1797da93f7959d15a70105d67100e0e2c4b3b Reviewed-on: https://gerrit.libreoffice.org/17056 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Jenkins <ci@libreoffice.org>
2015-07-30gdb pretty printers for boost can't iterate with Python 3Michael Stahl2-6/+6
Change-Id: Ie2d1cb7312de6f14a5c6de81eefd7a00be6f75c0
2015-07-29RepositoryExternal.mk: for some reason Mac wants a GeneratedPackageMichael Stahl1-0/+8
Change-Id: I5d983fee8d5cd313fbd0d6ece800fa8b80d81b35
2015-07-27gdb pretty printer for SwNodes fails on Python 3 due to "unicode"Michael Stahl1-1/+1
Change-Id: I8e4983a91d4f97a2a20fbeed89d4e0f186c35fad
2015-07-21create-tags: recognize C++11 features hidden behind SAL macrosMiklos Vajna1-2/+3
With this, not only the definition, but also the declaration of e.g. 'SwTextFrm::Format' (or any other member function that is overriding a virtual function from a base class) can be found again, just like before SAL_OVERRIDE and the similar macros were introduced. Change-Id: Ic9e429ad7cbb0a1212744115d1567bb79b7c6aa0
2015-07-10solenv: platform: Add support for GODSON64.Heiher1-0/+16
Change-Id: Ifbdc6932a16b55adf6d4c9092cf8045b0b035f24 Reviewed-on: https://gerrit.libreoffice.org/16910 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-07-08Fix typosAndrea Gelmini1-1/+1
Change-Id: I020c7ce4d9aa93cb0292378a410cdb9f7788e920 Signed-off-by: Michael Stahl <mstahl@redhat.com>
2015-07-04Fix typosAndrea Gelmini2-4/+2
Change-Id: Ic6415423f46aaee7ba90239a617c318cf92ae222 Reviewed-on: https://gerrit.libreoffice.org/16711 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2015-07-01gbuild: CppunitTest: don't hang with DEBUGCPPUNIT=TRUE ...Michael Stahl1-1/+1
... if the process exits before the "bt" command, because then gdb will print an error that there is no stack and stop the script before "quit". Change-Id: I0f3a1381e17dda7e8a7d958e0cbc96676bbc23ce
2015-06-30No space inside brackets, againStephan Bergmann1-2/+2
Change-Id: I9309dc797c63e6c28831f545fd4d029a4d108dea
2015-06-30colorful interactive gbuild outputBjoern Michaelsen1-0/+7
Change-Id: I22e9eacfddff611d368963162024437f4a7b7fdf
2015-06-29instsetoo_native: fix building installation setsMichael Stahl1-1/+1
... after 39b04ad7cb2e10f32e92d3c9bec57e35f64a3304 started using PRODUCTNAME but here it was LibreOffice_Dev for mysterious reasons whereas PRODUCTNAME is LibreOfficeDev so rename for consistency. Change-Id: Ia5f5a24f405923a7ea1641de65709fbf842df79c
2015-06-29Simplify productname logic.Martin Hollmichel1-7/+1
Change-Id: I55fb371843071943ea7966e42444cc56faee9430 Reviewed-on: https://gerrit.libreoffice.org/16589 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2015-06-28Fix typosAndrea Gelmini1-1/+1
Change-Id: Ifd126a535f18db79a18aaec61b76cdf26ab33dff Reviewed-on: https://gerrit.libreoffice.org/16522 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2015-06-25restore gb_ExternalProject_use_unpacked, with diff. purposeDavid Tardon1-2/+8
Change-Id: I7d7cbe85219615f80069155a954f917781bc5b71
2015-06-24gbuild: PythonTest: run tests with --headlessMichael Stahl1-1/+5
The python tests currently use the default desktop-dependent vclplug, but should use svp like every other test. Apparently there's no way to pass command line parameters through python, so set SAL_USE_VCLPLUGIN=svp. Change-Id: Idb9afd87a1721c5188aeecd9b1f83521f6431757
2015-06-23Revert "Typo: iff->if"Julien Nabet1-1/+1
This reverts commit cf92da3d6e1de14756efe3f1ee79f393a2f3787d. iff can mean "if and only if" so not a typo
2015-06-23Typo: iff->ifJulien Nabet1-1/+1
Change-Id: I3fc60856b5a56e71d70b55c89323be074bdec3b3
2015-06-22scp2: add AutoInstall support for executables with COMPONENTCONDITIONMichael Stahl1-1/+1
Change-Id: I36f14d9ba08ab2473a555681b934b8b35cfa06b2
2015-06-22Fix typosAndrea Gelmini1-1/+1
Change-Id: I60ed5eb658d50cbc7dc572facb5463b7527b4d9b Reviewed-on: https://gerrit.libreoffice.org/16408 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-06-19qadevOOo: fix _XDataPilotTables failure in non-english localesMichael Stahl1-1/+2
Set the UILocale to en but do that with a registrymodifications.xcu as setting it via configmgr requires a restart. Change-Id: I26d9f6aa07852a7f18e2b3b7baccdb2e85524ea4
2015-06-18dead codeAndras Timar1-2/+0
Change-Id: I0f8de2b856be65e070f9d9b121515aa15ae3ea09
2015-06-15sw: prefix members of SwNodeIndexMichael Stahl1-2/+2
Change-Id: Ia31c7a91bf78b967e70d288374d9e21439c99221
2015-06-15fix fingerprint path with system libextextcatDavid Tardon1-1/+0
We want the right path in instdir already. Setting it during installation is too late. Change-Id: I3f7045ce4b4d3cb1f0dfac1c4fcd036db847621d
2015-06-15make debugrun under WindowsJuergen Funk2-2/+17
Debugging with Visual-Studio, attach to soffice.bin Description: Start make debugrun after the start of LO, in VS-Debugger "Attach to Process" to the soffice.bin then start in other box the test with make gb_JunitTest_DEBUGRUN=T JunitTest_YYY" Change-Id: I44571d1d4feafe9ce836d71781eaf793fe72cb92 Reviewed-on: https://gerrit.libreoffice.org/16290 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-06-12mysqlcppconn library ends up in an extension, not in layer NONEStephan Bergmann8-2/+17
(so fix its Linux RPATH from "$ORIGIN/../Library" to none) Change-Id: Ie58e8e07cb08cdf12546f8bb7b92aa9e83815748
2015-06-08some spelling fixes, mostly in Java codeNoel Grandin1-1/+1
Change-Id: Ib9d0522a1f371404ee990348712e2d196049f69f
2015-06-01gbuild: document what CFLAGS/CXXFLAGS etc. *actually* doMichael Stahl1-8/+13
Looks like following GNU build system standards isn't necessarily the best idea, if even the documentation gets it wrong. Also document the ENVCFLAGS/ENVCFLAGSCXX variables. see also: i#116959 and: http://www.gnu.org/software/autoconf/manual/standards.html#Command-Variables Change-Id: I56d8623cbbc800ef80da1610f6fd104ac29beaf9
2015-05-28More aggressive system malloc memory checking for linux unit tests.Michael Meeks2-0/+2
Change-Id: If8e70dc25c537fcf12de0853d91c30f0e6f92e31 Reviewed-on: https://gerrit.libreoffice.org/15940 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2015-05-26gdb: SwTxtNode -> SwTextNodeMiklos Vajna1-1/+1
Fixes the unexpected ' ~DeletedNode' lines in the output. Change-Id: I1f59c2cd986addd08e632d0bc1cc53b33048db77
2015-05-25macosx: work around hdiutil error -5341 on dmg packagingNorbert Thiebaud1-1/+1
Change-Id: Iddd265fca9769d9afac67d37877bd3a99068f368 Reviewed-on: https://gerrit.libreoffice.org/15884 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2015-05-22Revert "solenv: if RR is set, skip gdb backtrace, since it's recorded already"Michael Stahl1-4/+0
This reverts commit ea980f3de1da84de730541217bd497a4d3bb3642.
2015-05-22Revert "gbuild: allow recording of CppunitTests and PythonTests too"Michael Stahl2-8/+2
This reverts commit 5a7816b971c51ea4b642738a065e90d4d9bf12d7.
2015-05-21gbuild: allow recording of CppunitTests and PythonTests tooMichael Stahl2-2/+8
Since these don't use soffice they need to be tweaked to use RR varaiable. Unfortunately rr crashes in some CppunitTest so don't enable that now. Unfortunately rr crashes in PythonTest. Change-Id: I2143618fa2181e36b6aaeded43637cb3481f5e47
2015-05-21solenv: if RR is set, skip gdb backtrace, since it's recorded alreadyMichael Stahl1-0/+4
Change-Id: I3a393e91d392c3cc572c46e94d7ea7bb1205c0c3
2015-05-21Fix thinkoTor Lillqvist1-1/+1
2015-05-21Remove more obsolete Android code: The 'AppSupport' stuffTor Lillqvist1-9/+0
2015-05-19TypoJulien Nabet1-1/+1
Change-Id: Ifaf9320a4f616d25609254d92d9b0e224c2ec591
2015-05-19update solenv READNEBjoern Michaelsen2-20/+24
- gbuild is not "shiny new" anymore -- its the default - hint at solenv/doc/gbuild Change-Id: I20be4f10c68a935bd4ec99c4a95714ab08f80ca0
2015-05-19add linkNoel Grandin1-0/+4
Change-Id: I75ffd1e1f877e0d23fdd21370a795fa11bf83f9f
2015-05-19very very basic README for gbuildNoel Grandin2-0/+9
Change-Id: I5272fe6e6007d4a21a2484b8f5bfe42f5b6ab853
2015-05-18Revert "gbuild: CppunitTest: allow specifying arguments with CPPUNITTEST_ARGS"Michael Stahl1-2/+1
This reverts commit 1b6be726449fb9b1ff54bc99a1b8839621444ddc. It turned out not to be necessary, see commit 9ce371fa1626bb845e702ceef66a730547b313a8
2015-05-18OS X codesign fix (e.g. --disable-python case)Andras Timar1-3/+6
Change-Id: Icf6b2b9722481492a2d8d70af9dbb34b04a40df7 Reviewed-on: https://gerrit.libreoffice.org/15779 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2015-05-11Revert "Silence Clang -Werror,-Wreturn-type-c-linkage"Stephan Bergmann1-8/+0
This reverts commit f14cedc4fd7ba784da3f7ca067a1af18b758e368, now that 667910530deb61563d4812db0995da94e25220e5 reverted 9f016bd69422bdfb4cf7c4f5e57356eb98db2d8c again.
2015-05-11Silence Clang -Werror,-Wreturn-type-c-linkageStephan Bergmann1-0/+8
...after 9f016bd69422bdfb4cf7c4f5e57356eb98db2d8c "Switch VclBuilder constructors to use VclPtr." Change-Id: Ifc556c471bfbe3d0abf921ce3556ce75ad7a82ce
2015-05-11-Wshadow appears to work now on Mac OS XStephan Bergmann1-2/+2
...at least in my build against the 10.9 SDK. (Though Clang apparently emits far fewer shadowing warnings than other compilers, anyway.) Change-Id: I1f1e2ef693c3bd0846d85a3f72f32a8610f46194
2015-05-08OS X SDK.app build fixAndras Timar1-3/+2
Change-Id: Ib6f34f833a6fbaa8038796d86accd385b2a21a44
2015-05-08tdf#78834 enable localized system dialogs on OS XAndras Timar1-0/+7
Change-Id: I37f5b183b36f2a3077f591162402ddd83e4a46d4 Reviewed-on: https://gerrit.libreoffice.org/15673 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2015-05-07regenerate .rdb if makefile changesDavid Tardon1-0/+1
Change-Id: I2298c9672b1b82f508f15b54d7f773a717df8364