summaryrefslogtreecommitdiff
path: root/desktop/Executable_oosplash.mk
AgeCommit message (Expand)Author
2013-06-07further reduce GUIBASE usage; don't set it to headlessMatúš Kukan
2013-05-10gbuild: gcc platforms: link with C compiler if no C++ filesMichael Stahl
2013-05-08configure: substantially de-bong libpng handlingMichael Stahl
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-01-26gbuild: remove various pointless calls that don't add anythingMichael Stahl
2012-12-25Get rid of (most uses of) GUITor Lillqvist
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-07-10solaris/intel: update .mk files to fix build errorsPierre-Eric Pelloux-Prayer
2012-06-21Executable_oosplash.mk: fix typo in Solaris "socket" libMichael Stahl
2012-04-08gbuild: "use" vs. "add":Michael Stahl
2012-02-17Introduce headless switch for X / cairo / toolkit less buildRiccardo Magliocchetti
2011-12-20Link most libs and executables with gb_STDLIBS as presumably is intendedTor Lillqvist
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara
2011-11-27remove pch from the include listNorbert Thiebaud
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud
2011-09-18fix link failure on linux if not using libXineramaPeter Foley
2011-09-15gbuildize desktopDavid Tardon
td>Stephan Bergmann The issue of 362d4f0cd4e50111edfae9d30c90602c37ed65a2 "Explicitly mark overriding destructors as 'virtual'" appears to no longer be a problem with MSVC 2013. (The little change in the rewriting code of compilerplugins/clang/override.cxx was necessary to prevent an endless loop when adding "override" to OOO_DLLPUBLIC_CHARTTOOLS virtual ~CloseableLifeTimeManager(); in chart2/source/inc/LifeTime.hxx, getting stuck in the leading OOO_DLLPUBLIC_CHARTTOOLS macro. Can't remember what that isAtEndOfImmediateMacroExpansion thing was originally necessary for, anyway.) Change-Id: I534c634504d7216b9bb632c2775c04eaf27e927e 2016-08-22ucbhelper::Std{In,Out}putStream are only used in ucb/source/ucb/cmis/Stephan Bergmann ...where their use of boost::shared_ptr (instead of std::shared_ptr) matches the use in libcmis, but makes them unlikely to be useful anywhere else. So move them into ucb/source/ucb/cmis/. Change-Id: I68359be6b43d6889af4f241dcdcbdc0d9d70d717