Commit graph

24 commits

Author SHA1 Message Date
Norbert Thiebaud
770f8097e0 remove include of pch header from idlc 2011-11-27 13:12:57 -06:00
Jan Holesovsky
4be7cca60b Merge commit 'ooo/DEV300_m103'
Conflicts:
	codemaker/source/bonobowrappermaker/corbaoptions.cxx
	codemaker/source/cppumaker/cppuoptions.cxx
	codemaker/source/cunomaker/cunooptions.cxx
	codemaker/source/idlmaker/idloptions.cxx
	codemaker/source/javamaker/javaoptions.cxx
	cppu/source/typelib/typelib.cxx
	idlc/source/options.cxx
	offapi/com/sun/star/util/PathSubstitution.idl
	offapi/drafts/com/sun/star/form/ListEntryEvent.idl
	offapi/drafts/com/sun/star/form/XBindableValue.idl
	offapi/drafts/com/sun/star/form/XListEntryListener.idl
	offapi/drafts/com/sun/star/form/XListEntrySink.idl
	offapi/drafts/com/sun/star/form/XListEntrySource.idl
	offapi/drafts/com/sun/star/form/XValueBinding.idl
	registry/tools/checksingleton.cxx
	registry/tools/options.hxx
	registry/tools/regcompare.cxx
	registry/tools/regmerge.cxx
	sal/cppunittester/cppunittester.cxx
	sal/osl/unx/socket.c
	sal/osl/w32/diagnose.c
	sal/prj/d.lst
	sal/rtl/source/alloc_fini.cxx
	sal/rtl/source/alloc_global.c
	sal/rtl/source/makefile.mk
2011-03-23 16:59:59 +01:00
Matthias Huetsch [mhu]
76ac4fe556 #i115784# idlc: add missing include. 2011-01-31 13:30:43 +01:00
Matthias Huetsch [mhu]
232c0fb700 #115784# idlc: fixed commandline option processing. 2010-12-10 08:38:05 +01:00
Sebastian Spaeth
a715e1b3d0 Add vim/emacs modelines to all source files
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-14 17:04:31 +02:00
Jens-Heiner Rechtien
7c80db2eb3 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
Vladimir Glazounov
78fb90c1b0 CWS-TOOLING: integrate CWS buildverbosity
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-10-21 10:43:22 +00:00
Rüdiger Timm
14f035ee9f INTEGRATION: CWS changefileheader (1.16.58); FILE MERGED
2008/04/01 15:20:34 thb 1.16.58.3: #i85898# Stripping all external header guards
2008/04/01 12:31:29 thb 1.16.58.2: #i85898# Stripping all external header guards
2008/03/31 07:23:51 rt 1.16.58.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:35:21 +00:00
Oliver Bolte
a43ec94b8c INTEGRATION: CWS pchfix02 (1.15.6); FILE MERGED
2006/09/01 17:31:15 kaib 1.15.6.1: #i68856# Added header markers and pch files
2006-09-17 07:14:44 +00:00
Kurt Zenker
060faf5de5 INTEGRATION: CWS warningfixes02 (1.14.4); FILE MERGED
2006/06/30 11:55:37 sb 1.14.4.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.
2006-07-19 15:18:37 +00:00
Jens-Heiner Rechtien
31e6bae20d INTEGRATION: CWS warnings01 (1.12.14); FILE MERGED
2005/09/23 00:06:11 sb 1.12.14.2: RESYNC: (1.12-1.13); FILE MERGED
2005/09/05 12:26:08 sb 1.12.14.1: #i53898# Made code warning-free.
2006-06-20 02:49:07 +00:00
Rüdiger Timm
79337daecf INTEGRATION: CWS ooo19126 (1.12.16); FILE MERGED
2005/09/05 17:39:41 rt 1.12.16.1: #i54170# Change license header: remove SISSL
2005-09-07 17:11:51 +00:00
Kurt Zenker
217a4d47c2 INTEGRATION: CWS sb28 (1.11.4); FILE MERGED
2005/01/04 15:52:51 sb 1.11.4.1: #i28722# idlc -stdin did not work correctly.
2005-01-18 12:34:34 +00:00
Rüdiger Timm
195364b0b5 INTEGRATION: CWS valgrind02 (1.10.16); FILE MERGED
2004/10/11 17:27:48 mhu 1.10.16.1: #i35209# Adapted to use SAL_IMPLEMENT_MAIN_WITH_ARGS() macro instead of plain main() function.
2004-10-28 15:21:26 +00:00
Rüdiger Timm
15bd5d6f39 INTEGRATION: CWS sdk13 (1.8.16); FILE MERGED
2004/05/13 20:02:02 jsc 1.8.16.3: #116180# use vector iterator
2004/05/12 09:55:20 jsc 1.8.16.2: RESYNC: (1.8-1.9); FILE MERGED
2004/05/07 07:19:41 jsc 1.8.16.1: #116180# change default for generation urd files
2004-05-18 12:40:57 +00:00
Rüdiger Timm
17bac315a4 INTEGRATION: CWS sb14 (1.8.10); FILE MERGED
2004/03/01 12:59:26 sb 1.8.10.1: #i21150# Added optional interface inheritance; added -stdin switch; do not warn about bad member names of com.sun.star.uno.Uik; some general clean up and added const qualifiers.
2004-03-30 15:47:32 +00:00
Rüdiger Timm
0f92531c51 INTEGRATION: CWS ooo20031110 (1.6.46); FILE MERGED
2003/11/10 10:40:39 waratah 1.6.46.1: #i22301# resolve for scope issues
2003-12-01 15:19:12 +00:00
Oliver Bolte
9375f61412 INTEGRATION: CWS sdk08 (1.6.42); FILE MERGED
2003/09/16 13:42:42 jsc 1.6.42.1: #111025# warning support
2003-10-20 12:07:41 +00:00
Juergen Schmidt
beb6814055 #105082# delete urd file if an error occur 2002-11-13 16:24:54 +00:00
Jens-Heiner Rechtien
d3835f7759 #65293#: main returns int 2001-09-26 13:15:36 +00:00
Juergen Schmidt
a87e092337 #91088# convert registry path to URL 2001-08-17 12:09:50 +00:00
Juergen Schmidt
8955bef413 #87190# change output if no error 2001-07-27 08:47:09 +00:00
Philipp Lohmann
2f02e0b708 osl string api changes 2001-05-10 12:07:49 +00:00
Juergen Schmidt
b9bb8ffb57 new 2001-03-15 11:30:43 +00:00