Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-08 | Un-breaking the unit test | Katarina Machalkova | |
2011-03-04 | WaE: move that inside the TODO as well | Caolán McNamara | |
2011-03-03 | Disabled failing format items for now :( | Katarina Machalkova | |
after introducing new num. formats (42[.00]), those items that access standard format list cease to work :( | |||
2011-03-02 | WaE: move that inside the TODO as well | Caolán McNamara | |
2011-03-02 | Disable testing for the currency format codes. | Kohei Yoshida | |
On some systems (including Fedora) the last two currency codes differ. Let's disable this test for now until we find out how to properly test this again. | |||
2011-02-28 | More test cases for Thai-specific format codes. | Kohei Yoshida | |
2011-02-24 | Correct cppunit error message. | Kohei Yoshida | |
2011-02-24 | Use OUString instead of String in the unit test code. | Kohei Yoshida | |
Added another method PutEntry() to allow rtl::OUString to be used. We'll keep this until UniString gets totally eradicated. | |||
2011-02-24 | Generate locale code that includes numeral shape and calendar type. | Kohei Yoshida | |
2011-02-24 | I need iostream and its friends while debugging the unit test code. | Kohei Yoshida | |
2011-02-24 | remove empty TESTSHL2LIB | Caolán McNamara | |
2011-02-24 | Pick up numeral shape and calendar type as well as the language. | Kohei Yoshida | |
So far this change doesn't affect the behavior of the number formatter but only to pick up extra data that Excel provides (that we need to map to our own later on). | |||
2011-02-24 | Get this to work under windows. | Caolán McNamara | |
The test code itself isn't compiled with SVL_DLLIMPLEMENTATION so either it gets compiled with SVL_DLLIMPLEMENTATION and links to the .lib or it gets compiled without it and links to the .dll and sticks to the exported methods. In this case we can currently take the latter methinks. | |||
2011-02-24 | remove unused export.map | Caolán McNamara | |
2011-02-23 | Unit test for default number format codes for US English. | Kohei Yoshida | |
2011-02-23 | Run unit test as part of the build. | Kohei Yoshida | |
For now, there is no test yet, but it's coming soon. | |||
2011-02-23 | Initial unit test skeleton, copied and modified from sc. | Kohei Yoshida | |
2011-02-09 | Trying to remove the stlport mention from the code | Fridrich Štrba | |
2011-02-09 | Removing the ext_std masterpiece | Fridrich Štrba | |
2011-02-01 | Clean up makefiles | Thomas Arnhold | |
2011-01-20 | Replace suitable equalsAscii calls with equalsAsciiL. | Thomas Arnhold | |
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'. | |||
2011-01-14 | cppunit: make these tests work again | Caolán McNamara | |
2011-01-14 | sync test with da0fd5c999fc6f8b5e2d4ecccbf66e1034a03ed9 | Caolán McNamara | |
2011-01-14 | get these tests building again | Caolán McNamara | |
2010-11-25 | RTL_CONSTASCII_USTRINGPARAM in libs-gui 17 | Gert Faller | |
2010-11-22 | RTL_CONSTASCII_USTRINGPARAM in libs-gui 07 | Gert Faller | |
2010-10-18 | replace sizeof(foo)/sizeof(foo[0]) by SAL_N_ELEMENTS | Kenneth Venken | |
2010-10-14 | Add vim/emacs modelines to all source files | Sebastian Spaeth | |
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-04-16 | CWS-TOOLING: integrate CWS sb118 | Jens-Heiner Rechtien | |
2010-04-14 | sb118: merged in backout | sb | |
2010-03-04 | sb118: #i109791# improved CPPUNIT_CFLAGS handling | sb | |
2010-03-04 | sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, too | Rene Engelhard | |
2010-02-25 | sb118: merged in DEV300_m72 | sb | |
2010-02-12 | changefileheader2: #i109125#: change source file copyright notice from Sun ↵ | Jens-Heiner Rechtien | |
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) | |||
2010-01-29 | sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, ↵ | sb | |
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 | |||
2009-10-08 | #i103496#: make svl buildable with internal inc/svl directory | Mathias Bauer | |
2009-10-08 | #i103496#: make svl buildable | Mathias Bauer | |
2009-10-08 | #i103496#: split svtools in two libs, depending on whether the code needs ↵ | Mathias Bauer | |
vcl or not |