summaryrefslogtreecommitdiff
path: root/solenv
AgeCommit message (Collapse)Author
2011-09-06make pretty printers available during build alreadyDavid Tardon
2011-09-05elide duplicate dummy dependencies as we concatenate them to a library depfileMichael Meeks
2011-09-04Add native library locations to LD_LIBRARY_PATHFrançois Tigeot
2011-09-03Show a zenity tooltip every 5 seconds at bestChristian Dywan
So notifications don't keep showing up after the module finnished building.
2011-09-03Show x/y module status in both console and zenityChristian Dywan
2011-09-02Need doubled dollarsign here it seems for this to actually work as intendedTor Lillqvist
2011-09-02process more idl files at once - first part: gbuildMatúš Kukan
2011-09-01extend branding options in configureAndras Timar
2011-08-31skip solver dir itselfCaolán McNamara
2011-08-30Target directory is now directly under solver/François Tigeot
2011-08-30Why would we want to copy *from* solver to the module out dir?Tor Lillqvist
2011-08-30Don't check makecab version when cross-compilingTor Lillqvist
2011-08-29I don't think we need to explicitly link with libstdc++ and libgccTor Lillqvist
Surely these are linked to by default anyway? Is this just old cruft, or specific to OOo's use of MinGW on Cygwin, and not needed with a modern mingw-w64 cross-compiler? Let's see...
2011-08-29use -D$(CPUNAME) for all platforms also in gbuildMatúš Kukan
2011-08-29Added SwPosition, SwPaM gdb pretty-printersCédric Bosdonnat
2011-08-29tweaks to analyze .a archivesCaolán McNamara
2011-08-29bah, forgot about callarchiveCaolán McNamara
2011-08-29honour AR the same as CXX/CCCaolán McNamara
2011-08-28Remove unused perl function.Jordan Ayers
Remove installer::download::create_tar_gz_file_from_package, which has not been used since the integration of CWS rt30_DEV300 in 2008.
2011-08-28Perl cleanup: Remove unused local variable.Jordan Ayers
Remove an unused style copy per registry entry that was added to installer::windows::registry::add_userregs_to_registry_table() as part of the integration of CWS jl67.
2011-08-28Remove some unused perl functions.Jordan Ayers
Added in CWS nativefixer5, but never used: installer::existence::filename_exists_in_filesarray installer::existence::filegid_exists_in_filesarray Added in CWS native222, but never used: installer::downloadsigner::logfollowmeinfohash Added in CWS newscpzip2, but never used: installer::converter::convert_hash_into_array Added in 2004, used for a month, then dropped from usage: installer::converter::get_number_from_directory
2011-08-26Bin USE_MINGWTor Lillqvist
Its alternative values as used by OOo is irrelevant to us as we don't intend to support building using MinGW on Windows itself. To us, MinGW always means cross-compilation. For us it is enough to look at $(OS)$(COM), and WNTGCC always implies cross-compilation. (OOo on the other hand attempts to support use of the Cygwin gcc with the -mno-cygwin option (which is practically considered an obsolete option), the normal MinGW compiler (but still from Cygwin), but not cros-compilation.)
2011-08-26Resolves: fdo#40099 don't break incremental msvc builds on removed headersCaolán McNamara
2011-08-25add these for the disable-mozilla-build case using the prebuilt zipsCaolán McNamara
2011-08-25Fix dbgutil build, do link also EXEs with the necessary libsTor Lillqvist
2011-08-24misc cleanups of mergelibs functionalityMichael Meeks
2011-08-24Add support for creating merged library.Matúš Kukan
This commit allows to set which libraries to merge and creates merged library in tail_build if enabled. This should save time when loading libraries in application and also makes more sense for link-time optimization. Signed-off-by: Michael Meeks <michael.meeks@novell.com>
2011-08-24Don't use flags that make sense only for EXEs/DLLs when building static LIBsTor Lillqvist
2011-08-24Presumably we should use -MP here, tooTor Lillqvist
2011-08-24enquote invocation of $(ML_EXE) => "$(ML_EXE)"Eike Rathke
This helped to get over [ build ASM ] basic/source/runtime/wnt-x86 /bin/sh: /cygdrive/c/Programme/Microsoft: No such file or directory when blanks are in the path as in --with-asm-home="/cygdrive/c/Programme/Microsoft Visual Studio 9.0/VC/bin"
2011-08-23Enable linking also with UNO libraries (components)Tor Lillqvist
2011-08-23Resolves: fdo#40099 don't break incremental builds on removed headersCaolán McNamara
2011-08-23Don't unset INCLUDE in each MSVC compilation, instead do it in Env.Host.shTor Lillqvist
2011-08-23Do not hardcode bash pathFrançois Tigeot
2011-08-23Remove an unused perl moduleJordan Ayers
Another one related to fdo#39747. The file solenv/bin/modules/installer/configuration.pm isn't used at all currently. (I see that it was used for a while back in 2004 by make_installer.pl.) This patch drops the file. LGPLv3+/MPL Jordan Ayers >From fc1a7ebdb81cfb927f80a4ba4fb625a40840263f Mon Sep 17 00:00:00 2001 From: Jordan Ayers <jordan.ayers@gmail.com> Date: Mon, 22 Aug 2011 23:42:00 -0500 Subject: [PATCH] Remove unused perl module.
2011-08-23Clean up globals in make_installer.plJordan Ayers
Reduce scope of $packjobref. Remove $exithandler and its shutdown check, since no handler was ever assigned. Remove some unused install::global:: variables.
2011-08-23gb_MINGWLIBDIR is not used anywhereTor Lillqvist
2011-08-23Add YaccObject classTor Lillqvist
2011-08-23Obey TMPDIR if setTor Lillqvist
2011-08-23Look at COM to detect MinGW, not the weird USE_MINGWTor Lillqvist
2011-08-22check we have the environment sourced, and fail helpfully if notMichael Meeks
2011-08-22Make a dbgutil build of the Explorer extension succeedTor Lillqvist
Take notice of USE_DEBUG_RUNTIME also in set_wntx64.mk. Don't unset USE_DEBUG_RUNTIME and don't hardcode the non-debugging msvcprt.lib when building the Explorer extension. Undefine OSL_DEBUG_LEVEL in its source files that would otherwise drag in the diagnosing functions from sal. We don't link the Explorer extension with sal. As such it might not make much sense to actually *use* a shell extension built with assertions in the C++ library, against the debugging C/C++ runtime. You don't want assertions to fire in Explorer, do you? On the other hand, one could be debugging an Explorer extension remotely. Maybe even locally, I don't know if some lower levels of Windows get upset if Explorer is unresponsive due to being debugged, or something. But anyway, the main point for now is to make an --enable-dbgutil build succeed. Alternatively we could also make sure USE_DEBUG_RUNTIME is unset in *all* makefiles in shell.
2011-08-22the backslash should be escaped hereDavid Tardon
2011-08-22link versioned uno libs from solver to install dirDavid Tardon
2011-08-22install gdb pretty printersDavid Tardon
2011-08-22add gdb pretty printersDavid Tardon
2011-08-22set SDF directory correctly so translations get picked upAndras Timar
2011-08-22enable using link-time optimizationMatúš Kukan
This commit enables LTO for all shared libraries. Build takes much longer. Use just with gcc-4.5 or later.
2011-08-22apparently can enable this warningCaolán McNamara
2011-08-22didn't intend to commit this bit yetCaolán McNamara