summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-04-20don't link soffice.bin and stuff back into src treeLuboš Luňák
This is 7e585ded0f1cce41fd3dec6146526d07783d2d38 again, removed in 981e63a40a5918135f3547c849394a36f8012af9, probably by mistake. With the linking it's possible that soffice.bin becomes the wrapper script that ends up calling itself recursively.
2011-04-19Removed typos in configure.inChristina Rossmanith
2011-04-19fix build with older gcc that does not read options via @filePetr Mladek
needed to fix build on SLED10 with gcc-4.1.2 we want to use @$(extraobjectlist) in the long run
2011-04-19remove unnecessary \r characters from en-US messageAndras Timar
2011-04-19bump PRODUCTVERSION to 3.4 also in solenv/inc/productversion.mk (fdo#36277)Petr Mladek
2011-04-19gbuildize dbaccessDavid Tardon
2011-04-18seem to need shlwapi here tooCaolán McNamara
2011-04-18bubble down configure test findings on visibilityCaolán McNamara
2011-04-18sync with unxgcc.mkRobert Nagy
2011-04-18Kill UPDMINOR and UPDMINOREXT stuffTor Lillqvist
As far as I know we have no intention to use that stuff. Do we ever have any idea what it means? But sure, if it turns out that we do want to, this commit will have to be reverted.
2011-04-18transform ssl lib names on WNT correctly (I hope .-)David Tardon
2011-04-18move to better locationDavid Tardon
2011-04-18Remove two OS/2 filesTor Lillqvist
2011-04-17gcc-4.0 on MacOSX does not support the @file syntaxNorbert Thiebaud
2011-04-17add support for resource templatesDavid Tardon
That is, resource files containing localizable data that are included from other resource files. They have filenames like foo_tmpl.hrc (sometimes foo_tmpl.src) and are included as foo.hrc . They were handled by listing them in LOCALIZE_ME variable in the old build system.
2011-04-16do not ship Letter Wizard templates twice fdo#35722Andras Timar
2011-04-16provide a rule for explicit depsBjoern Michaelsen
2011-04-16add gb_CppunitTest_uses_ure for unittests using UREBjoern Michaelsen
2011-04-16gbuildize cuiDavid Tardon
2011-04-16introduce toolshelpers static lib to avoid duplicate linking errorsBjoern Michaelsen
2011-04-16remove sspretyBjoern Michaelsen
2011-04-16gb_CHECKOBJECTOWNER=T allows to check for objects linked multiple timesBjoern Michaelsen
2011-04-16gbuild support for final extensionsBjoern Michaelsen
2011-04-16add sc to global gbuild build, remove duplicate unotools entryBjoern Michaelsen
2011-04-15register dynamic libs for openssl as wellDavid Tardon
2011-04-15mangle openssl lib names on WNT with GCCDavid Tardon
I hope I got it right...
2011-04-15declare internal static openssl libsDavid Tardon
2011-04-15these xsl are gone AFAICSCaolán McNamara
2011-04-15Kill OS/2 stuffTor Lillqvist
2011-04-15gbuildize chart2David Tardon
2011-04-14gbuildize writerfilterDavid Tardon
2011-04-14define gb_LinkTarget_add_generated_cxxobjectsDavid Tardon
2011-04-14gbuildize ooxDavid Tardon
2011-04-14gbuildize lotuswordproDavid Tardon
2011-04-14fix qt4 moc detectionLuboš Luňák
cannot use the same variable for two AC_PATH_PROG calls, as the first call will cache the result and the second one will reuse it
2011-04-14add -Wl,-O1 as linker optimization flags when debug is disabledLuboš Luňák
2011-04-14Remove CVER.Francois Tigeot
It is no longer used.
2011-04-14Kill Pos_XXX in favour of osl_Pos_XXXMichael Lefevre
2011-04-13qt4 moc is available in /usr/bin as moc-qt4 on fedoraCaolán McNamara
2011-04-13move this in here so that on windows we convert paths to win formatCaolán McNamara
2011-04-13more than just x86_64 supports multilibCaolán McNamara
2011-04-13get --enable-kde4 to work out-of-the-box on fedoraCaolán McNamara
2011-04-13switch -ggdb3 to -ggdb2 to significantly reduce binaries sizesLuboš Luňák
http://lists.freedesktop.org/archives/libreoffice/2011-April/010408.html
2011-04-13configure: check for junit's hamcrest dependencyMiklos Vajna
Make sure either class-path entry is available for hamcrest or it's bundled.
2011-04-12fno-default-inline removed for CFLAGS since it's valid only for C++Julien Nabet
2011-04-12get rid of legacy libXaw usageCaolán McNamara
2011-04-12Remove remaining M1500 and M1600 usage.Francois Tigeot
Use _MSC_VER instead. This macro is already defined by the compiler, no need to do it twice. Since mergemodules_ooo.scp is no longer used, we can simply remove it.
2011-04-12Remove more code using M1310 and M1400.Francois Tigeot
2011-04-11Also use system cp as fallback on DragonFly.Francois Tigeot
2011-04-11Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/bootstrapFrancois Tigeot