summaryrefslogtreecommitdiff
path: root/cli_ure
AgeCommit message (Collapse)AuthorFilesLines
2012-09-23add deps on CLI libs used in cli_uno buildDavid Tardon1-0/+4
Change-Id: I6ae009851e4d8f06e2c2939a26cc72b453e8c406
2012-09-22switch cli_ure to gbuildDavid Tardon15-811/+1
Change-Id: Icad2f8019130781f036b5d46105cf5a99709663f
2012-09-22force cli_ure to buildMatúš Kukan2-4/+4
- there is still missing dependency on cliuno.snk - remove -warnaserror+ causing weird problem - export random symbol so that we get icli_cppuhelper_native.lib file created Change-Id: Ifd3b4785f83496d2c9bff6b1ea2fd39b6978725c
2012-09-22cli_uno: add missing gb_Library_use_udk_apiMatúš Kukan1-0/+2
Change-Id: I1dd1a48e61ff8c5b628ba4a8f02294cf239b5edd
2012-09-22cli_ure: another missing depMatúš Kukan1-0/+4
Change-Id: I3f7d0034500b52e363f5cc3e136b89a5d75aab64
2012-09-22add missing package nameNorbert Thiebaud1-1/+1
Change-Id: I0f561c41c4e0a447521aae90885f3a75b624d7cb
2012-09-22gbuildize cli_ureDavid Tardon12-0/+373
Change-Id: I716d666fc6e9d5339bc65a1b3943b2cecf45b6fe
2012-09-22export uno_initEnvironment and uno_ext_getMappingDavid Tardon1-2/+2
Change-Id: Ic907b7dbf4cee22ac899e413bc5122e3a09e6b1a
2012-08-22fix StackOverflowException in climakerPeter Foley1-9/+6
Change-Id: I640eddb4496d295d3cea9f45875b415d419060f4 Reviewed-on: https://gerrit.libreoffice.org/448 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2012-08-22convert climaker to new syntaxPeter Foley4-658/+646
Change-Id: Ic8b202c339806e4cf4dc621a4730593724175fca Reviewed-on: https://gerrit.libreoffice.org/447 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2012-08-13OpenOffice.org->LibreOfficeAndras Timar1-2/+2
Change-Id: Ie0082fc0bafd97fdd8ebdcb9d668a1ca7559f15d
2012-07-30udkapi, offapi: do not use #include "foo":Michael Stahl1-8/+8
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-14simplify include guardsThomas Arnhold3-3/+3
Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f
2012-06-27re-base on ALv2 code.Michael Meeks15-331/+196
2012-06-22re-base on ALv2 code.Michael Meeks1-21/+12
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-21re-base on ALv2 code.Michael Meeks8-187/+115
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks31-578/+434
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-01nuke unused namespaceTakeshi Abe2-7/+0
Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-0/+0
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-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-14/+7
2012-03-23.txt files don't need executable bitsMichael Stahl1-0/+0
2012-02-17remove extraneous qualifiers that break some compilersMariusz Dykierek1-1/+1
2012-02-06Fixed some cppcheck messagesPKEuS1-1/+0
2012-02-06Added READMEs for modules related to URE, with content from the wikiJosh Heidenreich1-0/+5
2012-01-31OpenOffice.org -> LibreOffice in commentAndras Timar1-4/+4
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann3-5/+5
2011-12-27function component_canUnload is exportedDavid Tardon1-1/+1
2011-12-11I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist2-2/+0
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud1-8/+0
2011-11-02precompiled_cli_ure.hxx is empty, so just remove itJoseph Powers10-88/+0
2011-10-24Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵Stephan Bergmann1-30/+14
BaseInstallation.
2011-10-05Adapt to removal of dangerous operatorsFridrich Štrba2-2/+2
2011-09-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba1-0/+2
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
2011-09-16Trying to chop out the uwinapi libraryFridrich Štrba1-2/+0
2011-08-17Fix MSVC build against debugging runtimeTor Lillqvist3-0/+15
2011-08-17Bin stuff for compiler versions we don't useTor Lillqvist3-57/+2
2011-06-16Use DESKTOP and NATIVE where appropriateTor Lillqvist1-1/+1
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-10/+10
2011-04-13fix for fdo#35108 allow dot net clients to bootstrap libreofficeNoel Power1-1/+1
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky1-12/+12
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-16WaE: return after throwCaolán McNamara1-1/+0
2011-03-12Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold3-13/+13
2011-03-02Remove "using namespace ::rtl"Julien Nabet4-4/+13
2011-02-18jl64 #i117009# increase versions of cli assembliesJoachim Lingner1-12/+12
2011-02-04Clean up makefilesThomas Arnhold2-15/+0
2011-01-14cppcheck: prefer prefix variantCaolán McNamara1-1/+1
2010-12-20Merge commit 'libreoffice-3.3.0.2'Jan Holesovsky1-2/+1
2010-12-06Replace all occured, occurance etc.Takeshi Abe4-5/+5
2010-12-04Fix for build.lst in cli_ureKalman Szalai - KAMI1-2/+1
2010-10-27add modelines to .h and .c files as wellCaolán McNamara6-0/+18