Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-30 | udkapi, offapi: do not use #include "foo": | Michael Stahl | |
Evidently on Windows, the newfangled ucpp handles #include "foo" differently from #include <foo> and treats it as a relative path, while the angle brackets always result in absolute paths. Since relative paths result in infinite rebuilds if make is invoked in a different directory, don't use #include "foo" in IDL files. Change-Id: Iedcda3a4be5542389a0be086f14541cda8dc5323 | |||
2012-07-14 | simplify include guards | Thomas Arnhold | |
Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f | |||
2012-06-27 | re-base on ALv2 code. | Michael Meeks | |
2012-06-22 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35 | |||
2012-06-21 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce | |||
2012-06-21 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1 | |||
2012-06-01 | nuke unused namespace | Takeshi Abe | |
Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976 | |||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
2012-03-23 | .txt files don't need executable bits | Michael Stahl | |
2012-02-17 | remove extraneous qualifiers that break some compilers | Mariusz Dykierek | |
2012-02-06 | Fixed some cppcheck messages | PKEuS | |
2012-02-06 | Added READMEs for modules related to URE, with content from the wiki | Josh Heidenreich | |
2012-01-31 | OpenOffice.org -> LibreOffice in comment | Andras Timar | |
2012-01-26 | Code cleanup: ( () ) replaced by (()) | Alexander Bergmann | |
2011-12-27 | function component_canUnload is exported | David Tardon | |
2011-12-11 | I don't see NO_BSYMBOLIC being used anywhere | Tor Lillqvist | |
2011-11-27 | remove PCH support in dmake-module | Norbert Thiebaud | |
2011-11-02 | precompiled_cli_ure.hxx is empty, so just remove it | Joseph Powers | |
2011-10-24 | Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵ | Stephan Bergmann | |
BaseInstallation. | |||
2011-10-05 | Adapt to removal of dangerous operators | Fridrich Štrba | |
2011-09-16 | Revert "Trying to chop out the uwinapi library" | Fridrich Štrba | |
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51. | |||
2011-09-16 | Trying to chop out the uwinapi library | Fridrich Štrba | |
2011-08-17 | Fix MSVC build against debugging runtime | Tor Lillqvist | |
2011-08-17 | Bin stuff for compiler versions we don't use | Tor Lillqvist | |
2011-06-16 | Use DESKTOP and NATIVE where appropriate | Tor Lillqvist | |
2011-06-03 | Drop %_EXT% which was always empty | Tor Lillqvist | |
2011-04-13 | fix for fdo#35108 allow dot net clients to bootstrap libreoffice | Noel Power | |
2011-03-23 | Merge commit 'ooo/DEV300_m103' | Jan Holesovsky | |
Conflicts: codemaker/source/bonobowrappermaker/corbaoptions.cxx codemaker/source/cppumaker/cppuoptions.cxx codemaker/source/cunomaker/cunooptions.cxx codemaker/source/idlmaker/idloptions.cxx codemaker/source/javamaker/javaoptions.cxx cppu/source/typelib/typelib.cxx idlc/source/options.cxx offapi/com/sun/star/util/PathSubstitution.idl offapi/drafts/com/sun/star/form/ListEntryEvent.idl offapi/drafts/com/sun/star/form/XBindableValue.idl offapi/drafts/com/sun/star/form/XListEntryListener.idl offapi/drafts/com/sun/star/form/XListEntrySink.idl offapi/drafts/com/sun/star/form/XListEntrySource.idl offapi/drafts/com/sun/star/form/XValueBinding.idl registry/tools/checksingleton.cxx registry/tools/options.hxx registry/tools/regcompare.cxx registry/tools/regmerge.cxx sal/cppunittester/cppunittester.cxx sal/osl/unx/socket.c sal/osl/w32/diagnose.c sal/prj/d.lst sal/rtl/source/alloc_fini.cxx sal/rtl/source/alloc_global.c sal/rtl/source/makefile.mk | |||
2011-03-16 | WaE: return after throw | Caolán McNamara | |
2011-03-12 | Move OSL_ENSURE(0,...) to OSL_FAIL(...) | Thomas Arnhold | |
2011-03-02 | Remove "using namespace ::rtl" | Julien Nabet | |
2011-02-18 | jl64 #i117009# increase versions of cli assemblies | Joachim Lingner | |
2011-02-04 | Clean up makefiles | Thomas Arnhold | |
2011-01-14 | cppcheck: prefer prefix variant | Caolán McNamara | |
2010-12-20 | Merge commit 'libreoffice-3.3.0.2' | Jan Holesovsky | |
2010-12-06 | Replace all occured, occurance etc. | Takeshi Abe | |
2010-12-04 | Fix for build.lst in cli_ure | Kalman Szalai - KAMI | |
2010-10-27 | add modelines to .h and .c files as well | Caolán McNamara | |
2010-10-14 | Add vim/emacs modelines to all source files | Sebastian Spaeth | |
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> | |||
2010-10-13 | Remove redundant #include, #define & comments | J. Graeme Lingard | |
2010-06-11 | jl153 i111878 new versions for cli assemblies | Joachim Lingner | |
2010-04-07 | sb118: merged in re/DEV300_next towards DEV300_m76 | sb | |
2010-03-10 | native0 #i161639# increase assembly versions | Joachim Lingner | |
2010-02-25 | sb118: merged in DEV300_m72 | sb | |
2010-02-12 | changefileheader2: #i109125#: change source file copyright notice from Sun ↵ | Jens-Heiner Rechtien | |
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) | |||
2010-01-29 | sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, ↵ | sb | |
and simplified it by requiring that first section is labeled UDK_3_0_0; adapted map files accordingly, replacing many individual ones with solenv/src templates | |||
2010-01-12 | sb118: #i108269# first step of removing tcsh support | sb | |
2009-11-11 | #i103496#: sandbox removed | Mathias Bauer | |
2009-09-25 | merge commit | Mathias Bauer | |