summaryrefslogtreecommitdiff
path: root/cli_ure
AgeCommit message (Collapse)AuthorFilesLines
2012-10-28fdo#55290: use the right native library nameDavid Ostrovsky2-16/+16
It turns out that the native library cannot be renamed after creation. The right name must be used from the beginning, otherwise publishing is failing with the follow error (gacutil -i): "Failure adding assembly to the cache: Invalid file or assembly name. The name of the file must be the name of the assembly plus .dll or .exe." To rectify that create the native lib as cli_cppuhelper.dll, rename the signed assembly to assembly/cli_cppuhelper.dll and teach scp2 to pick up the right one: assembly/cli_cppuhelper.dll (and not cli_cppuhelper.dll). Change-Id: I2073b617cd440865ae4ab838bb801329f2b07194
2012-10-24cli_ure: warning C4965: implicit box of integer 0Michael Stahl1-1/+1
Change-Id: I0ccc91ea686e599171845ff2cff5e536bbdb7b77
2012-10-24fix warnings in cli_urePeter Foley8-67/+75
Change-Id: I4e081473612403e0bf277e8dbf5f1b9a15541dd7
2012-10-16fdo#55290 do not use resource file for assembly libsDavid Tardon1-1/+1
I am not sure this really fixes the problem, but it is the only difference between dmake and gbuild builds I can see. Change-Id: I96fa4120dc2a8221a75e150a62582aebda98f505
2012-10-16use key directly from $(SRCDIR)David Tardon1-3/+3
Change-Id: Ib1671e416fa59a46e4936ae75de4e2c20d70997b
2012-10-08Managed C++ to C++/CLI conversion also for the debug codeTor Lillqvist4-12/+12
Change-Id: Ibb4f5e386644a67905421d2f9c33336a119fca88
2012-10-07most of this is not necessary anymoreDavid Tardon3-7/+1
This reverts commit 3fc40953c635185f8bcd1b58a1d68d28526558d4. Change-Id: I6d11212cc260e03e5c83a0e7be93ed66e1ab452f
2012-10-07fix gbuildized cli_urePeter Foley4-2/+8
Change-Id: I3e02afbd1b75641bdc90443e7c07018c113a971a
2012-10-07convert uno_bridge to new syntaxPeter Foley10-713/+712
Change-Id: Iac5e9a860f7ef68104c4cfc19abe686b754190af
2012-10-07convert cli_ure/source/native to new syntaxPeter Foley4-36/+32
Change-Id: I7dbb065c8b1b2fef85e6e7f42ef80991102785e0
2012-10-07fix typoDavid Tardon1-1/+1
Change-Id: I9ae69377e585603c2cb0edd48a18a21d0934dfee
2012-10-07use key directly from $(SRCDIR)David Tardon4-4/+4
Change-Id: I89f4438688b336f33816164e286f8b6c5b1cd6b6
2012-10-03CLI assemblies must depend on the key file used for signingDavid Tardon4-0/+8
Change-Id: I84c0044f3054388fd5650c14efd30f21481e493a
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl1-2/+0
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl3-5/+14
add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl1-1/+2
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl1-0/+1
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2-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>
2012-09-24TypoStephan Bergmann1-1/+1
Change-Id: Ibd19e82a41ceac76ec5c3d6059f497926b8b5d0e
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.