Commit graph

25053 commits

Author SHA1 Message Date
Thomas Arnhold
7176db7752 Use format string on OSL_TRACE() 2011-03-15 16:55:52 +01:00
Thomas Arnhold
4861e9171b Use format string on printf() 2011-03-15 16:55:52 +01:00
Caolán McNamara
5d946add96 fix build error, add build depend 2011-03-15 14:18:07 +00:00
Caolán McNamara
d346380a15 fix build error, add build depend 2011-03-15 14:08:51 +00:00
Caolán McNamara
71dee2f153 move cppumaker test to cppu 2011-03-15 13:41:19 +00:00
David Tardon
9e299a0fe6 fix deps for test 2011-03-15 11:27:11 +01:00
Wilhelm Pflueger
c372302f99 EasyHacks: Reanimated tests in ure/cppuhelper/qa.
I had to deactivate the test 'test_weak.cxx' in prj/build.lst.
This test failed with 'error 139' - this is typically a segfault
during test execution, oops.
2011-03-15 08:52:39 +01:00
Wilhelm Pflueger
547d0e7abe EasyHacks: Reanimated tests in ure/codemaker 2011-03-15 08:47:18 +01:00
Theo van Klaveren
2c7cebaf83 Make the qa/sal unit test build, and use it. 2011-03-15 08:42:27 +01:00
Pantelis Koukousoulas
0a4732acbf Support for greek numerals
References:
  http://www.spinellis.gr/blog/20090625/ (Greek Numerals in OpenOffice.org)

  http://user.services.openoffice.org/en/forum/viewtopic.php?f=7&t=7269
  ([Issue+Workaround] Custom Numbering in Bullets and Numbering)

  http://www.opengr.net/forum/viewtopic.php?f=13&t=51

And the references transitively mentioned in the above.

This functionality was implemented during Greek Coding Camp 2009.

NOTE: the present implementation uses the (modern) two-letter version of '6'
(sigma taf) instead of the ancient greek / katharevousa version that uses
the 'stigma' character.

OTOH, we do use the katharevousa 'qoppa' and 'sampi' because there is no
standard modern version that replaces them. If you have that many bullets
so that these symbols are needed, then you had it comin' anyway :p

Author: Pantelis Koukousoulas <pktoss@gmail.com>
License: LGPLv3 / MPL

Signed-off-by: Pantelis Koukousoulas <pktoss@gmail.com>
2011-03-14 20:32:35 +01:00
Hanno Meyer-Thurow
6cd98b3d9d Merge Gentoo patches from old build and downstream repositories.
1. Do not add compiler default include and library path: potentially build
   against different version of system library than requested by the user.
2. Add a configure option to disable Python2 (PyUNO) bindings. Python3 is
   available for more than two years. Noone cares, therefore rest in peace.
   Python2 is going to be ditched at some point. Simply do not fail then.
   Windows builds need to be updated for BUILD_TYPE: "PYUNO". Or how is it
   handled nowadays?
3. Fix sandbox violation in officecfg module: rm /bin/<language>.zip
4. Add a configure option to search only in one place for JVMs, which is quite
   interesting for Linux Distributions. Enforce the user to place JVMs in one
   base directory.
5. Fix build for libxml-2.7.8 with ICU support.

* config_office-XINC-XLIB-defaults.diff: (1)
* disable-python.diff: (2)
* gentoo-sandbox.diff: (3)
* jvm-search-path.diff: (4)
* libxmlsec_fix_extern_c.diff: (5)
2011-03-14 18:51:13 +01:00
Tor Lillqvist
b6e36a7fa9 Use explicitly cast zeros to avoid compilation error with MSVC2010
Could also use nullptr, is it supported by all compiler versions we use?
2011-03-14 12:20:35 +02:00
Thomas Arnhold
d0c187cc8c OSL_TRACE: Use format string 2011-03-12 14:19:49 +01:00
Thomas Arnhold
7f656740d8 Move OSL_ENSURE(0,...) to OSL_FAIL(...) 2011-03-12 14:19:49 +01:00
Thomas Arnhold
adc6fe00e3 Move OSL_ENSURE(0,...) to OSL_FAIL(...) 2011-03-12 14:19:48 +01:00
Thomas Arnhold
629b05ac30 Remove unnecessary brackets 2011-03-12 14:19:48 +01:00
Thomas Arnhold
6488e5f120 Move OSL_ENSURE(false,...) to OSL_FAIL(...) 2011-03-12 14:19:48 +01:00
Thorsten Behrens
7769f9dbd4 Revert "try to get it working"
This reverts commit 7bcc608e98cd2300bf7fcfeb8ca6fbd8f5fd69a0.

