summaryrefslogtreecommitdiffstats
path: root/unodevtools
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Easyhack: Add visibility markup to all component_get* functionsJulien Nabet2011-04-211-2/+2
|
* Merge commit 'ooo/DEV300_m103'Jan Holesovsky2011-03-231-2/+1
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: odk/examples/DevelopersGuide/Components/CppComponent/service1_impl.cxx odk/examples/DevelopersGuide/Database/DriverSkeleton/SServices.cxx odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/fdcomp.cxx odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXml.cxx odk/examples/cpp/complextoolbarcontrols/exports.cxx odk/examples/cpp/counter/countermain.cxx odk/examples/cpp/remoteclient/remoteclient.cxx odk/settings/settings.mk
| * jsc340: i14847: clean up cmdline help fo devtoolsJuergen Schmidt2010-10-011-2/+1
| |
* | Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold2011-03-121-2/+2
| |
* | Remove "using namespace ::rtl"Julien Nabet2011-03-021-1/+5
| |
* | static libraries need to get linked before dynamic ones for symbol lookupbjoern.michaelsen@canonical.com2011-02-071-2/+2
| | | | | | | | Signed-off-by: bjoern.michaelsen@canonical.com <Bjoern Michaelsen>
* | std::hash -> boost::hashFridrich Štrba2011-02-061-1/+1
| |
* | move sdk repo to boost unordered containtersFridrich Štrba2011-02-055-64/+64
| |
* | Remove "Visual C++, 32-bit, version 5.0" and prior version of T2TypeClassMapJoseph Powers2011-02-041-11/+0
| | | | | | | | | | Fridrich Strba removed this support in his patches to change the class from a std::hash to a boost::unordered_map.
* | Fix a missed ::std::hash_map to boost::unordered_map typedefJoseph Powers2011-02-031-1/+1
| | | | | | | | I also added the mac build directory to the gitignore.
* | cppcheck: prefer prefix variantCaolán McNamara2011-01-071-3/+3
| |
* | cppcheck: prefer prefix variantCaolán McNamara2010-12-241-12/+12
| |
* | cppcheck: prefer prefix variantCaolán McNamara2010-12-231-8/+8
| |
* | cppcheck: prefer prefix variantCaolán McNamara2010-12-231-1/+1
| |
* | RTL_CONSTASCII_USTRINGPARAM in sdk 2Gert Faller2010-11-273-12/+12
| |
* | add modelines to .hxx files as wellCaolán McNamara2010-10-275-0/+12
| |
* | remove non-compiled codePovilas Kanapickas2010-10-181-5/+0
| |
* | Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-139-0/+22
|/ | | | | | | | Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien2010-02-1217-79/+18
| | | | Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
* CWS-TOOLING: integrate CWS sb107Ivo Hinkelmann2009-04-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-04-14 13:09:13 +0200 sb r270758 : CWS-TOOLING: rebase CWS sb107 to trunk@270723 (milestone: DEV300:m46) 2009-04-06 14:11:54 +0200 sb r270545 : #i100884# improve pagein effectiveness: wrap system libs in --as-needed on unxlngi6/unxlngx6 to avoid needing them where unneeded; link pagein as C program to avoid unneeded C++ runtime dependency; reorder pagein and javaldx in soffice startup script so that javaldx benefits from pagein 2009-03-31 16:40:23 +0200 sb r270287 : decrease collisions in hashCode computation 2009-03-30 11:48:39 +0200 sb r270207 : #i100668# corrected explicit template instantiation 2009-03-26 14:16:26 +0100 sb r270078 : #i100408# inadvertently dropped libexslt dynamic library in previous rev 269789 2009-03-26 10:52:51 +0100 sb r270058 : #i100576# fixed erroneous modification of RPM in previous rev 270057 2009-03-26 10:46:36 +0100 sb r270057 : #i100576# Enable HAVE_LD_HASH_STYLE in sdev300.ini for unxlgni6 and unxlngx6; corrected unxlngx6.mk so that HAVE_LD_HASH_STYLE actually has an effect on ultimate LINKFLAGS value. 2009-03-25 16:53:39 +0100 sb r270038 : #i85679# applied speed-symbolic-functions.diff provided by pmladek; re-ran autoconf; enabled HAVE_LD_BSYMBOLIC_FUNCTIONS for unxlngi6 and unxlngx6 in sdev300.ini 2009-03-25 15:29:12 +0100 sb r270031 : #i100408# missing fixes in addition to -c 269789 (to actually only put single instances of certain libraries into installation sets) 2009-03-25 15:17:10 +0100 sb r270029 : #i10084# revert masterfix additions of libraries to APPnSTDLIBs (during -r269000:269199) and instead use -rpath-link to avoid linker warnings on unxlngi6 and unxlngx6 2009-03-25 14:15:23 +0100 sb r270023 : added svn:ignore 2009-03-25 10:25:08 +0100 sb r270002 : #i10000# copied over trunk -c 269820 2009-03-23 10:16:00 +0100 sb r269858 : CWS-TOOLING: rebase CWS sb107 to trunk@269781 (milestone: DEV300:m44) 2009-03-20 11:22:27 +0100 sb r269789 : #i100408# reduce (multiple copies of) libraries delivered to solver; for that to work fine, deliver symlink feature got improved to only create a symlink if the original file exists 2009-03-20 09:21:32 +0100 sb r269782 : #i100396# replace s(HTML|RTF)_xxx declarations with OOO_STRING_SVTOOLS_(HTML|RTF)_xxx macros to reduce symbolic relocations at load time (at least on ELF systems). 2009-03-19 11:34:56 +0100 sb r269734 : #i100348# added VISIBILITY_HIDDEN=TRUE so that symbols from the resulting archive are not erroneously exported from dynamic libraries including the archive 2009-03-19 11:32:20 +0100 sb r269733 : #i100348# as a prerequisite for following changes, brought jpeg-6b.patch into "dmake create_patch" format and removed application/octet-stream svn:mime-type 2009-03-12 10:39:08 +0100 sb r269370 : duplicated cws/odfmetadata2/solenv/inc/target.mk -c 268831 2009-03-04 17:25:16 +0100 sb r268849 : #i99880# missing AUGMENT_LIBRARY_PATH 2009-02-25 17:54:34 +0100 sb r268459 : CWS-TOOLING: rebase CWS sb107 to trunk@268395 (milestone: DEV300:m42) 2009-02-25 09:23:15 +0100 sb r268413 : #i99584# avoid undefined operations on nOffset (patch by cmc) 2009-02-23 10:02:25 +0100 sb r268344 : #i99519 removed unnecessary library dependencies 2009-02-18 17:54:24 +0100 sb r268250 : avoid warnings about format specifier and argument mismatch (on 64bit debug builds) 2009-02-18 17:50:34 +0100 sb r268249 : avoid erroneous warning that control reaches end of non-void function 2009-02-18 17:33:53 +0100 sb r268248 : sdext/source/pdfimport/misc/pdfihelper.cxx: #include <vcl/canvastools.hxx>
* #i10000# missing STORELIBRelease Engineers2009-03-061-1/+1
|
* CWS-TOOLING: integrate CWS cmcfixes51Rüdiger Timm2008-12-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-12-08 10:12:55 +0100 cmc r264975 : #i96203# protect with ifdefs to avoid unused symbol on mac 2008-12-05 12:23:47 +0100 cmc r264898 : CWS-TOOLING: rebase CWS cmcfixes51 to trunk@264807 (milestone: DEV300:m37) 2008-12-01 14:45:17 +0100 cmc r264606 : #i76655# ehlos apparently required 2008-11-28 17:49:30 +0100 cmc r264567 : #i96655# remove newly unused method 2008-11-28 10:41:28 +0100 cmc r264531 : #i96647# better ppc-bridges flushCode impl 2008-11-27 12:58:40 +0100 cmc r264478 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 12:32:49 +0100 cmc r264476 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 12:26:02 +0100 cmc r264475 : #i96655# redundant old table export helpers 2008-11-27 11:49:06 +0100 cmc r264473 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 11:38:35 +0100 cmc r264471 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 11:14:21 +0100 cmc r264467 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 11:06:22 +0100 cmc r264464 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 10:58:18 +0100 cmc r264462 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 10:41:44 +0100 cmc r264461 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 10:19:24 +0100 cmc r264460 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 10:13:39 +0100 cmc r264459 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 10:06:14 +0100 cmc r264458 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 09:59:54 +0100 cmc r264457 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 09:52:51 +0100 cmc r264456 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 09:48:26 +0100 cmc r264454 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 09:40:20 +0100 cmc r264452 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 09:35:26 +0100 cmc r264451 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 09:31:00 +0100 cmc r264450 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 09:24:08 +0100 cmc r264449 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 00:26:15 +0100 cmc r264443 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 00:21:01 +0100 cmc r264442 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 00:09:40 +0100 cmc r264441 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 23:51:56 +0100 cmc r264440 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 23:49:09 +0100 cmc r264439 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 18:09:54 +0100 cmc r264432 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 18:07:40 +0100 cmc r264431 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 17:28:02 +0100 cmc r264429 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 17:27:39 +0100 cmc r264428 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 17:18:36 +0100 cmc r264426 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 16:22:16 +0100 cmc r264415 : #i96624# make implicit braces and brackets explicit to avoid warnings 2008-11-26 16:00:23 +0100 cmc r264409 : #i90426# remove warnings from svtools 2008-11-26 15:59:17 +0100 cmc r264408 : #i90426# remove warnings 2008-11-26 15:47:32 +0100 cmc r264404 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 14:46:57 +0100 cmc r264394 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 14:19:50 +0100 cmc r264387 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 14:15:26 +0100 cmc r264386 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 14:11:26 +0100 cmc r264384 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 13:44:23 +0100 cmc r264380 : #i96084# comfirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 13:12:24 +0100 cmc r264372 : #i96604# silence new warnings 2008-11-26 12:35:02 +0100 cmc r264369 : #i96203# make qstarter work in 3-layer land 2008-11-26 12:33:04 +0100 cmc r264368 : #i96170# ensure gtypes are up and running