Age | Commit message (Expand) | Author |
2011-08-26 | Resolves: fdo#40099 don't break incremental msvc builds on removed headers | Caolán McNamara |
2011-08-25 | Fix dbgutil build, do link also EXEs with the necessary libs | Tor Lillqvist |
2011-08-24 | misc cleanups of mergelibs functionality | Michael Meeks |
2011-08-24 | Add support for creating merged library. | Matúš Kukan |
2011-08-24 | Don't use flags that make sense only for EXEs/DLLs when building static LIBs | Tor Lillqvist |
2011-08-24 | Presumably we should use -MP here, too | Tor Lillqvist |
2011-08-24 | enquote invocation of $(ML_EXE) => "$(ML_EXE)" | Eike Rathke |
2011-08-23 | Enable linking also with UNO libraries (components) | Tor Lillqvist |
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 | 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 | set SDF directory correctly so translations get picked up | Andras Timar |
2011-08-22 | enable using link-time optimization | Matúš Kukan |
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 | Also oldnames.lib | Tor Lillqvist |
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 |
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 |
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 | 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-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-13 | discard unneeded output | David Tardon |
2011-08-13 | all unix/gcc platforms have the same gb_UnoApiTarget settings | David Tardon |
2011-08-13 | all unix/gcc platforms have the same gb_Configuration settings | David Tardon |
2011-08-13 | config gb_Configuration for all platforms we build | David Tardon |
2011-08-13 | gb_Deliver_add_deliverable takes 3 args | David Tardon |
2011-08-13 | add solenv/gbuild/Configuration.mk to build various XCS/XCU files | Michael Stahl |
2011-08-13 | silence marketing warning from windows compiler | Norbert Thiebaud |
2011-08-11 | add support for generated plain c source files | Matúš Kukan |
2011-08-11 | Implement AsmObject in gbuild (Windows only for now, stub for unxgcc). | Jan Holesovsky |
2011-08-10 | Extraneous text after `ifneq' directive, removed trailing ,-g) | Eike Rathke |
2011-08-10 | gbuild: added -g option to javac when building with debug symbols | Cédric Bosdonnat |