1. ba0a577 remove OUString wrap for string literals by Thomas Arnhold · 13 years ago
  2. 91ab2b6e Improve error messages for the xml-diff based unit tests. by Jan Holesovsky · 13 years ago
  3. e2e2cc6 remove usage of RTL_CONSTASCII_USTRINGPARAM by Luboš Luňák · 13 years ago
  4. 72e5d0c Move to MPLv2 license headers, with ESC decision and author's permission. by Michael Meeks · 13 years ago
  5. add638b test: clean up namespacing by Thomas Arnhold · 13 years ago
  6. e35f2f0 don't pollute global namespace by Thomas Arnhold · 13 years ago
  7. c042cd0 gbuild: drop uses of removed packages by David Tardon · 13 years ago
  8. b9337e2 execute move of global headers by Bjoern Michaelsen · 13 years ago
  9. 62badf38 Move to MPLv2 license headers, with ESC decision and author's permission. by Michael Meeks · 13 years ago
  10. ebeae43 move Python tests in-process by Michael Stahl · 13 years ago
  11. 1946794 mass removal of rtl:: prefixes for O(U)String* by Luboš Luňák · 13 years ago
  12. 876c619 new module i18nlangtag by Eike Rathke · 13 years ago
  13. 3aa3d17 Bypass cppunit stuff for non-DESKTOP in more places by Tor Lillqvist · 13 years ago
  14. 5be14df ResMgr with LanguageTag by Eike Rathke · 13 years ago
  15. 39d4539 removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarations by Thomas Arnhold · 13 years ago
  16. 8b27d78 automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings by Thomas Arnhold · 13 years ago
  17. 1af22c0 fix other problems found by Wundef by Luboš Luňák · 13 years ago
  18. 79b0046 remove legacy build.pl prj/build.lst files. by Michael Meeks · 13 years ago
  19. 57d169b doubled namespace by Thomas Arnhold · 13 years ago
  20. b768611 remove all d.lst by Michael Stahl · 13 years ago
  21. 7226ac2 Use a method from UnoApitest instead of implement a new one in calc by Marcos Paulo de Souza · 13 years ago
  22. a53586f gbuild: do not copy boost headers around by Michael Stahl · 13 years ago
  23. ab3f74f sc test XSheetOutline by Laurent Godard · 13 years ago
  24. 654e275f sc test for XSheetAnnotations by Laurent Godard · 13 years ago
  25. 0bf0166 sc test for XSheetAnnotation by Laurent Godard · 13 years ago
  26. 0c22f3ea Make LO buildable again after the GraphicFilter move. by Jan Holesovsky · 13 years ago
  27. bb121c8 fdo#46808, Convert frame::Desktop to new style service. by Noel Grandin · 13 years ago
  28. 16155fd re-base on ALv2 code. Includes: by Michael Meeks · 13 years ago
  29. 36b7794 Remove rtl:: from a test in test/ by Marcos Paulo de Souza · 13 years ago
  30. 3730746 Improve error message by Stephan Bergmann · 13 years ago
  31. 715957c we really don't need lang-conversion here by Eike Rathke · 13 years ago
  32. ed7d582 cleanup README files. by Michael Meeks · 13 years ago
  33. 4aed4f4 add a README files by Alia Almusaireae · 13 years ago
  34. 3a6b23a Fix copy&paste in test by Marcos Paulo de Souza · 13 years ago
  35. ced1151 Get rid of vcl::unohelper::GetMultiServiceFactory by Stephan Bergmann · 13 years ago
  36. 5852834 String->OUString in tools::ErrorContext by Noel Grandin · 14 years ago
  37. 5032dc0 gbuild: invert handling of standard system libraries: by Michael Stahl · 14 years ago
  38. b85c349 gbuild: replace direct gb_STDLIBS use with ... by Michael Stahl · 14 years ago
  39. 2e677c3 gbuild: split uwinapi out of gb_STDLIBS by Michael Stahl · 14 years ago
  40. ce6f47a move XGoalSeek api test to c++ by Markus Mohrhard · 14 years ago
  41. b854de9 deprecate oustringostreaminserter.hxx by Norbert Thiebaud · 14 years ago
  42. 9ac86f4 Improvement on previous commit, UCB clean up by Stephan Bergmann · 14 years ago
  43. 6dcb3d4 Related fdo#51252: No more prereg, no more unopkg sync by Stephan Bergmann · 14 years ago
  44. 8a59191 test: string cleanup in BootstrapFixture by Miklos Vajna · 14 years ago
  45. f5a98e0 test::BootstrapFixture: make GraphicConverter work by Miklos Vajna · 14 years ago
  46. 87c6bed test: move XMLDiff implementation details to cxx file by Michael Stahl · 14 years ago
  47. fdda178 targetted improvement of UNO API includes / usage by Michael Meeks · 14 years ago
  48. 328e226 targetted re-work of cppunit pieces. by Michael Meeks · 14 years ago
  49. ae9dae7 re-base on ALv2 code. Includes: by Michael Meeks · 14 years ago
  50. 101149d WaE: make test msvc2008 warnings free by Caolán McNamara · 14 years ago
  51. f941184 Explicitly export nested struct (needed on Mac OS X) by Stephan Bergmann · 14 years ago
  52. dc0d9e8 Property writable test for util::DateTime & fixed a copy/paste error. by Kohei Yoshida · 14 years ago
  53. 921dce6 Let's just combine the two tests, since one requires the other. by Kohei Yoshida · 14 years ago
  54. a4ff462 Added interface test for text::XText. by Kohei Yoshida · 14 years ago
  55. 810f4a0 rework callcatcher makefile to build subsequentcheck tests by Caolán McNamara · 14 years ago
  56. d55837c Implemented test for XPropertySet::setPropertyValue(). by Kohei Yoshida · 14 years ago
  57. 5c03dca More descriptive method name. by Kohei Yoshida · 14 years ago
  58. 8bffba8 Started porting the XPropertySet test code. by Kohei Yoshida · 14 years ago
  59. b1c3e8a make gbuild the default assumption of build.pl by Bjoern Michaelsen · 14 years ago
  60. c0a4c46 WaE: tolerance.elementName & tolerance.attribName may be used uninitialized by David Ostrovsky · 14 years ago
  61. 219cef6 Do the test for real. XTextField and XTextContent. by Kohei Yoshida · 14 years ago
  62. d0af33e Initial skeleton for API test on ScEditFieldObj. by Kohei Yoshida · 14 years ago
  63. 08f4273 we can't move that into a test only lib by Markus Mohrhard · 14 years ago
  64. beccf477 move xshape dumper into test by Markus Mohrhard · 14 years ago
  65. 60d39b7 add tolerance to chart regression test by Markus Mohrhard · 14 years ago
  66. 9e82b50 use the correct macro by Markus Mohrhard · 14 years ago
  67. 811899e improve assert messages by Markus Mohrhard · 14 years ago
  68. b1dc2c5 use the new xml diff in chart regression test by Markus Mohrhard · 14 years ago
  69. a0c9ebf std::isnan is c++11; use rtl::math::isNan for now by Markus Mohrhard · 14 years ago
  70. e6a4ea3 add readme for xmldiff by Markus Mohrhard · 14 years ago
  71. 5811489 add xml diff with tolerance # Changes to be committed: by Markus Mohrhard · 14 years ago
  72. 1a56bf9 add test for XTextContent by Markus Mohrhard · 14 years ago
  73. a3b8ddf add test case for xtextfield by Markus Mohrhard · 14 years ago
  74. 1b66253 fix true->sal_False introduced in 6a018de by Luboš Luňák · 14 years ago
  75. 5e66f8e Revert "it seems tests runtime-depend on ucpchelp1 too" by Luboš Luňák · 14 years ago
  76. 1b62ccd it seems tests runtime-depend on ucpchelp1 too by Luboš Luňák · 14 years ago
  77. 6a018de WaE: MSVC2008 C2220 unsafe mix of types in operation by Caolán McNamara · 14 years ago
  78. a48195f transferring java XPrintAreas to c++ by Artur Dorda · 14 years ago
  79. 8d7e8a0 setup/teardown default component context once before/after all tests by Caolán McNamara · 14 years ago
  80. 43aabb9 partially revert the editeng singleton stuff to get build to complete by Caolán McNamara · 14 years ago
  81. 5b14929 Handle the correct deletion order of EditDLL in the base class. by Kohei Yoshida · 14 years ago
  82. 4c50f23 LinkTarget.mk: remove gb_LinkTarget_add_package_headers by Michael Stahl · 14 years ago
  83. c923f7d gbuild: "use" vs. "add": by Michael Stahl · 14 years ago
  84. d6bc02f Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator by Szabolcs Dezsi · 14 years ago
  85. 2a11719 chmod -x by Tor Lillqvist · 14 years ago
  86. fc95d20 adjust test for the correct dbdata import by Markus Mohrhard · 14 years ago
  87. 6e67c03 Enable -Wnon-virtual-dtor for GCC 4.6 by Stephan Bergmann · 14 years ago
  88. a5c891f add test case for XSpreadsheetDocument by Markus Mohrhard · 14 years ago
  89. f87e486 WaE: C4265: class has virtual functions, but destructor is not virtual by Caolán McNamara · 14 years ago
  90. 1c7c2c0 test: remove, now redundant dummy dialog.xlc / script.xlc by Michael Meeks · 14 years ago
  91. e7031fb WaE: add virtual dtor by Caolán McNamara · 14 years ago
  92. 92009ab add testRefresh to XDatabaseRange by Markus Mohrhard · 14 years ago
  93. e521ac1 this test uses ScNamedRangeObj.ods too by Markus Mohrhard · 14 years ago
  94. cdf0c78 fix copy&paste error by Markus Mohrhard · 14 years ago
  95. 7e14aa7 complete the XDataPilotTable2 tests by Markus Mohrhard · 14 years ago
  96. 903a19b add test for XCellRangeReferrer by Markus Mohrhard · 14 years ago
  97. 4e1e72d add test code for XCellRangeData by Markus Mohrhard · 14 years ago
  98. a5661d7 add two more test cases to XDatabaseRange by Markus Mohrhard · 14 years ago
  99. 976cc23 WaE: class has virtual functions, but destructor is not virtual by Tor Lillqvist · 14 years ago
  100. 21b3a9a fix errors with assertion macros by Markus Mohrhard · 14 years ago