Since it was working just fine before, no point in fixing unit tests
by disabling them.
2011-03-10 23:45:43 +01:00
Martin Hosken
3cc5f8a12e try to get it working 2011-03-10 22:43:14 +07:00
Caolán McNamara
d9cd5a64cd simplify this a bit 2011-03-10 09:56:23 +00:00
Jani Monoses
11db8cce49 lp#726529: using the Linaro gcc 4.5 generated code instead
* this adds memory barriers to the asm code block making it SMP-safe
2011-03-09 10:06:16 +01:00
Caolán McNamara
aa4a5a276b WaE: silence this annoying warning 2011-03-06 20:39:05 +00:00
Caolán McNamara
7d525ad349 build these cxx files with exceptions enabled 2011-03-06 20:35:41 +00:00
Caolán McNamara
317fa395ff duplicate mkdir 2011-03-04 11:28:25 +00:00
Julien Nabet
480ab8a2b3 Remove "using namespace ::rtl" 2011-03-03 22:48:57 +01:00
Julien Nabet
9f14962a6c Remove "using namespace ::rtl" 2011-03-03 22:26:57 +01:00
Julien Nabet
bcbb8d7962 Remove "using namespace ::rtl" 2011-03-03 22:09:48 +01:00
Takeshi Abe
b406c51330 removed dead code; fix a comment 2011-03-04 01:41:18 +09:00
Michael Meeks
70baa487d9 install unit tester in sub-directory to help windows. 2011-03-03 10:41:17 +00:00
Thorsten Behrens
bd8273071b Added using OString - debug code needs it 2011-03-03 08:12:56 +01:00
Julien Nabet
e01b7bf23a Remove "using namespace ::rtl" 2011-03-02 22:24:11 +01:00
Julien Nabet
389bc73b5f Remove "using namespace ::rtl" 2011-03-02 22:15:02 +01:00
Julien Nabet
933e22880b Remove "using namespace ::rtl" 2011-03-02 21:53:12 +01:00
Caolán McNamara
2ed29e98da avoid implicit cast 2011-03-01 20:39:24 +00:00
Caolán McNamara
394b688ef0 avoid implicit cast 2011-03-01 20:39:24 +00:00
Thomas Arnhold
0d139d3d2e Oops, use #if instead of #ifdef 2011-03-01 17:12:28 +01:00
Thomas Arnhold
61100f6fc6 Move CMC_DEBUG to OSL_DEBUG_LEVEL 3
This level means 'ultra-verbose'.
2011-03-01 17:05:34 +01:00
Eric Bachard
3990d8d6f4 lp#726529 and #i117017#: clarified origin of assembler code
Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
2011-02-28 23:28:30 +01:00
Bjoern Michaelsen
c3be0d4ad8 lp#726529: arm optimizations for ARM 6/7 and gcc < 4.6 2011-02-28 17:29:06 +01:00
Francois Tigeot
9a0fa777e2 Handle DragonFly like the other BSDs in more cases. 2011-02-27 14:15:26 +01:00
Francois Tigeot
d0655ab815 Consolidate three #if defined tests in a single one. 2011-02-27 13:22:34 +01:00
Thomas Arnhold
1d0fa44ad1 Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg) 2011-02-26 10:35:54 +01:00
David Tardon
0584cb3e42 shortly describe diagnostic macros 2011-02-25 18:25:17 +01:00
David Tardon
51fb5a2a5d define OSL_FAIL as replacement for DBG_ERROR 2011-02-25 17:23:02 +01:00
David Tardon
5f90207e49 use _OSL_ENSURE to define OSL_ASSERT 2011-02-25 17:15:58 +01:00
Caolán McNamara
85859bf29f order of environ undefined after putenv 2011-02-24 21:14:01 +00:00
Thomas Arnhold
37a3b9f72b Remove MSDOS support 2011-02-24 21:51:41 +01:00
Caolán McNamara
5f66037d6d remove empty TESTSHL2LIB 2011-02-24 20:44:46 +00:00
Caolán McNamara
325674e0d0 config dir can vary dramatically, just test for existance 2011-02-24 17:30:02 +00:00
Caolán McNamara
0b1f424833 WaE: logically last test always passes 2011-02-24 16:15:05 +00:00