Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-26 | gbuild: do not copy boost headers around | Michael Stahl | |
- do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9 | |||
2012-12-26 | PCH for Library_dbu | Lubos Lunak | |
2012-12-25 | Get rid of (most uses of) GUI | Tor Lillqvist | |
GUI only takes values UNX or WNT, so it is fairly pointless. One can check whether OS is WNT or not instead. Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34 Reviewed-on: https://gerrit.libreoffice.org/1304 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net> | |||
2012-11-27 | dbaccess: warning C4530: C++ exception handler used ... specify /EHsc | Michael Stahl | |
Change-Id: I273b800c36038be64cdc9f85872ee95983077da7 | |||
2012-11-22 | AllSettings with LanguageTag | Eike Rathke | |
Change-Id: I710ae66e51139662eb442b681fdf9cc9d158551d | |||
2012-09-28 | gbuild: invert handling of standard system libraries: | Michael Stahl | |
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a | |||
2012-09-28 | gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT: | Michael Stahl | |
add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d | |||
2012-09-28 | gbuild: replace direct gb_STDLIBS use with ... | Michael Stahl | |
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69 | |||
2012-09-28 | gbuild: split uwinapi out of gb_STDLIBS | Michael Stahl | |
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7 | |||
2012-07-02 | targetted improvement of UNO API includes / usage | Michael Meeks | |
2012-05-29 | improve odbc headers handling | Matúš Kukan | |
2012-04-27 | WaE: exception handlers used in code without unwind support | Caolán McNamara | |
Change-Id: I1efec5017927d06c519f65312ab29e2b19a6cff6 | |||
2012-04-09 | do not put things directly into $(WORKDIR) | David Tardon | |
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | |
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target) | |||
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | |
2012-02-19 | remove adabas/adabasui | Caolán McNamara | |
2012-02-10 | fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC | Matúš Kukan | |
2011-12-06 | normalize Red Hat, Inc. spellings, and bump to latest template | Caolán McNamara | |
2011-11-27 | remove pch from the include list | Norbert Thiebaud | |
2011-11-27 | remove pre-compiled header support in gbuild and gbuildified module | Norbert Thiebaud | |
2011-11-23 | fdo#32347: reenable ADO URL helper UI | Lionel Elie Mamane | |
cleanup obsolete DISABLE_ADO/WINDOWS_VISTA_PSDK logic | |||
2011-10-31 | move CloseVeto from dbaccess to unotools | Michael Stahl | |
2011-10-26 | WaE: C++ exception handler used, but unwind semantics are not enabled | Tor Lillqvist | |
2011-10-26 | WaE: C++ exception handler used, but unwind semantics are not enabled | Tor Lillqvist | |
2011-08-24 | gb_Library_set_cxxflags -> gb_Library_add_cxxflags | Jan Holesovsky | |
2011-08-10 | prefer makefile-gmake-mode to plain makefile-mode | Takeshi Abe | |
2011-07-30 | Add consistent Emacs and vim mode lines | Tor Lillqvist | |
2011-07-24 | Merge branch 'master' into feature/gnumake4 | Bjoern Michaelsen | |
2011-07-23 | revert to dbaccess gbuildization from master mostly | Bjoern Michaelsen | |
* only add JunitTest_dbaccess_complex, which was missing on master * disable complex.dbaccess.DatabaseDocument in JunitTest_dbaccess_complex for now as it fails | |||
2011-07-22 | Do compile adodatalinks.cxx always for Windows | Tor Lillqvist | |
Don't test any bogus PROF_EDITION, and don't bother with WINDOWS_VISTA_PSDK either. | |||
2011-07-22 | Set CXXFLAGS, not CFLAGS | Tor Lillqvist | |
2011-06-21 | gnumake4: more fixes in dbaccess | Bjoern Michaelsen | |
2011-06-21 | gnumake4: postmerge fixes in dbaccess reportdesign | Bjoern Michaelsen | |
2011-06-17 | remove all traces of offuh from makefiles | David Tardon | |
2011-05-27 | Merge remote-tracking branch 'origin/integration/dev300_m106' | Jan Holesovsky | |
Conflicts: dbaccess/source/ui/app/makefile.mk | |||
2011-05-16 | We always use a Vista or newer SDK | Tor Lillqvist | |
2011-04-19 | get a little closer to building dbaccess under windows again | Caolán McNamara | |
2011-04-19 | fix deps | David Tardon | |
2011-04-19 | gbuildize dbaccess | David Tardon | |