Commit Graph

25 Commits

Author SHA1 Message Date
Julien Nabet
9377bb4dcc Some cppcheck cleaning 2012-02-05 10:19:40 +01:00
Alexander Bergmann
0439af27e1 Code cleanup: ( () ) replaced by (()) 2012-01-26 17:41:07 +00:00
Stephan Bergmann
7c704c78d3 Removed some unused parameters; added SAL_UNUSED_PARAMETER.
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC)
is used to annotate legitimately unused parameters, so that static
analysis tools can tell legitimately unused parameters from truly
unnecessary ones.  To that end, some patches for external modules
are also added, that are only applied when compiling with GCC and
add necessary __attribute__ ((unused)) in headers.
2012-01-21 15:21:16 +01:00
Caolán McNamara
697415eb4e WaE and build errors with OSL_DEBUG_LEVEL == 2 2012-01-05 09:18:15 +00:00
Norbert Thiebaud
4dc45a2854 remove include of pch header in bridge 2011-11-27 12:56:37 -06:00
Tor Lillqvist
7e8e85adbe Add codeSnippet debugging output when dbglevel>1 2011-08-14 00:55:12 +03:00
Fridrich Strba
aac09aee67 move bridges to boost::unordered_map 2011-02-04 00:02:36 +01:00
Takeshi Abe
36e2296bf8 Replace all occured, occurance etc. 2010-12-06 09:16:29 +00:00
Caolán McNamara
f379da216a micro optimizations 2010-10-25 16:59:32 +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
Caolán McNamara
0a537a4a7d cmcfixes68: #i107465# fix nonpro build error 2009-12-07 09:17:16 +00:00
Caolán McNamara
0f2d91432b cmcfixes68: merge with DEV300 m66 2009-12-01 11:29:35 +00:00
Caolán McNamara
c13c003af9 cmcfixes68: #i107321# micro opt for x86_64 bridge 2009-11-30 12:07:42 +00:00
Caolán McNamara
acbe032eb0 #i98028# fix warning after fixing SmallStruct and AllFloats 2009-10-06 19:11:04 +00:00
Caolán McNamara
8d4bb4276d #i98028# SmallStruct and AllFloats 2009-10-06 15:08:10 +00:00
Vladimir Glazounov
bb490edf43 CWS-TOOLING: integrate CWS selinux01
2009-01-13 12:54:38 +0100 cmc  r266213 : #i97320# might as well be silent if we fallback
2009-01-07 11:17:16 +0100 cmc  r265957 : #i97320# use a double-mmap of an anonymous file under linux to keep onside of selinux
2009-01-20 10:20:47 +00:00
Rüdiger Timm
1d54bc0118 INTEGRATION: CWS changefileheader (1.8.12); FILE MERGED
2008/03/28 16:30:21 rt 1.8.12.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:41:41 +00:00
Oliver Bolte
9371d8d32b INTEGRATION: CWS ia64port01_DEV300 (1.7.8); FILE MERGED
2008/02/18 10:40:38 cmc 1.7.8.1: #i84999# follow sb's suggested pattern, stage 1, gcc3_linux_*
2008-02-27 08:59:02 +00:00
Rüdiger Timm
2c1a0992bf INTEGRATION: CWS pj87 (1.6.70); FILE MERGED
2007/10/29 11:20:36 pjanik 1.6.70.1: #i83022#: Make bridges warning free on unxlngx6.
2007-11-13 13:18:07 +00:00
Oliver Bolte
01cce3dd24 INTEGRATION: CWS pchfix02 (1.5.34); FILE MERGED
2006/09/01 17:17:34 kaib 1.5.34.1: #i68856# Added header markers and pch files
2006-09-16 14:50:25 +00:00
Rüdiger Timm
5687b94e85 INTEGRATION: CWS mhu12 (1.4.8); FILE MERGED
2006/04/19 12:55:31 sb 1.4.8.1: #i47132# Adapted to new functionality from rtl/alloc.h to obtain executable memory for the raw vtable blocks (which contain code snippets together with the vtables).
2006-05-02 11:03:36 +00:00
Rüdiger Timm
68f89d32e3 INTEGRATION: CWS sixtyfour03 (1.3.32); FILE MERGED
2006/03/06 11:27:36 kendy 1.3.32.3: #i62810#
x86-64 bridge improvements: more x86-64 ABI improvements
2006/03/06 11:18:56 kendy 1.3.32.2: #i62810#
x86-64 bridge improvements: conform to x86-64 ABI
2006/03/06 11:13:50 kendy 1.3.32.1: #i62810#
x86-64 bridge improvements: code snippet must be in a separate assembler function to have debug info (necessary for exceptions)
2006-03-08 07:50:13 +00:00
Rüdiger Timm
3db30f5750 INTEGRATION: CWS ooo19126 (1.2.92); FILE MERGED
2005/09/05 17:07:24 rt 1.2.92.1: #i54170# Change license header: remove SISSL
2005-09-07 21:26:31 +00:00
Jens-Heiner Rechtien
b1bebb80d7 INTEGRATION: CWS ooo20040225 (1.1.2); FILE ADDED
2004/02/16 18:46:54 fa 1.1.2.1: #i25564# Add preliminary bridge code for x86-64
2004-03-09 11:11:14 +00:00