summaryrefslogtreecommitdiffstats
path: root/cli_ure
Commit message (Collapse)AuthorAgeFilesLines
* CLI assemblies must depend on the key file used for signingDavid Tardon2012-10-034-0/+8
| | | | Change-Id: I84c0044f3054388fd5650c14efd30f21481e493a
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-281-2/+0
| | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl2012-09-283-5/+14
| | | | | | | add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-281-1/+2
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-281-0/+1
| | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-252-4/+4
| | | | | | | Change-Id: Ifcfa48fc87f905a91470a5b0fd597b02f220784c Reviewed-on: https://gerrit.libreoffice.org/671 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
* TypoStephan Bergmann2012-09-241-1/+1
| | | | Change-Id: Ibd19e82a41ceac76ec5c3d6059f497926b8b5d0e
* add deps on CLI libs used in cli_uno buildDavid Tardon2012-09-231-0/+4
| | | | Change-Id: I6ae009851e4d8f06e2c2939a26cc72b453e8c406
* switch cli_ure to gbuildDavid Tardon2012-09-2215-811/+1
| | | | Change-Id: Icad2f8019130781f036b5d46105cf5a99709663f
* force cli_ure to buildMatúš Kukan2012-09-222-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
* cli_uno: add missing gb_Library_use_udk_apiMatúš Kukan2012-09-221-0/+2
| | | | Change-Id: I1dd1a48e61ff8c5b628ba4a8f02294cf239b5edd
* cli_ure: another missing depMatúš Kukan2012-09-221-0/+4
| | | | Change-Id: I3f7d0034500b52e363f5cc3e136b89a5d75aab64
* add missing package nameNorbert Thiebaud2012-09-221-1/+1
| | | | Change-Id: I0f561c41c4e0a447521aae90885f3a75b624d7cb
* gbuildize cli_ureDavid Tardon2012-09-2212-0/+373
| | | | Change-Id: I716d666fc6e9d5339bc65a1b3943b2cecf45b6fe
* export uno_initEnvironment and uno_ext_getMappingDavid Tardon2012-09-221-2/+2
| | | | Change-Id: Ic907b7dbf4cee22ac899e413bc5122e3a09e6b1a
* fix StackOverflowException in climakerPeter Foley2012-08-221-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>
* convert climaker to new syntaxPeter Foley2012-08-224-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>
* OpenOffice.org->LibreOfficeAndras Timar2012-08-131-2/+2
| | | | Change-Id: Ie0082fc0bafd97fdd8ebdcb9d668a1ca7559f15d
* udkapi, offapi: do not use #include "foo":Michael Stahl2012-07-301-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
* simplify include guardsThomas Arnhold2012-07-143-3/+3
| | | | Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f
* re-base on ALv2 code.Michael Meeks2012-06-2715-331/+196
|
* re-base on ALv2 code.Michael Meeks2012-06-221-21/+12
| | | | Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
* re-base on ALv2 code.Michael Meeks2012-06-218-187/+115
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
* re-base on ALv2 code.Michael Meeks2012-06-2131-578/+434
| | | | Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
* nuke unused namespaceTakeshi Abe2012-06-012-7/+0
| | | | Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-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
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-14/+7
|
* .txt files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* remove extraneous qualifiers that break some compilersMariusz Dykierek2012-02-171-1/+1
|
* Fixed some cppcheck messagesPKEuS2012-02-061-1/+0
|
* Added READMEs for modules related to URE, with content from the wikiJosh Heidenreich2012-02-061-0/+5
|
* OpenOffice.org -> LibreOffice in commentAndras Timar2012-01-311-4/+4
|
* Code cleanup: ( () ) replaced by (())Alexander Bergmann2012-01-263-5/+5
|
* function component_canUnload is exportedDavid Tardon2011-12-271-1/+1
|
* I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist2011-12-112-2/+0
|
* remove PCH support in dmake-moduleNorbert Thiebaud2011-11-271-8/+0
|
* precompiled_cli_ure.hxx is empty, so just remove itJoseph Powers2011-11-0210-88/+0
|
* Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵Stephan Bergmann2011-10-241-30/+14
| | | | BaseInstallation.
* Adapt to removal of dangerous operatorsFridrich Štrba2011-10-052-2/+2
|
* Revert "Trying to chop out the uwinapi library"Fridrich Štrba2011-09-161-0/+2
| | | | This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
* Trying to chop out the uwinapi libraryFridrich Štrba2011-09-161-2/+0
|
* Fix MSVC build against debugging runtimeTor Lillqvist2011-08-173-0/+15
|
* Bin stuff for compiler versions we don't useTor Lillqvist2011-08-173-57/+2
|
* Use DESKTOP and NATIVE where appropriateTor Lillqvist2011-06-161-1/+1
|
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-10/+10
|
* fix for fdo#35108 allow dot net clients to bootstrap libreofficeNoel Power2011-04-131-1/+1
|
* Merge commit 'ooo/DEV300_m103'Jan Holesovsky2011-03-231-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
| * jl64 #i117009# increase versions of cli assembliesJoachim Lingner2011-02-181-12/+12
| |
* | WaE: return after throwCaolán McNamara2011-03-161-1/+0
| |
* | Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold2011-03-123-13/+13
| |