summaryrefslogtreecommitdiff
path: root/rsc/source/prj
AgeCommit message (Collapse)AuthorFilesLines
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth2-0/+6
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>
2010-10-04security issue: using an un-sanitized string as format of a fprintfNorbert Thiebaud1-1/+1
security issue: using an un-sanitized string as format of a fprintf the argument of fprintf, from aSrsName, come from a command line. It can contain %s or any other kind of formatting instruction that could be use to do evil things at run-time
2010-04-07sb118: merged in re/DEV300_next towards DEV300_m76sb1-1/+1
2010-02-25sb118: merged in DEV300_m72sb3-13/+3
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien3-13/+3
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-02-03sb118: additional main -> SAL_MAIN adaptions (to ensure osl_setCommandArgs ↵sb1-9/+2
is called)
2010-01-29sb118: additional main -> SAL_MAIN adaption (to ensure osl_setCommandArgs is ↵sb1-7/+2
called)
2010-03-22CWS-TOOLING: integrate CWS vcl109Vladimir Glazunov1-1/+1
2010-01-12vcl109: #i108256# fix typo (thanks cmc)Philipp Lohmann [pl]1-1/+1
2009-10-21CWS-TOOLING: integrate CWS buildverbosityVladimir Glazounov2-30/+74
2009-10-13 15:51:48 +0200 fs r276867 : allow building with 'nodep'=='' 2009-10-11 22:39:56 +0200 fs r276820 : silence a compiler warning in a file only used when VERBOSE!="" 2009-10-09 14:37:43 +0200 fs r276807 : let not override the non-presence of $VERBOSE the given command line arguments 2009-10-09 14:36:25 +0200 fs r276806 : also deliver spirit/home/classic/debug/impl 2009-10-08 13:38:07 +0200 fs r276789 : not that many line feeds in --show mode 2009-10-08 13:13:01 +0200 fs r276788 : minor adjustments requested by hjs: - replaced space/tab mixes at beginning of lines with mere tab - made "nothing to update" message for the ZIPALLTARGET target more prominent - removed useless "echo > /dev/nul" statements 2009-10-07 13:32:12 +0200 fs r276753 : #i105585# 2009-10-07 11:31:59 +0200 fs r276742 : #i10000# missing dependency between stoc/security and stoc/util 2009-10-06 22:59:59 +0200 fs r276729 : CWS-TOOLING: rebase CWS buildverbosity to trunk@276699 (milestone: DEV300:m61) 2009-09-29 12:04:58 +0200 fs r276518 : #i10000# 2009-09-29 12:04:25 +0200 fs r276517 : oops 2009-09-29 12:01:07 +0200 fs r276516 : #i84497# removed some more (non-diagnostic) 'echo ------' directives 2009-09-29 11:59:29 +0200 fs r276515 : #i84497# removed some more (non-diagnostic) 'echo ------' directives 2009-09-29 11:52:32 +0200 fs r276514 : #i84497# removed the various 'echo ------------' directives from verbose mode, as per hjs' request 2009-09-29 11:44:16 +0200 fs r276513 : do not duplicate IDLC call commands with different verbosity switches 2009-09-28 21:43:50 +0200 thb r276502 : #i84497# fixed potential recursive macro def + extra ls * solenv/inc/settings.mk: now setting via VERBOSE!:=, removes warning and my spurious "recursive macro definition" error * solenv/inc/tg_app.mk: one extra ls silenced for app target (and quiet mode, that goes without saying) 2009-09-23 08:57:01 +0200 fs r276366 : use ULFEX_VERBOSITY instead of duplicating the ULFEX call 2009-09-21 11:42:26 +0200 fs r276320 : ignore output paths 2009-09-21 11:04:27 +0200 fs r276318 : silence another compiler warning, which only hits us when actually using this (debug) file, which is the case only when slideshow is compiled with a env variable VERBOSE, thus came up in CWS buildverbosity 2009-09-21 10:30:14 +0200 fs r276313 : make some output depend on VERBOSE==TRUE, not COMMAND_ECHO="" While both are equivalent at the moment, COMMAND_ECHO finally is an implementation default of the VERBOSE flag only, so better rely on VERBOSE as the primary verbosity flag 2009-09-21 09:56:57 +0200 fs r276311 : forgot to re-generate from tg_zip before committing 2009-09-21 09:52:11 +0200 fs r276310 : #i84497# even less verbosity 2009-09-17 11:02:47 +0200 fs r276232 : #i84497# verbose implies VERBOSE nowadays, and VERBOSE==FALSE should not lead to -DVERBOSE 2009-09-15 22:59:37 +0200 fs r276189 : #i105022# copy fix for this P1 into this CWS 2009-09-15 11:56:35 +0200 fs r276165 : CWS-TOOLING: rebase CWS buildverbosity to trunk@276043 (milestone: DEV300:m58) 2009-09-14 17:45:10 +0200 fs r276137 : #i84497# don't duplicate zip lines w/ and w/o -q switch, use a variable instead (maintenance) 2009-09-14 15:01:33 +0200 fs r276124 : #i10000# 2009-09-11 23:58:46 +0200 thb r276083 : #i84497#: More quiet-build fine tuning - silenced rsc for real (properly filtering options for cpp, and a pretty brutal amputation of the tool blurp, which would have needed cmd opt parser duplication) - silenced deliver.pl - silenced checkdll.sh - silenced zip via -q (in quiet mode) - silenced various idl, resource, transex whatever tool, passing appropriate options down to them '-QQ' sometimes - silenced dmake, pointless blurb that something does *not* need update removed - silenced the old starview idl compiler, to not output tool's name & progress chars in quiet mode 2009-09-11 21:13:59 +0200 thb r276081 : #i84497#: More bits on the quiet mode of the build. The bulk of the changes is disabling those annoying "echo ------------------" lines for the quiet build, which has the stretch goal of outputting *exactly* one line per file compiled/linked/processed. Apart from that, silenced a few especialy annoying module-specific makefiles (basically adding $(COMMAND_ECHO) in front of a gazillion rules). Additionally, slightly tweaked what idlc regards verbose, normal, and quiet mode; this was to have it echo exactly one line per idl file processed (the fact that quiet mode did not echo *anything* for idl files was a bit too much for my taste) 2009-09-04 09:14:35 +0200 fs r275777 : don't emit the link parameters if VERBOSE!=TRUE 2009-09-02 10:31:15 +0200 fs r275700 : #i10000# 2009-09-02 08:44:14 +0200 fs r275697 : update svn:ignore to ignore the output paths 2009-09-02 08:40:54 +0200 fs r275695 : #i84497# less verbose output during build, unless a dedicated '-verbose' switch is given 2009-09-02 08:40:28 +0200 fs r275694 : GRAPHITE is missing in the BUILD_TYPE 2009-09-02 08:40:05 +0200 fs r275693 : #i84497# less verbose output during build, unless a dedicated '-verbose' switch is given 2009-09-02 08:39:25 +0200 fs r275692 : #i84497# less verbose output during build, unless a dedicated '-verbose' switch is given 2009-09-02 08:39:02 +0200 fs r275691 : #i84497# less verbose output during build, unless a dedicated '-verbose' switch is given 2009-09-02 08:38:09 +0200 fs r275690 : #i84497# less verbose output during build 2009-09-02 08:37:06 +0200 fs r275689 : #i84497# don't emit that much noise, unless a '-verbose' switch is given
2009-06-16CWS-TOOLING: integrate CWS ause102Ivo Hinkelmann1-2/+12
2009-06-16 19:22:59 +0200 hjs r273039 : #i102607# don't kill mingw 2009-06-12 15:17:22 +0200 ihi r272921 : #i102607# add path before calling l10n tool 2009-06-11 14:25:20 +0200 hjs r272873 : #i102607# on EPM=internal call binary with full path 2009-06-10 13:35:48 +0200 hjs r272807 : #i102607# remove solver PATH entry from OOo env. 2009-06-10 12:10:44 +0200 hjs r272802 : #i102635# correct dependencies for all 2009-06-10 11:58:53 +0200 hjs r272801 : #i102607# call tools from solver with absolute path
2009-04-27CWS-TOOLING: integrate CWS sb107Ivo Hinkelmann1-2/+2
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>
2009-03-06#i10000# missing librarysRelease Engineers1-2/+2
2009-02-19CWS-TOOLING: integrate CWS sb104Oliver Bolte1-0/+2
2009-01-27 13:09:06 +0100 sb r266986 : #i97992# cws rebase: merged cws/sb104/config_office/set_soenv.in with moved tags/DEV300_m40/set_soenv.in 2009-01-27 10:56:40 +0100 sb r266966 : CWS-TOOLING: rebase CWS sb104 to trunk@266944 (milestone: DEV300:m40) 2009-01-20 14:37:00 +0100 sb r266581 : #i97992# missing treatment of Solaris-only adjustvisibility as build-internal tool 2009-01-20 09:32:38 +0100 sb r266554 : CWS-TOOLING: rebase CWS sb104 to trunk@266428 (milestone: DEV300:m39) 2009-01-14 13:40:45 +0100 sb r266296 : #i97992# do not pass comment lines to shell 2009-01-14 12:50:34 +0100 sb r266290 : #i97992# avoid problems with checkdll not finding AWTLIB and its dependents 2009-01-14 12:49:20 +0100 sb r266289 : #i97992# on Linux and Solaris, regxpcom apparently needs to be called with the libxpcom.so directory on the LD_LIBRARY_PATH 2009-01-13 09:41:37 +0100 sb r266196 : #i97992# fixed AUGMENT_LIBRARY_PATH definitions 2009-01-12 18:02:03 +0100 sb r266177 : #i97992# get rid of LD_LIBRARY_PATH in build environment
2008-04-11INTEGRATION: CWS changefileheader (1.12.16); FILE MERGEDRüdiger Timm1-26/+18
2008/04/01 12:33:30 thb 1.12.16.2: #i85898# Stripping all external header guards 2008/03/31 13:15:59 rt 1.12.16.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.7.20); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 13:15:59 rt 1.7.20.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.10.16); FILE MERGEDRüdiger Timm1-28/+18
2008/04/01 12:33:29 thb 1.10.16.2: #i85898# Stripping all external header guards 2008/03/31 13:15:59 rt 1.10.16.1: #i87441# Change license header to LPGL v3.
2007-11-02INTEGRATION: CWS os2port02 (1.11.2); FILE MERGEDJens-Heiner Rechtien1-5/+5
2007/09/30 11:48:12 ydario 1.11.2.1: Issue number: i82034 Submitted by: ydario Reviewed by: ydario Commit of changes for OS/2 CWS source code integration.
2007-11-02INTEGRATION: CWS os2port02 (1.9.8); FILE MERGEDJens-Heiner Rechtien1-4/+4
2007/09/30 11:48:12 ydario 1.9.8.1: Issue number: i82034 Submitted by: ydario Reviewed by: ydario Commit of changes for OS/2 CWS source code integration.
2007-09-20INTEGRATION: CWS os2port01 (1.5.46); FILE MERGEDVladimir Glazounov1-5/+21
2007/09/05 08:36:18 obr 1.5.46.3: RESYNC: (1.9-1.10); FILE MERGED 2007/08/12 15:07:34 obr 1.5.46.2: RESYNC: (1.5-1.9); FILE MERGED 2006/12/28 15:03:41 ydario 1.5.46.1: OS/2 initial import.
2007-09-20INTEGRATION: CWS os2port01 (1.3.42); FILE MERGEDVladimir Glazounov1-4/+6
2007/08/12 15:07:26 obr 1.3.42.2: RESYNC: (1.3-1.6); FILE MERGED 2006/12/28 15:03:41 ydario 1.3.42.1: OS/2 initial import.
2007-07-31INTEGRATION: CWS vcl80 (1.8.8); FILE MERGEDJens-Heiner Rechtien1-7/+3
2007/07/12 09:12:51 pl 1.8.8.2: RESYNC: (1.8-1.9); FILE MERGED 2007/07/10 09:38:49 pl 1.8.8.1: #i79411# coverity warnings (thanks cmc)
2007-07-03INTEGRATION: CWS vcl79 (1.8.6); FILE MERGEDRüdiger Timm2-16/+11
2007/06/18 13:13:51 pl 1.8.6.1: #i78468# remove old MAC
2007-03-26INTEGRATION: CWS mingwport03 (1.5.48); FILE MERGEDVladimir Glazounov1-3/+3
2006/11/08 12:57:12 vg 1.5.48.2: RESYNC: (1.5-1.7); FILE MERGED 2006/09/13 14:22:28 vg 1.5.48.1: #i53572# MinGW port
2007-03-26INTEGRATION: CWS mingwport03 (1.6.48); FILE MERGEDVladimir Glazounov1-4/+4
2006/11/08 12:56:58 vg 1.6.48.2: RESYNC: (1.6-1.7); FILE MERGED 2006/09/13 14:22:28 vg 1.6.48.1: #i53572# MinGW port
2007-03-09INTEGRATION: CWS ause076 (1.5.4); FILE MERGEDOliver Bolte1-57/+8
2007/02/28 10:56:15 hjs 1.5.4.1: #i74812# cleanup *LIB and more
2007-02-06INTEGRATION: CWS ause074 (1.4.4); FILE MERGEDVladimir Glazounov1-4/+2
2007/01/30 12:05:53 hjs 1.4.4.1: #i73801# remove remaining usages of sv[pre].mk
2007-01-25INTEGRATION: CWS ause069 (1.3.36); FILE MERGEDOliver Bolte1-8/+8
2006/10/11 18:24:25 hjs 1.3.36.1: #i69872# cleanup
2006-09-27INTEGRATION: CWS jam01 (1.5.36); FILE MERGEDVladimir Glazounov1-2/+7
2006/07/18 16:26:39 kaib 1.5.36.2: #i67514# Fixed mismatched string comparison length 2006/07/18 15:53:15 kaib 1.5.36.1: #i67514# Added command line parameter -rsc2= to rsc
2006-09-17INTEGRATION: CWS pchfix02 (1.5.44); FILE MERGEDOliver Bolte1-2/+5
2006/09/01 17:33:22 kaib 1.5.44.1: #i68856# Added header markers and pch files
2006-09-17INTEGRATION: CWS pchfix02 (1.6.44); FILE MERGEDOliver Bolte1-2/+5
2006/09/01 17:33:22 kaib 1.6.44.1: #i68856# Added header markers and pch files
2006-04-07INTEGRATION: CWS internatiodel (1.2.14); FILE MERGEDVladimir Glazounov1-4/+4
2006/02/10 19:33:11 er 1.2.14.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
2005-09-08INTEGRATION: CWS ooo19126 (1.4.18); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 18:46:57 rt 1.4.18.1: #i54170# Change license header: remove SISSL
2005-09-08INTEGRATION: CWS ooo19126 (1.1.1.1.190); FILE MERGEDRüdiger Timm1-48/+21
2005/09/05 18:46:57 rt 1.1.1.1.190.1: #i54170# Change license header: remove SISSL
2005-09-08INTEGRATION: CWS ooo19126 (1.5.18); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 18:46:57 rt 1.5.18.1: #i54170# Change license header: remove SISSL
2005-01-03INTEGRATION: CWS res32bit (1.3.10); FILE MERGEDOliver Bolte1-22/+33
2004/10/27 17:50:54 pl 1.3.10.3: minor updates 2004/10/22 15:10:23 pl 1.3.10.2: removed a warning 2004/10/22 13:54:35 pl 1.3.10.1: #i34513# free rsc of 32 bit constraints
2005-01-03INTEGRATION: CWS res32bit (1.4.16); FILE MERGEDOliver Bolte1-16/+4
2004/10/22 13:54:34 pl 1.4.16.1: #i34513# free rsc of 32 bit constraints
2004-07-13INTEGRATION: CWS ooo20040620 (1.2.122); FILE MERGEDRüdiger Timm1-11/+12
2004/06/15 20:38:28 vq 1.2.122.1: #i30156# Change switches of rsc/rscdep with filename to -xx=<filename>.
2004-06-26INTEGRATION: CWS mergebuild (1.3.22); FILE MERGEDHans-Joachim Lankenau1-4/+2
2004/01/21 14:57:45 pl 1.3.22.1: #110286# fallback resources, move to iso codes
2003-04-15INTEGRATION: CWS dbgmacros1 (1.2.44); FILE MERGEDVladimir Glazounov1-3/+3
2003/04/09 12:06:42 kso 1.2.44.1: #108413# - debug macro unification.
2001-11-05#94297# write multiple .res files in one passPhilipp Lohmann2-51/+11
2000-09-18initial importJens-Heiner Rechtien3-0/+828