Wilhelm Pflueger
c6d9c4fe83
EasyHacks: Re-animate tests in sal/qa/osl
...
Some tests in osl_process are not running:
a) the batch file for the batch test is not copied to the
execution path
b) osl_execProc_exe_name_in_argument_list() throws an assertion.
2011-02-22 12:48:27 +00:00
Caolán McNamara
84999a62ff
Rework this test to be useful.
...
Make it test that everything works as expected under EEXIST conditions,
which is what it effectively tested for before.
2011-02-22 11:02:50 +00:00
Christian Lohmaier
4f0bb1e725
disable copy/write unittest as it makes assumptions on the build-environment
2011-02-21 20:04:13 +01:00
Caolán McNamara
cc520a65ab
this test only makes sense if we're not root
2011-02-21 15:38:36 +00:00
Caolán McNamara
c5a49dd125
Silence ASSERT for the test of a deliberate error.
...
push and pop assert handler for this deliberate error.
2011-02-16 21:45:52 +00:00
Caolán McNamara
b70d39084d
Suppress OSL_ASSERT about the deliberate error in the cppunit test.
...
We want to test for this, retain the OSL_ASSERT for the normal case, and not
get noise during the test itself.
2011-02-16 21:41:14 +00:00
Caolán McNamara
541d514315
make a dir and explicitly disallow creation of dirs in it
...
i.e. handles building as root
2011-02-16 21:20:05 +00:00
Francois Tigeot
f091f5b395
dragonfly stuff
2011-02-15 15:55:19 +00:00
Joseph Powers
cadf9e5ba0
Fix: call of overloaded 'append(char)' is ambiguous
2011-02-14 20:24:34 -08:00
Robert Nagy
e88bf814ec
no sys/statfs.h on BSDs
2011-02-14 22:51:13 +01:00
Sébastien Le Ray
7dd2d4a0f5
Unit test cleanup for OUStringBuffer.
...
Moved OUStringBuffer related tests from qa/srt/strings to
qa/rt/oustringbuffer and reactivated it in project build.
It seems that rtl_OUStringBuffer2.cxx was replaced by
test_oustringbuffer_utf32.cxx so the later has been removed.
Added unit tests for toString.
2011-02-14 21:15:40 +00:00
Caolán McNamara
2334bdc0e6
move this into comphelper
2011-02-14 11:21:21 +00:00
Jan Holesovsky
f3ca6f1b5a
unittest: Allow concurrent run of the osl_File.cxx tests.
2011-02-14 11:11:24 +01:00
Caolán McNamara
c6c8238660
cppunit: enable this test
2011-02-11 14:36:20 +00:00
Caolán McNamara
77975a2bc9
cppunit: enable this test
2011-02-11 14:28:50 +00:00
Sébastien Le Ray
5765d0c90b
Add compareToNumeric to OUString & Co
2011-02-10 16:54:04 +01:00
Fridrich Štrba
81ef04be69
Trying to remove the stlport mention from the code
2011-02-09 19:58:43 +01:00
Fridrich Štrba
30a8393e50
Removing the ext_std masterpiece
2011-02-09 19:58:43 +01:00
Caolán McNamara
9881e2dbad
don't try and remove /tmp
2011-02-09 10:17:54 +00:00
Caolán McNamara
06bcc2b09d
quieten and quicken some of these tests
2011-02-09 09:17:04 +00:00
Tor Lillqvist
a348222727
prewin.h already includes <windows.h>
2011-02-09 01:05:16 +02:00
Caolán McNamara
d7237ba59d
quieten test, who cares what it does when its working
2011-02-08 21:04:20 +00:00
Joseph Powers
64faacac24
Get sal/qs somewhat working on Mac OS X
...
I added about 6 TODOs around disabled tests. The tests need more reseach
and fixed correctly. Currently I just disabled the tests in question.
2011-02-08 08:50:20 -08:00
Joseph Powers
0621179b66
Work on getting SAL to test on Mac OS X
2011-02-08 07:36:39 -08:00
Tor Lillqvist
175f1c5a24
Adapt to move of prewin.h and postwin.h
2011-02-08 14:03:08 +02:00
Fridrich Štrba
bc0cbfc119
oops a typo
2011-02-08 11:36:32 +01:00
Fridrich Štrba
921b58eea9
Disable some unit tests that don't even build on windows
2011-02-08 11:28:59 +01:00
Caolán McNamara
813b11d0e9
Reflect the changes of 66b035b10d7d1803692056c8aca11e23095322e3 into the tests
...
i.e. "#98452# When converting from Unicode to ISO-2022-JP, assume the initial
state is ASCII and do not write any unnecessary <ESC> ( B sequences to
initially switch to ASCII", so we need to modify the test to take this
into account
2011-02-08 10:09:50 +00:00
Wilhelm Pflueger
bb46c0314a
Re-animated tests that were based on testshl.
...
One test in test_outstring_convert.cxx fails for method
rtl::OUString::convertToString().
2011-02-08 10:04:57 +00:00
Caolán McNamara
e7a71425e4
fix to build and remove 64bit warnings
2011-02-08 09:06:32 +00:00
David Tardon
0ed4bd7f1f
use local cppunittester
2011-02-08 09:34:22 +01:00
David Tardon
ef269cd667
enable to run non-delivered cppunittester
2011-02-08 09:34:02 +01:00
David Tardon
911536bc3b
add (pre|post)extstl.h around cppunit includes
2011-02-08 09:11:58 +01:00
Wilhelm Pflueger
45c87b15c9
Reanimated tests in ure/sal
...
Tests based on deprecated testshl are reanimated for:
osl/condition
osl/file
osl/module
osl/thread
2011-02-08 09:04:06 +01:00
Thomas Arnhold
5ab2409037
Remove dead code
2011-02-07 23:00:14 +01:00
David Tardon
65818fe50b
use locally built cppunittester
2011-02-07 18:49:24 +01:00
David Tardon
674a161fc6
actually enable the STL adaptation
2011-02-07 18:22:33 +01:00
David Tardon
eb3b5321a8
add (pre|post)extstl.h around cppunit headers
2011-02-07 17:13:07 +01:00
David Tardon
6bb4f17570
TESTSHL2LIB does not exist anymore
2011-02-07 17:09:05 +01:00
Thomas Arnhold
daebe499fe
Remove unused header
2011-02-07 16:08:08 +01:00
David Tardon
25b91eeace
WaE: comparison between signed and unsigned integer
2011-02-07 14:13:22 +01:00
David Tardon
c67bf5ce71
add (pre|post)extstl.h around cppunit headers
2011-02-07 13:24:55 +01:00
David Tardon
4fd74f21dd
comment out the failing test case for now
2011-02-07 10:25:18 +01:00
David Tardon
386711957c
use rtl::OStringBuffer for message
2011-02-07 10:17:10 +01:00
Wilhelm Pflueger
7e8efb4b44
Removed unnecessary includes
2011-02-07 10:05:59 +01:00
Wilhelm Pflueger
24968350f7
Re-animated tests that were based on testshl.
...
One test in test_outstring_convert.cxx fails for method
rtl::OUString::convertToString().
2011-02-07 10:05:58 +01:00
Thomas Arnhold
83734eea36
Clean up makefiles
2011-02-04 12:45:54 +01:00
Thomas Arnhold
0e91a5b571
Remove RCS lines.
2011-01-31 19:03:47 +01:00
sb
6727dc5d94
sb138: #i115619# fix for MinGW
2011-01-31 13:32:40 +01:00
sb
6875a4b2aa
sb138: #i115619# osl_setThreadName
2011-01-28 11:58:57 +01:00
Thomas Arnhold
1a1bf03786
Replace suitable equalsAscii calls with equalsAsciiL.
...
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
2011-01-20 11:38:15 +01:00
Anders Jonsson
6505a6eda9
Remove commented code
2010-12-22 12:06:52 +01:00
Julien Nabet
1a270c0a68
RTL_CONSTASCII_USTRINGPARAM qa/rtl/process
2010-12-15 07:53:02 +01:00
Andy Holder
e35d8bdf0b
Remove commented out code
...
Remove commented out code that uses the unnamedspaced macros in
osl/File.hxx that are going away
2010-12-12 21:18:29 +00:00
Andy Holder
22d6ac96d8
Change unnamedspaced file.hxx macros
2010-12-12 21:11:14 +00:00
Gert Faller
b6a70a0c13
RTL_CONSTASCII_USTRINGPARAM in ure 5
2010-12-10 23:43:43 +01:00
Gert Faller
94f0cc74ad
RTL_CONSTASCII_USTRINGPARAM in ure 4
2010-12-10 19:09:53 +01:00
Gert Faller
3a18c3d97a
RTL_CONSTASCII_USTRINGPARAM in ure 1
2010-12-10 18:31:39 +01:00
Takeshi Abe
36e2296bf8
Replace all occured, occurance etc.
2010-12-06 09:16:29 +00:00
J. Graeme Lingard
1b11499074
Remove redundant comments
2010-12-05 20:28:21 +00:00
Caolán McNamara
3facbad1ec
cppcheck: emptyStringTest
2010-12-05 14:23:01 +00:00
Caolán McNamara
7d71a684e1
make these cppunit tests buildable again
2010-11-28 21:23:54 +00:00
Sebastian Spaeth
64718e39a0
Remove bogus WITH_CORE debug code which core dumps for sure
...
There was #ifdef'd test code depending on WITH_CORE being defined
(which is never set in our build system). It is described as test code
that will core dump. So let's remove this and write proper cppunit
tests instead. All this concerns two files in 'qa' and not "real
source code".
Also remove some commented out code while going through that file.
2010-11-08 17:12:03 +01:00
sb
6a8b1a61e7
sb132: #i114840# $(CPPUNITTESTER) is not yet available while building sal
2010-10-29 09:52:42 +02:00
sb
a8fcfe71a0
sb132: #i114840# fix inadvertent deviation of stringToDouble from C99 strtod
2010-10-28 15:50:12 +02:00
Caolán McNamara
da5cef0ab4
add modelines to .h and .c files as well
2010-10-27 16:04:46 +01:00
sb
22ea2f07f3
sb132: merged in DEV300_m90
2010-10-21 09:54:38 +02:00
Kenneth Venken
522faf9ccb
cleanup to use SAL_N_ELEMENTS
2010-10-18 19:47:47 +01:00
Povilas Kanapickas
c189268e0a
remove non-compiled code
2010-10-18 16:25:47 +01:00
Kenneth Venken
0196e3b7eb
use SAL_N_ELEMENTS macro
2010-10-17 00:04:57 -05: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
J. Graeme Lingard
bda7aaeb74
Remove redundant #include, #define & comments
2010-10-13 12:51:10 +02:00
Petr Mladek
c7d221f406
more removed include guards using fixguard.py
2010-10-07 15:24:39 +02:00
Petr Mladek
bcdb4cc866
more removed include guards using fixguard.py
2010-10-05 18:12:52 +02:00
Petr Mladek
334bef4563
remove include guards using fixguard.py
2010-10-05 18:12:51 +02:00
sb
b109019447
sb132: merged in DEV300_m89
2010-10-04 17:07:14 +02:00
sb
b0de035484
sb132: #i114145# removed unused TESTDIR and NO_TESTS
2010-09-23 16:09:13 +02:00
sb
3c525e71d3
sb123: #i113005# fixed test code for MinGW
2010-09-16 17:42:11 +02:00
sb
7ef2d674d1
sb126: #i111184# introduced test::uniquePipeName
2010-07-07 16:25:37 +02:00
sb
b40f5c4e55
sb120: removed race from sal/qa/osl/mutex test code
2010-04-27 10:31:33 +02:00
sb
683780cf57
sb120: non-broken rtl::ByteSequence unit tests
2010-04-13 10:49:56 +02:00
Rene Engelhard
9d09cf39be
fix build of sal/qa (missing #include <stringh.h>)
2010-03-05 13:47:05 +01:00
sb
6c036b980c
sb118: #i109791# improved CPPUNIT_CFLAGS handling
2010-03-04 22:13:08 +01:00
Rene Engelhard
2e10c0e2fc
sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, too
2010-03-04 00:11:19 +01:00
sb
2e24fc7415
sb118: merged in DEV300_m72
2010-02-25 12:46:45 +01:00
sb
b545a58c18
sb118: eliminated dead code, causing warnings/errors
2010-02-18 09:51:41 +01: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
sb
f4d7dfdfba
sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, and simplified it by requiring that first section is labeled UDK_3_0_0; adapted map files accordingly, replacing many individual ones with solenv/src templates
2010-01-29 17:01:54 +01:00
sb
6fe1790914
sb118: #i108324# deprecated osl/semaphor.h etc., as it is unsupported on Mac OS X and unused, anyway
2010-01-14 17:45:24 +01:00
sb
58c8708eec
sb118: fixed tests for wntmsci12
2010-01-14 15:11:09 +01:00
sb
7969604293
sb118: adapted some more sal unit tests to new CppUnit framework; fixes for unxmacxi
2010-01-13 22:32:57 +01:00
sb
ae12b3fe73
sb118: adpated some sal unit tests to new CppUnit framework
2010-01-13 18:58:37 +01:00
Mathias Bauer
6ea0304b45
#i103496#: split cppunit in a pure external lib and a lib depending on sal -> testshl2
2009-09-14 19:06:55 +02:00
Kurt Zenker
5c1b4c4432
CWS-TOOLING: integrate CWS vcl101
...
2009-04-30 16:05:34 +0200 pl r271420 : #i95591# need a poll timer so XtTimers work properly
2009-04-30 11:25:52 +0200 hdu r271406 : #i100929# avoid unneeded colormap reallocation
2009-04-30 11:21:16 +0200 hdu r271405 : #i100929# use improved SetDrawable() also for salframe updates
2009-04-30 11:12:41 +0200 hdu r271404 : i100929# invalidate cached renderpic also for changed vdev
2009-04-29 14:31:40 +0200 hdu r271375 : i100929# use cached renderpic also for alpha-rect/bitmap drawing
2009-04-29 14:16:51 +0200 hdu r271370 : i100929# notify only GtkSalFrame's valid X11SalFrames
2009-04-29 13:58:10 +0200 hdu r271369 : i100929# notify GtkSalFrame's X11SalGraphics that their drawables will become obsolete
2009-04-29 13:53:48 +0200 hdu r271367 : #i100929# release cached renderpic whenever the corresponding drawable changes
2009-04-28 11:56:07 +0200 pl r271317 : fix a snafu
2009-04-27 16:52:29 +0200 hdu r271293 : #i100000# WAE fix for debug=true compilation
2009-04-27 12:38:11 +0200 hdu r271260 : #i101367# disable vdev mapmode when measuring pixel size
2009-04-27 12:28:37 +0200 hdu r271259 : #i101367# speedup svclcanvas::CanvasBitmapHelper::getSize()
2009-04-23 15:11:25 +0200 hdu r271175 : #i91685# ignore trailing space in last cell
2009-04-23 12:55:14 +0200 pl r271156 : #i101032# check for empty bitmap
2009-04-23 11:04:50 +0200 pl r271144 : #101184# add a paranoia check
2009-04-21 19:12:25 +0200 pl r271055 : #i101184# add: recognize added/removed monitors in xinerama configuration for gtk plugin (thanks cmc)
2009-04-21 17:04:44 +0200 pl r271046 : #i101089# remove unused method (thanks cmc)
2009-04-21 16:41:38 +0200 hdu r271042 : #i99842# set text decoration color
2009-04-20 22:57:37 +0200 pl r271015 : #i101063# fix warnings
2009-04-20 22:55:39 +0200 pl r271014 : #i101063# fix warnings
2009-04-20 11:35:24 +0200 hdu r270968 : #i1001102# remove dependency to psprint module
2009-04-20 11:31:08 +0200 hdu r270967 : #i100929# keep cached render Picture in X11SalGraphics removes
2009-04-20 11:24:57 +0200 hdu r270966 : #i100929# cache render Picture in X11SalGraphics
2009-04-18 14:53:22 +0200 hdu r270959 : CWS-TOOLING: rebase CWS vcl101 to trunk@270723 (milestone: DEV300:m46)
2009-04-17 12:00:50 +0200 hdu r270934 : #i100951# b2d-polygon clipping handles bezier-segments nowadays => performance opt possible
2009-04-17 11:50:49 +0200 hdu r270933 : #i100922# count b2d-polypoly-points to avoid priority-queue reallocations
2009-04-17 11:07:03 +0200 hdu r270930 : #i101145# match dpi-sanity check with gnome-UI (thanks Caolan!)
2009-04-17 10:44:41 +0200 hdu r270929 : #i100603# dingbats-encoded PDF-builtin fonts are symbol fonts too
2009-04-17 10:36:10 +0200 hdu r270928 : #i101145# check sanity of resolution reported by Xft-dpi (thanks CMC!)
2009-04-08 13:53:35 +0200 hdu r270644 : #i100951# avoid expensive calls to basegfx::tools::clipPolygonOnRange() if possible
2009-04-08 13:19:26 +0200 hdu r270637 : #i100922# prevent needless stl::priority_queue reallacations by reserving
2009-04-08 11:14:30 +0200 hdu r270627 : #i100929# use X11SalGraphics::GetXRenderPicture() also for text drawing
2009-04-08 10:00:42 +0200 hdu r270620 : #i100929# add and use X11SalGraphics::GetXRenderPicture() for polygon drawing
2009-04-06 15:52:47 +0200 hdu r270563 : #i100885# add and use AquaSalGraphics::copyResolution() to speed up virdev creation
2009-04-02 14:39:06 +0200 pl r270408 : #i95873# do not set LD_LIBRARY_PATH for external apps
2009-03-31 18:43:19 +0200 pl r270292 : #i99783# transparency of closer image changed to mask in the meantime
2009-03-27 15:42:37 +0100 hdu r270158 : #i100591# fix binary search in dingbats encoding converter
2009-03-27 13:06:34 +0100 hdu r270151 : #i100603# only PDF builtin text fonts use WinAnsiEncoding
2009-03-27 12:05:35 +0100 hdu r270147 : #i100603# use correct encoding for all PDF builtin fonts
2009-03-27 09:04:07 +0100 hdu r270133 : #i100603# use proper encoding for PDF builtin symbol fonts
2009-03-26 17:19:38 +0100 hdu r270090 : #i100591# support RTL_TEXTENCODING_ADOBE_DINGBATS encoding
2009-03-25 09:02:18 +0100 hdu r269995 : #i100521# prefer osl_getAsciiFunctionSymbol() when dynloading SAGE and extra USER32 symbols
2009-03-25 08:55:49 +0100 hdu r269994 : #i100521# prefer osl_getAsciiFunctionSymbol() when dynloading LUNA symbols
2009-03-24 16:15:54 +0100 hdu r269965 : #i100521# prefer osl_getAsciiFunctionSymbol() when dynloading vclplugin symbols
2009-03-24 16:10:29 +0100 hdu r269963 : #i100521# prefer osl_getAsciiFunctionSymbol() when dynloading USP symbols
2009-03-24 15:54:30 +0100 hdu r269962 : #i100521# prefer osl_getAsciiFunctionSymbol() when dynloading xrender symbols
2009-03-24 10:46:55 +0100 hdu r269920 : #i100506# fix WAE build breakers on unxsols4 for debug=true
2009-03-23 16:36:43 +0100 hdu r269884 : #159477# fix crash for PDFs with big zlib-chunks
2009-03-20 17:36:56 +0100 pl r269821 : #i96568# add recent files to mac quickstarter
2009-03-20 14:39:41 +0100 pl r269809 : #i35482# no HC mode detection, automatically done in independent part
2009-03-19 20:01:37 +0100 pl r269768 : #i95591# do not reuse UnxPloginComm because of connection loss problems
2009-03-19 18:08:23 +0100 pl r269765 : #i95588# change default visibility that was ignored everywhere but unix anyway
2009-06-03 15:45:09 +00:00
Vladimir Glazounov
3b2b8f91ff
CWS-TOOLING: integrate CWS sb93
2008-10-01 09:04:58 +00:00
Rüdiger Timm
521d6cbfc2
INTEGRATION: CWS native177 (1.10.10); FILE MERGED
...
2008/07/23 15:57:49 sb 1.10.10.1: #i92049# .override failed for non-existing files
2008-08-01 10:23:37 +00:00
Oliver Bolte
7fb955a5ec
INTEGRATION: CWS os2port03 (1.13.28); FILE MERGED
...
2008/07/16 12:26:00 obr 1.13.28.2: RESYNC: (1.13-1.14); FILE MERGED
2008/04/15 14:31:30 ydario 1.13.28.1: Issue number: i85203
Submitted by: ydario
Reviewed by: ydario
2008-07-22 16:04:33 +00:00
Vladimir Glazounov
7dbea95bf0
INTEGRATION: CWS sb90 (1.9.22); FILE MERGED
...
2008/06/25 12:12:04 sb 1.9.22.1: #157787# added .override feature
2008-07-02 08:43:31 +00:00
Ivo Hinkelmann
09a1545fd5
#i10000# Lic change
2008-04-24 17:04:22 +00:00
Ivo Hinkelmann
e2e55ca162
INTEGRATION: CWS cmcfixes43 (1.6.54); FILE MERGED
...
2008/03/06 09:54:37 cmc 1.6.54.2: #i86629 unify gcc maps
2008/03/03 10:49:08 cmc 1.6.54.1: #i86629 unify gcc maps
2008-04-24 16:11:06 +00:00
Ivo Hinkelmann
ee24969b83
INTEGRATION: CWS cmcfixes43 (1.1.2); FILE ADDED
...
2008/03/03 10:49:08 cmc 1.1.2.1: #i86629 unify gcc maps
2008-04-24 16:10:35 +00:00
Vladimir Glazounov
399342646b
INTEGRATION: CWS sb86 (1.15.60); FILE MERGED
...
2008/03/25 13:59:00 sb 1.15.60.1: #i84532# copy over corresponding fix from OUStringBuffer ot OStringBuffer
2008-04-15 11:07:07 +00:00
Rüdiger Timm
75c1f32b27
INTEGRATION: CWS changefileheader (1.3.234); FILE MERGED
...
2008/03/31 13:24:01 rt 1.3.234.1: #i87441# Change license header to LPGL v3.
2008-04-10 11:00:05 +00:00
Rüdiger Timm
2ed8b5e4ee
INTEGRATION: CWS changefileheader (1.5.64); FILE MERGED
...
2008/03/31 13:24:01 rt 1.5.64.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:59:51 +00:00
Rüdiger Timm
a4071b078b
INTEGRATION: CWS changefileheader (1.3.234); FILE MERGED
...
2008/03/31 13:24:00 rt 1.3.234.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:59:19 +00:00
Rüdiger Timm
8731974325
INTEGRATION: CWS changefileheader (1.5.64); FILE MERGED
...
2008/03/31 13:24:00 rt 1.5.64.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:59:03 +00:00
Rüdiger Timm
5354251b58
INTEGRATION: CWS changefileheader (1.2.64); FILE MERGED
...
2008/03/31 13:24:00 rt 1.2.64.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:58:48 +00:00
Rüdiger Timm
b7a44f424d
INTEGRATION: CWS changefileheader (1.5.234); FILE MERGED
...
2008/03/31 13:24:00 rt 1.5.234.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:58:05 +00:00
Rüdiger Timm
45f62fd0c0
INTEGRATION: CWS changefileheader (1.8.64); FILE MERGED
...
2008/03/31 13:23:59 rt 1.8.64.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:57:49 +00:00
Rüdiger Timm
0d66f6d2a3
INTEGRATION: CWS changefileheader (1.6.64); FILE MERGED
...
2008/03/31 13:23:59 rt 1.6.64.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:57:32 +00:00
Rüdiger Timm
7849b38fc2
INTEGRATION: CWS changefileheader (1.3.378); FILE MERGED
...
2008/03/31 13:23:59 rt 1.3.378.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:57:17 +00:00
Rüdiger Timm
6a94421b52
INTEGRATION: CWS changefileheader (1.4.234); FILE MERGED
...
2008/03/31 13:23:59 rt 1.4.234.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:56:45 +00:00
Rüdiger Timm
68e32300b6
INTEGRATION: CWS changefileheader (1.10.64); FILE MERGED
...
2008/03/31 13:23:59 rt 1.10.64.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:56:09 +00:00
Rüdiger Timm
97ab2f6abe
INTEGRATION: CWS changefileheader (1.11.64); FILE MERGED
...
2008/04/01 12:34:17 thb 1.11.64.2: #i85898# Stripping all external header guards
2008/03/31 13:23:59 rt 1.11.64.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:55:51 +00:00
Rüdiger Timm
45e08967b8
INTEGRATION: CWS changefileheader (1.9.64); FILE MERGED
...
2008/03/31 13:23:59 rt 1.9.64.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:55:30 +00:00
Rüdiger Timm
8586a18c5c
INTEGRATION: CWS changefileheader (1.6.64); FILE MERGED
...
2008/04/01 12:34:17 thb 1.6.64.2: #i85898# Stripping all external header guards
2008/03/31 13:23:59 rt 1.6.64.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:54:53 +00:00
Rüdiger Timm
d3d550a401
INTEGRATION: CWS changefileheader (1.5.64); FILE MERGED
...
2008/03/31 13:23:59 rt 1.5.64.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:54:38 +00:00
Rüdiger Timm
39cd446ed7
INTEGRATION: CWS changefileheader (1.8.8); FILE MERGED
...
2008/03/31 13:23:58 rt 1.8.8.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:54:24 +00:00
Rüdiger Timm
2f927ccbf1
INTEGRATION: CWS changefileheader (1.6.234); FILE MERGED
...
2008/03/31 13:23:58 rt 1.6.234.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:54:09 +00:00
Rüdiger Timm
75d586f15e
INTEGRATION: CWS changefileheader (1.7.64); FILE MERGED
...
2008/03/31 13:23:58 rt 1.7.64.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:53:50 +00:00
Rüdiger Timm
a1d436ffc3
INTEGRATION: CWS changefileheader (1.11.64); FILE MERGED
...
2008/03/31 13:23:58 rt 1.11.64.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:53:34 +00:00
Rüdiger Timm
2c018e120a
INTEGRATION: CWS changefileheader (1.5.234); FILE MERGED
...
2008/03/31 13:23:58 rt 1.5.234.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:53:15 +00:00
Rüdiger Timm
359980ac16
INTEGRATION: CWS changefileheader (1.6.64); FILE MERGED
...
2008/03/31 13:23:58 rt 1.6.64.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:52:55 +00:00
Rüdiger Timm
5163800fb8
INTEGRATION: CWS changefileheader (1.4.234); FILE MERGED
...
2008/03/31 13:23:58 rt 1.4.234.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:52:16 +00:00
Rüdiger Timm
fef815a30d
INTEGRATION: CWS changefileheader (1.5.234); FILE MERGED
...
2008/03/31 13:23:57 rt 1.5.234.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:51:26 +00:00
Rüdiger Timm
bb9f8c32f5
INTEGRATION: CWS changefileheader (1.4.234); FILE MERGED
...
2008/03/31 13:23:57 rt 1.4.234.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:51:07 +00:00
Rüdiger Timm
0f2e88e9ef
INTEGRATION: CWS changefileheader (1.8.64); FILE MERGED
...
2008/03/31 13:23:57 rt 1.8.64.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:50:52 +00:00
Rüdiger Timm
1e6f52ee33
INTEGRATION: CWS changefileheader (1.5.64); FILE MERGED
...
2008/03/31 13:23:57 rt 1.5.64.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:50:22 +00:00
Rüdiger Timm
7cf446d49e
INTEGRATION: CWS changefileheader (1.2.548); FILE MERGED
...
2008/04/01 12:34:17 thb 1.2.548.1: #i85898# Stripping all external header guards
2008-04-10 10:50:06 +00:00
Rüdiger Timm
16db3ba4b7
INTEGRATION: CWS changefileheader (1.7.64); FILE MERGED
...
2008/04/01 12:34:17 thb 1.7.64.2: #i85898# Stripping all external header guards
2008/03/31 13:23:57 rt 1.7.64.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:49:52 +00:00
Rüdiger Timm
b5aae3a17d
INTEGRATION: CWS changefileheader (1.6.64); FILE MERGED
...
2008/03/31 13:23:57 rt 1.6.64.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:49:38 +00:00
Rüdiger Timm
c7bfd3cf23
INTEGRATION: CWS changefileheader (1.7.202); FILE MERGED
...
2008/04/01 12:34:16 thb 1.7.202.2: #i85898# Stripping all external header guards
2008/03/31 13:23:57 rt 1.7.202.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:49:25 +00:00
Rüdiger Timm
58c854eb25
INTEGRATION: CWS changefileheader (1.6.234); FILE MERGED
...
2008/04/01 12:34:16 thb 1.6.234.2: #i85898# Stripping all external header guards
2008/03/31 13:23:57 rt 1.6.234.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:49:08 +00:00
Rüdiger Timm
c24ebfd9ce
INTEGRATION: CWS changefileheader (1.3.234); FILE MERGED
...
2008/03/31 13:23:56 rt 1.3.234.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:48:55 +00:00
Rüdiger Timm
7bd6f8cbdb
INTEGRATION: CWS changefileheader (1.5.64); FILE MERGED
...
2008/03/31 13:23:56 rt 1.5.64.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:48:38 +00:00
Rüdiger Timm
2c2f3d7294
INTEGRATION: CWS changefileheader (1.5.214); FILE MERGED
...
2008/03/31 13:23:56 rt 1.5.214.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:48:24 +00:00
Rüdiger Timm
392ae74a3f
INTEGRATION: CWS changefileheader (1.15.8); FILE MERGED
...
2008/03/31 13:23:56 rt 1.15.8.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:48:06 +00:00
Rüdiger Timm
224f5e1169
INTEGRATION: CWS changefileheader (1.6.64); FILE MERGED
...
2008/03/31 13:23:56 rt 1.6.64.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:47:49 +00:00
Rüdiger Timm
d46e753c15
INTEGRATION: CWS changefileheader (1.5.234); FILE MERGED
...
2008/03/31 13:23:56 rt 1.5.234.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:47:33 +00:00
Rüdiger Timm
874a22ab72
INTEGRATION: CWS changefileheader (1.4.234); FILE MERGED
...
2008/03/31 13:23:56 rt 1.4.234.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:47:16 +00:00
Rüdiger Timm
f7c71df85d
INTEGRATION: CWS changefileheader (1.7.64); FILE MERGED
...
2008/03/31 13:23:55 rt 1.7.64.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:46:44 +00:00
Rüdiger Timm
9fa7f96ab4
INTEGRATION: CWS changefileheader (1.6.234); FILE MERGED
...
2008/03/31 13:23:55 rt 1.6.234.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:46:27 +00:00
Rüdiger Timm
e810030a4d
INTEGRATION: CWS changefileheader (1.4.234); FILE MERGED
...
2008/03/31 13:23:55 rt 1.4.234.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:46:10 +00:00
Rüdiger Timm
4462abf212
INTEGRATION: CWS changefileheader (1.3.234); FILE MERGED
...
2008/03/31 13:23:55 rt 1.3.234.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:45:55 +00:00
Rüdiger Timm
57f10bcd46
INTEGRATION: CWS changefileheader (1.9.64); FILE MERGED
...
2008/03/31 13:23:55 rt 1.9.64.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:45:38 +00:00
Rüdiger Timm
2d0537219c
INTEGRATION: CWS changefileheader (1.7.64); FILE MERGED
...
2008/04/01 12:34:16 thb 1.7.64.2: #i85898# Stripping all external header guards
2008/03/31 13:23:55 rt 1.7.64.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:45:19 +00:00
Rüdiger Timm
6b0b8966ba
INTEGRATION: CWS changefileheader (1.5.64); FILE MERGED
...
2008/03/31 13:23:55 rt 1.5.64.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:45:05 +00:00
Rüdiger Timm
4c05e24af7
INTEGRATION: CWS changefileheader (1.4.234); FILE MERGED
...
2008/03/31 13:23:54 rt 1.4.234.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:44:50 +00:00
Rüdiger Timm
7bed19b2a0
INTEGRATION: CWS changefileheader (1.5.64); FILE MERGED
...
2008/03/31 13:23:54 rt 1.5.64.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:44:33 +00:00
Rüdiger Timm
ca4009e28e
INTEGRATION: CWS changefileheader (1.4.234); FILE MERGED
...
2008/04/01 12:34:16 thb 1.4.234.2: #i85898# Stripping all external header guards
2008/03/31 13:23:54 rt 1.4.234.1: #i87441# Change license header to LPGL v3.
2008-04-10 10:44:15 +00:00