summaryrefslogtreecommitdiffstats
path: root/cli_ure
Commit message (Collapse)AuthorAgeFilesLines
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-191-5/+5
| | | | | | | | | s/(OUString\s+[a-zA-Z_][A-Za-z0-9_]*\s*)\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/$1\($2\)/gms Change-Id: Iad20f242c80c4bdc69df17e2d7a69d58ea53654b Reviewed-on: https://gerrit.libreoffice.org/2835 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-3/+0
|
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* s/the the/the/Tor Lillqvist2013-02-222-2/+2
| | | | Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
* s/Whith/With/Tor Lillqvist2013-02-221-1/+1
| | | | Change-Id: I098290a33a3d455594bd200034b279eef02c792b
* do not try to concatenate two string literals using +Luboš Luňák2013-01-301-1/+1
| | | | Change-Id: I7f06a9b065d5dd24da48e06792cacd27d157a656
* Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac2013-01-308-60/+54
| | | | | | | Change-Id: Ie859cb2dfdc7103c379fce56be88eef8fe390afd Reviewed-on: https://gerrit.libreoffice.org/1924 Tested-by: Luboš Luňák <l.lunak@suse.cz> Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
* drop executable bitPeter Foley2012-12-292-0/+0
| | | | Change-Id: I092a8183b7aa044cc6e55df91ac1109e269d8b8e
* WaE: C4564 from MSVS 2010Tor Lillqvist2012-12-241-0/+8
| | | | Change-Id: I675b1cbda896e1a5e15d34f3973e8fcd6ea6c45b
* WaE: C4538: const/volatile qualifiers on this type are not supportedTor Lillqvist2012-12-242-0/+11
| | | | | | | Disale warning C4538 in two places where apprently that warning is generate for some bogus reason. Change-Id: I93be435b3ce3cb8ca72535416511c793c12bc76c
* Adapt climaker to cppu::bootstrap_InitialComponentContext removalStephan Bergmann2012-12-201-2/+1
| | | | Change-Id: If7172ff8b8724d0c915aabd42608594ab0c71042
* commit delete various unused makefile.mksCaolán McNamara2012-12-064-149/+0
| | | | Change-Id: I382423164fd65679d3b893ea0d9729508813b425
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-304-8/+2
| | | | | | | | | | | | This changes all generated API headers (.hpp and .hdl) to use a namespace alias 'css' instead of the pointlessly long com::sun::star Makes the change in cppumaker & associated tools, adds a global namespace alias definition in sal/types.h, and removes a kiloton of local, now pointless-to-harmful versions of that alias from all over the code. Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
* API CHANGE remove [oneway] method attributesThorsten Behrens2012-11-301-1/+1
| | | | | | | Remove non-functional and broken [oneway] attributes from all idl files. Change idl compiler to no longer digest such idl. Change-Id: Ie14c5012beccb6242d7cd592d434a88091b695d1
* We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist2012-11-281-6/+4
| | | | | | We can drop or simplify many conditionals. Change-Id: I37e820e515cc09845c30b62c89ddb3b6ff370f97
* source file modes fixEnrico Weigelt, metux ITS2012-11-142-0/+0
| | | | | | | Change-Id: I8975f26f205ba33044285729da54e0210f872fcb Reviewed-on: https://gerrit.libreoffice.org/1065 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
* fdo#55290: use the right native library nameDavid Ostrovsky2012-10-282-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
* cli_ure: warning C4965: implicit box of integer 0Michael Stahl2012-10-241-1/+1
| | | | Change-Id: I0ccc91ea686e599171845ff2cff5e536bbdb7b77
* fix warnings in cli_urePeter Foley2012-10-248-67/+75
| | | | Change-Id: I4e081473612403e0bf277e8dbf5f1b9a15541dd7
* fdo#55290 do not use resource file for assembly libsDavid Tardon2012-10-161-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
* use key directly from $(SRCDIR)David Tardon2012-10-161-3/+3
| | | | Change-Id: Ib1671e416fa59a46e4936ae75de4e2c20d70997b
* Managed C++ to C++/CLI conversion also for the debug codeTor Lillqvist2012-10-084-12/+12
| | | | Change-Id: Ibb4f5e386644a67905421d2f9c33336a119fca88
* most of this is not necessary anymoreDavid Tardon2012-10-073-7/+1
| | | | | | This reverts commit 3fc40953c635185f8bcd1b58a1d68d28526558d4. Change-Id: I6d11212cc260e03e5c83a0e7be93ed66e1ab452f
* fix gbuildized cli_urePeter Foley2012-10-074-2/+8
| | | | Change-Id: I3e02afbd1b75641bdc90443e7c07018c113a971a
* convert uno_bridge to new syntaxPeter Foley2012-10-0710-713/+712
| | | | Change-Id: Iac5e9a860f7ef68104c4cfc19abe686b754190af
* convert cli_ure/source/native to new syntaxPeter Foley2012-10-074-36/+32
| | | | Change-Id: I7dbb065c8b1b2fef85e6e7f42ef80991102785e0
* fix typoDavid Tardon2012-10-071-1/+1
| | | | Change-Id: I9ae69377e585603c2cb0edd48a18a21d0934dfee
* use key directly from $(SRCDIR)David Tardon2012-10-074-4/+4
| | | | Change-Id: I89f4438688b336f33816164e286f8b6c5b1cd6b6
* 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