summaryrefslogtreecommitdiff
path: root/comphelper/util
AgeCommit message (Collapse)AuthorFilesLines
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
Change-Id: I56f38bd786f3a026cb2908f28540dc9c4003af83
2012-06-29re-base on ALv2 code.Michael Meeks1-26/+17
2011-08-17add more component prefixesMatúš Kukan1-1/+1
2011-01-28gnumake3: missed renamed component file for comphelperHans-Joachim Lankenau1-0/+0
2011-01-26gnumake3: adjust comphelper to new build envCarsten Driesner3-115/+0
2010-09-10sb129: #i113189# change UNO components to use passive registrationsb3-1/+78
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien2-10/+2
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-04-27CWS-TOOLING: integrate CWS sb107Ivo Hinkelmann1-1/+0
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>
2008-12-30CWS-TOOLING: integrate CWS sb102Jens-Heiner Rechtien1-12/+1
2008-12-11 16:18:12 +0100 sb r265332 : #i95065# cleanup, to make Windows linking work 2008-12-11 16:16:03 +0100 sb r265331 : #i95065# missing SAL_DLLPUBLIC_EXPORT 2008-12-09 17:40:28 +0100 sb r265122 : #i94469# move CJK specific configuration data to brand layer 2008-12-09 16:09:08 +0100 sb r265112 : #i96959# use PTHREAD_MUTEX_RECURSIVE on all platforms 2008-12-09 15:54:31 +0100 sb r265110 : #i95065# do not derive apphelper::LifeTimeGuard from osl::ResettableMutexGuard to avoid problems with VISIBILITY_HIDDEN=TRUE on MSC 2008-12-09 15:40:51 +0100 sb r265104 : #i95065# add VISIBILITY_HIDDEN=TRUE to connectivity/source/drivers/mozab 2008-12-09 15:36:21 +0100 sb r265102 : #i95501# updated SDK_HOME 2008-12-09 15:31:46 +0100 sb r265099 : typo (temppath vs. tmppath) 2008-12-08 11:48:08 +0100 sb r264979 : #i95065# removed spurious ExplicitCategoriesProvider.obj (ExplicitCategoriesProvider.cxx is not in this directory) 2008-12-07 19:41:07 +0100 sb r264960 : #i96994# erroneously doubled backslash caused visibility feature to be disabled for all GCC versions on Mac OS X 2008-12-06 23:54:49 +0100 sb r264948 : changes from trunk that CWS-TOOLING's rebase to DEV300:m37 (r264891) had missed, as files had been moved around on this CWS 2008-12-05 20:29:23 +0100 sb r264919 : #i85508# versions of flex apparently differ in whether input() resp. yyinput() returns zero or EOF upon end of file 2008-12-05 15:37:23 +0100 sb r264908 : #i95315# removed obsolete jut 2008-12-05 15:34:59 +0100 sb r264907 : #i95531# removed empty obsolete directories 2008-12-05 10:09:23 +0100 sb r264891 : CWS-TOOLING: rebase CWS sb102 to trunk@264807 (milestone: DEV300:m37) 2008-12-04 14:50:20 +0100 sb r264845 : #i95065# introduced VISIBILITY_HIDDEN makefile flag to reduce duplications; made additional libraries use VISIBILITY_HIDDEN=TRUE to avoid warnings with recent GCC 4 versions (had to split certain code directories to make changes that would otherwise erroneously affect multiple libraries built in the same makefile); changed connectivity::ORefVector to no longer derive from std::vector, as that caused problems with the MSC implementation of VISIBILITY_HIDDEN=TRUE; replaced uses of JNIEXPORT with SAL_DLLPUBLIC_EXPORT, as the former does not expand to visibility attributes on some platforms where the latter does 2008-12-03 11:29:38 +0100 sb r264759 : #i94583# remove unnecessary (and wrong) assertion check for rtl_getAppCommandArg return value (which is guaranteed to return osl_Process_E_None or not return at all) 2008-12-02 17:18:31 +0100 sb r264724 : #i96809# silenced GCC 4.3.2 warning 2008-12-02 13:29:34 +0100 sb r264695 : #i96797# make get_tmp_dir fail less often 2008-11-28 17:19:24 +0100 sb r264566 : #i95691# inadvertently missing from -c 264564 2008-11-28 17:07:50 +0100 sb r264564 : #i95691# only structs of exactly 1, 2, 4, or 8 bytes are returned through registers 2008-11-25 13:28:08 +0100 sb r264291 : #i96427# support for SAL_EXCEPTION_DLLPUBLIC_EXPORT (patch by np) 2008-11-21 14:45:22 +0100 sb r264140 : #i95428# added SAL_EXCEPTION_DLLPUBLIC_EXPORT and SAL_EXCEPTION_DLLPRIVATE 2008-11-19 13:19:37 +0100 sb r263984 : #i95525# removed erroneous application/octet-stream svn:mime-type properties
2008-09-19No old windows def files needed any more.Rüdiger Timm2-8382/+0
2008-04-11INTEGRATION: CWS changefileheader (1.4.72); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 12:19:39 rt 1.4.72.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.14.2); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 12:19:38 rt 1.14.2.1: #i87441# Change license header to LPGL v3.
2008-03-25INTEGRATION: CWS winordinals (1.13.62); FILE MERGEDOliver Bolte1-3/+3
2008/03/07 15:20:50 vg 1.13.62.1: #i86800# switch to symbol-exporting scheme
2007-09-20INTEGRATION: CWS os2port01 (1.3.124); FILE MERGEDVladimir Glazounov1-2/+6
2006/12/28 14:52:53 ydario 1.3.124.1: OS/2 initial import.
2007-09-20INTEGRATION: CWS os2port01 (1.11.18); FILE MERGEDVladimir Glazounov1-2/+5
2007/08/01 08:36:04 obr 1.11.18.2: RESYNC: (1.11-1.12); FILE MERGED 2006/12/28 14:52:52 ydario 1.11.18.1: OS/2 initial import.
2006-10-13INTEGRATION: CWS opofxmlstorage (1.11.54); FILE MERGEDOliver Bolte1-3/+4
2006/04/21 11:29:44 mav 1.11.54.1: #i64612# xml parsing helper
2005-10-27INTEGRATION: CWS skeletonmaker (1.9.42); FILE MERGEDJens-Heiner Rechtien1-2/+2
2005/10/14 17:02:18 jsc 1.9.42.2: RESYNC: (1.9-1.10); FILE MERGED 2005/07/20 08:46:50 jsc 1.9.42.1: #i52207# modified for test
2005-09-08INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGEDRüdiger Timm1-49/+21
2005/09/05 15:24:14 rt 1.2.56.1: #i54170# Change license header: remove SISSL
2005-09-08INTEGRATION: CWS ooo19126 (1.9.56); FILE MERGEDRüdiger Timm1-48/+21
2005/09/05 15:24:14 rt 1.9.56.1: #i54170# Change license header: remove SISSL
2005-07-29new version for SRX645Vladimir Glazounov1-0/+5860
2005-02-16INTEGRATION: CWS visibility02 (1.1.2); FILE ADDEDVladimir Glazounov1-0/+78
2005/01/26 13:56:33 mhu 1.1.2.2: #i38608# Enabled use of '-xldscope=hidden' for sunpro compiler. 2005/01/05 05:54:19 mnicel 1.1.2.1: Issue number: 38608 Part of symbol visibility work.
2005-02-16INTEGRATION: CWS visibility02 (1.8.58); FILE MERGEDVladimir Glazounov1-26/+4
2005/01/27 11:27:07 mhu 1.8.58.1: #i38608# Added SHLxUSE_EXPORTS=ordinal, cleaned up.
2004-07-23INTEGRATION: CWS sb20 (1.7.26); FILE MERGEDRüdiger Timm1-2/+3
2004/06/28 14:27:07 sb 1.7.26.1: #i29740# Added PropertySetMixin.
2004-05-10INTEGRATION: CWS relocinst (1.5.104); FILE MERGEDJens-Heiner Rechtien1-3/+4
2004/04/13 08:17:16 kso 1.5.104.1: #i23104# - service com.sun.star.util.OfficeInstallationDirectory
2004-04-21INTEGRATION: CWS loadenv01 (1.5.98); FILE MERGEDSander Vesik1-2/+3
2004/03/15 08:41:22 as 1.5.98.1: #i24378# new dependency to ucbhelper
2003-04-28INTEGRATION: CWS ooo20030412 (1.3.14.1.12); FILE MERGEDJens-Heiner Rechtien1-4/+4
2003/04/02 12:32:22 waratah 1.3.14.1.12.1: 12879: Reorder the libraries specifically for freebsd
2003-03-19MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien2-11/+2531
2002-01-11#95512# new AnyCompareFactory service implementationMikhail Voitenko1-3/+4
2001-03-14needed for service registrationMartin Gallwey2-2/+6
2000-09-29initial importFrank Schönheit1-0/+121