Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-23 | Resolves: fdo#40099 don't break incremental builds on removed headers | Caolán McNamara | |
2011-08-23 | Don't unset INCLUDE in each MSVC compilation, instead do it in Env.Host.sh | Tor Lillqvist | |
2011-08-23 | Do not hardcode bash path | François Tigeot | |
2011-08-23 | Remove an unused perl module | Jordan 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-23 | Clean up globals in make_installer.pl | Jordan 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-23 | gb_MINGWLIBDIR is not used anywhere | Tor Lillqvist | |
2011-08-23 | Add YaccObject class | Tor Lillqvist | |
2011-08-23 | Obey TMPDIR if set | Tor Lillqvist | |
2011-08-23 | Look at COM to detect MinGW, not the weird USE_MINGW | Tor Lillqvist | |
2011-08-22 | check we have the environment sourced, and fail helpfully if not | Michael Meeks | |
2011-08-22 | Make a dbgutil build of the Explorer extension succeed | Tor 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-22 | the backslash should be escaped here | David Tardon | |
2011-08-22 | link versioned uno libs from solver to install dir | David Tardon | |
2011-08-22 | install gdb pretty printers | David Tardon | |
2011-08-22 | add gdb pretty printers | David Tardon | |
2011-08-22 | set SDF directory correctly so translations get picked up | Andras Timar | |
2011-08-22 | enable using link-time optimization | Matúš Kukan | |
This commit enables LTO for all shared libraries. Build takes much longer. Use just with gcc-4.5 or later. | |||
2011-08-22 | apparently can enable this warning | Caolán McNamara | |
2011-08-22 | didn't intend to commit this bit yet | Caolán McNamara | |
2011-08-22 | callcatcher: remove unused methods | Caolán McNamara | |
2011-08-22 | overhaul impl. of gb_LinkTarget_add_grammar to simplify usage | David Tardon | |
2011-08-21 | keep the deliver log apart from build log for gbuildified module | Norbert Thiebaud | |
2011-08-21 | Link cppu statically to gcc3_uno on iOS | Tor Lillqvist | |
2011-08-21 | Also oldnames.lib | Tor Lillqvist | |
2011-08-21 | remove debugging print | Norbert Thiebaud | |
2011-08-20 | no need to redefine gb_Helper_conert_native over and over again.... | Norbert Thiebaud | |
2011-08-20 | ios does not seems to inherit form macos, so add a yacc rule there too | Norbert Thiebaud | |
2011-08-20 | move yacc command in platform/* due to Mac PPC ancient bison version. | Norbert Thiebaud | |
Mac PPC has a very old bison that does not handle .cxx extension well not does it support --defines=<file>. the result is that the generated header is called <foo>.cxx.h instead of <foo>.hxx To deal with that we moved the yacc rule in the platefrom dependent section and added some renaming magic for the PowerPC case on MacOS. | |||
2011-08-19 | prevent the creation of $INPATH in the module source for gbuild-module | Norbert Thiebaud | |
The creation of $INPATH and sub-dirs was triggered by the location of the logfile. in buil.pl that trigger the call of mkout.pl We adapt SourceConfig to keep track of which modules is gbuildified For these module, the log will be at workdir/Logs/ Also clean-up the remnant of the support for dual build mode (gbuild/dmake). | |||
2011-08-19 | add Yacc/bison support in gbuild | Norbert Thiebaud | |
2011-08-19 | detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set | Norbert Thiebaud | |
2011-08-19 | Correct spelling of gb_Library_get_linktargetname, no double underscores | Tor Lillqvist | |
2011-08-19 | Use -NODEFAULTLIB for dbgutil build and link with kernel32 and user32 | Tor Lillqvist | |
This avoids warnings about linking both with normal and debugging runtime. Matches more closely what the old build system does. | |||
2011-08-19 | There is no gb_Object__command_deponcompile and we do deps another way anyway | Tor Lillqvist | |
2011-08-19 | Remove bogus whitespace on empty line | Tor Lillqvist | |
2011-08-19 | Set debug- and dbgutil-related variables here, too | Tor Lillqvist | |
2011-08-19 | Make clean instead of unxvlngi6.pro for gbuild modules | Christian Dywan | |
2011-08-19 | fix linkoo issue with preferring old libraries to new gnumake ones | Michael Meeks | |
2011-08-19 | There is no gb_Foo_get_external_target, fix as dtardon told on IRC | Tor Lillqvist | |
2011-08-18 | use gb_LinkTarget_set_include,_add_includes is not defined | David Tardon | |
2011-08-16 | Add AsmObject stuff | Tor Lillqvist | |
2011-08-16 | Link with the debugging runtime in a dbgutil build here, too | Tor Lillqvist | |
2011-08-16 | Remove duplicated chunk | Korrawit Pruegsanusak | |
2011-08-16 | Fix --enable-dbgutil build: Define _DEBUG | Tor Lillqvist | |
2011-08-15 | Add gb_CLASSPATHSEP | Tor Lillqvist | |
2011-08-15 | We need $(T_LDFLAGS) here, too | Tor Lillqvist | |
2011-08-15 | As we don't run ld to link, don't use the ld format of options | Tor Lillqvist | |
2011-08-15 | Cosmetics: Factor out the -DWIN32 to CDEFS and simplify the result | Tor Lillqvist | |
2011-08-15 | Cosmetics: Avoid repetition, -D_MT is in CDEFS | Tor Lillqvist | |
2011-08-15 | Cosmetics: Don't bother with -D$(GUI) if $(GUI)==$(OS) anyway | Tor Lillqvist | |