summaryrefslogtreecommitdiffstats
path: root/unodevtools
Commit message (Collapse)AuthorAgeFilesLines
* Support for annotations in the new UNOIDL formatStephan Bergmann2013-05-163-34/+35
| | | | | | | | | | ...used for now to transport @deprecated information. Also, improve Idx-String (formerly Idx-Name, but also used for UTF-8 annotations now) format, using the 0x80000000 for the indirection rather than the base case. (And the README erroneously used "Offset of" Idx-String all over the place.) Change-Id: I7003b1558ab536a11a9af308f9b16a7ef8840792
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-303-43/+9
|
* Allow for (relative) pathname args for codemakers againStephan Bergmann2013-04-241-1/+1
| | | | Change-Id: I503d88b7d6fc44ef70d5071fddcec465e3fba856
* Further codemaker, unodevtools clean-upStephan Bergmann2013-04-167-1/+15
| | | | | | ...getting rid of now dangling references to module registry. Change-Id: Iccad7ff5dc0e79bf91b7b7dae03b73f16adeb121
* WIP: Experimental new binary type.rdb formatStephan Bergmann2013-04-169-1470/+1447
| | | | | | | | | | Make uno-skeletonmaker work on top of unoidl/ instead of registry/. These changes have only been tested so far rather lightly. Basic uno-skeletonmaker still works, but more thorough testing of the various input flags is needed. Change-Id: Id7f3aee863a10f8c649325db2d6f34a4057f70ff
* uno-skeletonmaker does not bootstrap UNOStephan Bergmann2013-04-111-15/+5
| | | | | | ...so mentioning env:INIFILENAME and env:UNO_TYPES is misleading. Change-Id: Ia91ad691c58d226bc445b3355dffb82ba7ddbef5
* No need to have uno-skeletonmaker depend on udkapiStephan Bergmann2013-04-114-35/+6
| | | | | | ...just for RuntimeException, which can be replaced with CannotDumpException. Change-Id: I258f5fe534d589b33e988f7e585168c1bc6990f8
* Remove dead codeStephan Bergmann2013-04-112-798/+0
| | | | Change-Id: I090b0b1b10fdfe9d5955fe0137214d8907c3aa0c
* [API CHANGE] WIP: Experimental new binary type.rdb formatStephan Bergmann2013-04-111-1/+1
| | | | | | | | | | Make javamaker work on top of unoidl/ instead of registry/. API CHANGE: javamaker no longer supports the -B switch, as that is meaningless with the new format. When reading from an old-format .rdb file, /UCR is hard- coded as the prefix now. Change-Id: I8cca39f8ebacd0476934f7bd493d206928d063a9
* [API CHANGE] WIP: Experimental new binary type.rdb formatStephan Bergmann2013-04-097-139/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make cppumaker work on top of unoidl/ instead of registry/, as a first step to change all the various codemakers. * API CHANGE: cppumaker no longer supports the -B switch, as that is meaningless with the new format. When reading from an old-format .rdb file, /UCR is hard-coded as the prefix now. * TODO: The new format does not yet support deprecation annotations, so the generated .hdl/.hpp files lack any SAL_DEPRECATED_INTERNALs for now. * codemaker/typemanager.hxx is extended with access to unoidl/ functionality, so the various codemakers can use registry/ and unoidl/ in parallel for now. The access to registry/ functionality will be removed. (Added small throwaway helper functions u2b/b2u to easily map between OString and OUString at the remaining seams for now.) * Includes a selective revert of ba044b1e9613ed30906a9a540b7da8392923e4e3 "remove needless forward rtl::OUString declarations" in those parts of codemaker, unodevtools, unoidl that were covered by this local work-in-progress patch; I would otherwise have hard a hard time re-applying it. * The generated .hdl/.hpp files are mostly unchanged, except for a few minor things: ** Any SAL_DEPRECATED_INTERNALs are missing (see above). ** In comprehensive getCppuType definitions, some members were erroneously classified as TypeCalss_UNKNOWN. ** In comprehensive getCppuType definitions, some unnecessary calls like ::cppu::UnoType< ::sal_Int32 >::get(); can be removed. ** For typedef sequence<X>, the .hdl file need not include X.hdl, but only needs to forward-declare it. ** Unnecessary includes for optional bases of interfaces can be removed. ** Some numbering of local variable names (sMethodName1, ...) has changed. Change-Id: Icad98f248ac15177337f1b4ab709a755a8af6238
* Fixed 4 spelling errors in the comments.Golnaz Irannejad2013-04-071-1/+1
| | | | | | | | | Change-Id: Ic48f52d7ea4f6a4964f627e3051c96c46ffc2f76 Reviewed-on: https://gerrit.libreoffice.org/3164 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-078-138/+134
| | | | | | | | Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
* Clean up codemaker/typemanager.hxxStephan Bergmann2013-03-2713-468/+116
| | | | Change-Id: I650efd6780070410eaf34993dd41ed1b8ada7c9a
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-4/+0
|
* more subtle dependencies for cross-compilationMatúš Kukan2013-03-131-1/+1
| | | | | | | | | | Now we build only what we really need for 'build' platform - there is new build-tools make target. The list of tools is in solenv/gbuild/extensions/pre_BuildTools.mk. Also similar is done to some extent for 'host' platform using gb_Module_add_targets_for_build which is ignored for 'host'. Change-Id: I6acd1762b16aca366aac1a0688500f27869cfca2
* Removed RTL_CONSTASCII_STRINGPARAM in unodevtoolsChr. Rossmanith2013-03-126-37/+31
| | | | Change-Id: I41ea9fe6fcac6cba0e12cd570b9971998717f401
* fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck2013-03-062-3/+3
| | | | | | | | | Only applies to PropertyAttribute::REMOVEABLE, and all instances in comments. All other instances of the misspelling have remained the same. Example: AF_REMOVEABLE Change-Id: I391f4101bbc3e06689318235a37d616065bc1686 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
* loplugin: unused variables and commented codeThomas Arnhold2013-03-033-16/+0
| | | | Change-Id: I01f1f1d112767b576d7cfc6e25fe95385de2c0cf
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* Some cppcheck cleaningJulien Nabet2013-02-121-1/+1
| | | | Change-Id: Idb380dbb7470dbdb371778ba0c486392cc55380e
* gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl2013-01-262-2/+2
| | | | Change-Id: I54d8923ad315e8041fd3904da3a29f1a7a8c8b16
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-261-0/+2
| | | | | | | | | - do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-302-18/+18
| | | | | | | | | | | | 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
* deduplicate OString std::basic_ostream operatorsMiklos Vajna2012-11-107-55/+0
| | | | | | | | | I wanted to add one, based on OUString one, and Stephan on IRC agreed it's a good idea. Then it turned out we already had it in sal unit tests, sdext and unodevtools as well. Get rid of all these, and have a single implementation in string.hxx, so it can be used everywhere. Change-Id: Ibb820f20a138d055fd87036253c627fb862a31fe
* Replace usage of rtl/memory.h in unodevtools with equivalent from string.hArnaud Versini2012-08-041-9/+11
| | | | Change-Id: Id13d0be47071345508ea1ddd3a8c4b8e656fcfe8
* re-base on ALv2 code.Michael Meeks2012-07-0315-325/+206
|
* typo: paramters, paramaters -> parametersAndras Timar2012-06-191-1/+1
| | | | Change-Id: If58683331c50f2a95204e8e2dea11edbef3ccb63
* skeletonmaker: add back \" in string literalMichael Stahl2012-06-071-1/+1
| | | | | | Seems accidentally removed in ea489b3570efe7d9a53da91ba66fa1563d40ffbb. Change-Id: I7c4be5c41033ca8d4f66557efb30d17f8527b4a8
* Update also the help messageTor Lillqvist2012-06-061-1/+1
| | | | Change-Id: I3b84d1905d13c9418985d1ebe5feac13a0025efe
* Nobody uses this tool, but still, update the license blurb it outputsTor Lillqvist2012-06-061-26/+8
| | | | Change-Id: Id9d767c2738d8052f2716086fb40a1b01c68d76e
* targeted string re-workNorbert Thiebaud2012-06-023-31/+26
| | | | Change-Id: Ia2115e70df8f64eb0dade6beb33ee64c358af767
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+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
* Don't build these command-line tools for non-desktop OSesTor Lillqvist2012-04-201-0/+4
|
* rename common* static libs to codemaker_* for clarity + dmake cleanupNorbert Thiebaud2012-04-142-57/+2
|
* gbuild conversion: unodevtools moduleDavid Ostrovsky2012-04-148-126/+107
|
* replace APP?RPATH SDK by SDKBIN in old build systemDavid Tardon2012-04-141-1/+1
| | | | | | Commit 0c80ad06fd96a4fec062a7edfff12bb65ef204b4 broke MacOS X builds because of this discrepancy. It would be easy to accept both, but I think it is better to be consistent with gbuild.
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-081-4/+4
|
* idle code documentation improvementMichael Meeks2012-03-061-0/+6
|
* unodevtools: remove dead codeThomas Arnhold2012-02-181-22/+0
|
* Code clean up.Stephan Bergmann2012-01-208-30/+23
|
* Fix for fdo43460 Part XLI getLength() to isEmpty()Olivier Hallot2012-01-196-21/+21
| | | | | | Part XLI Modules ucbhelper, unodevtools
* catch exception by constant referenceTakeshi Abe2012-01-083-6/+6
|
* catch exception by constant referenceTakeshi Abe2012-01-071-2/+2
|
* normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara2011-12-061-1/+1
|
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-277-1/+56
|
* Remove component_getImplementationEnvironmentMatúš Kukan2011-07-121-4/+0
|
* Use DESKTOP and NATIVE where appropriateTor Lillqvist2011-06-161-1/+1
|
* Don't build skeletonmaker for iOSTor Lillqvist2011-06-141-0/+6
|
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-3/+3
|
* Remove OS/2 supportFrancois Tigeot2011-05-031-10/+0
|