summaryrefslogtreecommitdiff
path: root/solenv
AgeCommit message (Collapse)AuthorFilesLines
2012-04-19extension libs should have no RPATHDavid Tardon2-7/+13
2012-04-19add OXT to gb_LinkTarget__RPATHS tooDavid Tardon3-0/+3
2012-04-19add layer and library group for extensionsDavid Tardon8-1/+14
2012-04-17Use proper variable when using system clucene.Tomas Chvatal1-1/+1
Thanks to Caolan for the fix.
2012-04-16mingw: unbreak make checkDavid Tardon1-1/+1
Even if it does nothing because there is no installation available .-)
2012-04-16this is only for _building_ on windowsDavid Tardon1-1/+1
2012-04-16WaE: "STRICT" redefinedDavid Tardon1-0/+2
2012-04-16YaccTarget and headers cleaningMatúš Kukan1-20/+16
2012-04-16introduce ENABLE_DEBUG_ONLYBjoern Michaelsen1-43/+21
with this you can now do: ./autogen.sh --enable-debug="sw sc" and your build will have debug version of the libraries sw and sc, but a non-debug build elsewhere. This currently only works for libraries. It would be also possible to extend that to excutables, but that would need explicit in the enable-debug switch then: ./autogen.sh --enable-debug="Library/sw Library/sc Executable/mkunroll" so I dont know if it is worth it.
2012-04-14JavaClassSet.mk: remove the output directory before calling javacMichael Stahl1-2/+4
When removing a source file, the outdated class file would still end up in the jar otherwise.
2012-04-14really replace SDK with SDKBINDavid Tardon8-8/+8
2012-04-14replace APP?RPATH SDK by SDKBIN in old build systemDavid Tardon1-1/+1
Commit 0c80ad06fd96a4fec062a7edfff12bb65ef204b4 broke MacOS X builds because of this discrepancy. It would be easy to accept both, but I think it is better to be consistent with gbuild.
2012-04-14linkoo: add --copy mode, default to this on windowsMichael Meeks1-15/+35
2012-04-13fix macosx buildDavid Ostrovsky1-1/+1
2012-04-13sigh, need a 64bit zlib too on windows, revertingCaolán McNamara1-1/+5
2012-04-13setup/teardown default component context once before/after all testsCaolán McNamara1-2/+3
avoids the problems of dangling uno singletons invalidated after the first dispose and the chain of other singletons that don't expect to need to re-initialize, etc. reenable editeng cppunit test inherit i18npool cppunit test from unotest base drop LibreOfficeProtector, do "throwable" work in setUp/tearDown not in ctors/dtors
2012-04-13gbuildize internal zlibCaolán McNamara1-5/+1
and stick headers into the solver in the same hierarchy as is "standard" so we don't have to patch so much, similiarly rename to libz
2012-04-13gbuild: improve handling of pathsMatúš Kukan3-13/+19
2012-04-13add missing trailing spaceLuboš Luňák1-1/+1
2012-04-12gbuild: use => external headersMatúš Kukan1-5/+6
This fixes circular dependencies.
2012-04-12pack "en" dictionary only with "en" langpacksPetr Mladek1-1/+1
it is in the main installation tarball anyway; it was put in langpacks that did not have its own dictionary from some strange reason
2012-04-11remove sundir* stuff from installer that was used for the proprietary productAndras Timar4-31/+0
2012-04-11set correct value of FINDPRODUCT propertyAndras Timar1-2/+2
2012-04-11also deliver .bin variants of the toolsDavid Tardon1-0/+1
2012-04-11add use_internal_*api for StaticLibrary tooDavid Tardon1-0/+3
2012-04-10use correct gid of version.iniAndras Timar1-1/+1
2012-04-10remove unused installer::windows::patch moduleAndras Timar2-156/+0
2012-04-10fdo#48411 Find install location during help pack installAndras Timar1-4/+0
2012-04-10UnoApiTarget.mk: whitespaceMichael Stahl1-3/+3
2012-04-09this was accidentally removedMatúš Kukan1-0/+1
2012-04-09do not overwrite definition included from com_GCC_defs.mkMatúš Kukan2-12/+0
2012-04-09remove unused makefile codeMatúš Kukan3-53/+0
2012-04-09WNT_INTEL_GCC: gb_LinkTarget_EXCEPTIONFLAGS are included from com_GCC_defsMatúš Kukan1-5/+0
2012-04-09gbuild: move gb_AsmObject__command to com_GCC_classMatúš Kukan4-65/+18
2012-04-09gbuild: simplify and unify gb_Helper_*native*Matúš Kukan9-54/+13
2012-04-09gbuild: move YaccTarget__command to com_GCC_classMatúš Kukan2-29/+30
2012-04-09enforce only one possible use of gb_CustomTargetMatúš Kukan4-164/+4
This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed
2012-04-09cppu: use InternalUnoApiMatúš Kukan2-1/+4
2012-04-09do not put things directly into $(WORKDIR)David Tardon1-1/+2
2012-04-09add gb_SrsTarget_use_packagesDavid Tardon2-0/+16
2012-04-08only add -env: args for tests that use UREDavid Tardon1-9/+9
2012-04-08rename gb_CppunitTest_uses_ureDavid Tardon1-0/+4
2012-04-08compile- and run-time use of UNO must be splitDavid Tardon1-3/+3
There are unit tests that do not use URE, e.g., in cppuhelper. This reverts commit 33e9f3d3d6b29545ef9df3f5334c015e15caa5c8. Conflicts: sot/CppunitTest_sot_test_sot.mk svl/CppunitTest_svl_urihelper.mk
2012-04-08add function for converting path to URLDavid Tardon5-7/+24
2012-04-08rename gb_CppunitTest_set_argumentsDavid Tardon1-3/+11
It does not actually _set_ the command line arguments, but rather _adds_ to them. IMHO the new name reflects this fact better.
2012-04-08simplify use of configuration from unit testsDavid Tardon1-0/+31
2012-04-08always use --protector for UNO testsDavid Tardon1-1/+2
2012-04-08drop uses_ureDavid Tardon1-3/+3
2012-04-08we do not need to differentiate between type and service rdbs nowDavid Tardon1-4/+12
2012-04-08let use_api handle the use of type rdbs at runtimeDavid Tardon1-5/+14
Or is there any use case where we would need to use UNO API headers, but not require the appropriate type database at runtime?