Age | Commit message (Expand) | Author |
2014-08-20 | remove more unnecessary constructor declarations | Noel Grandin |
2014-08-20 | java: don't catch and then just rethrow an exception | Noel Grandin |
2014-08-19 | java: use 'Byte.valueOf' instead of 'new Byte' | Noel Grandin |
2014-08-19 | java: use 'Short.valueOf' instead of 'new Short' | Noel Grandin |
2014-08-19 | java: use 'Long.valueOf' instead of 'new Long' | Noel Grandin |
2014-08-19 | java: use 'Integer.valueOf' instead of 'new Integer' | Noel Grandin |
2014-08-19 | java: use Boolean.valueOf instead of instantiating Boolean objects | Noel Grandin |
2014-08-14 | java: remove commented out code | Noel Grandin |
2014-08-12 | java: add @Override annotation to overriding methods | Noel Grandin |
2014-08-08 | java: use an empty block rather than an empty statement | Noel Grandin |
2014-08-08 | java: remove unused variables | Noel Grandin |
2014-08-05 | java: remove commented out code | Noel Grandin |
2014-06-05 | various: remove SAL_THROW macro | Noel Grandin |
2014-05-23 | remove boilerplate in UNO Exception constructor calls | Noel Grandin |
2014-05-15 | Resolves fdo#70681: fixincludeguards.pl: all that's left | Thomas Arnhold |
2014-05-08 | various: sal_Bool->bool | Noel Grandin |
2014-04-28 | prefer makefile-gmake-mode | Takeshi Abe |
2014-04-09 | Clean up function declarations | Stephan Bergmann |
2014-04-03 | remove unnecessary scope qualifier from sal_Bool uses | Noel Grandin |
2014-03-29 | typo: inteface -> interface | Thomas Arnhold |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-03-10 | testtools: simplify deprecated XTypeProvider.getImplementationId | Stephan Bergmann |
2014-02-27 | normalize values of CROSS_COMPILING | Michael Stahl |
2014-02-27 | Remove visual noise from testtools | Alexander Wilms |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
2014-02-23 | Remove unneccessary comments | Alexander Wilms |
2014-02-10 | Typo: execption -> exception | Julien Nabet |
2014-02-04 | gbuild: component files for Jars in NONE layer and move testComponent | Michael Stahl |
2014-01-28 | bool improvements | Stephan Bergmann |
2013-12-17 | Adapt all (non-extension, SharedLibrary) .components to environment="..." | Stephan Bergmann |
2013-12-16 | Clean-up uno/lbnames.h | Stephan Bergmann |
2013-12-04 | Revert "throw new ..." fix in Managed C++ code | Stephan Bergmann |
2013-11-20 | remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii calls | Noel Grandin |
2013-11-19 | -Werror,-Wunused-variable | Stephan Bergmann |
2013-11-19 | remove most use of RTL_CONSTASCII_USTRINGPARAM macro | Noel Grandin |
2013-11-14 | -Werror,-Wunused-member-function | Stephan Bergmann |
2013-11-11 | convert OUString compareToAscii == 0 to equalsAscii | Noel Grandin |
2013-11-11 | convert OUString 0==compareToAscii to equalsAscii | Noel Grandin |
2013-10-31 | solver doesn't solve anything... | Michael Stahl |
2013-10-31 | Convert indexOf->startsWith and lastIndexOf->endsWith | Noel Grandin |
2013-10-28 | gbuild: refactor CliUnoApi | Michael Stahl |
2013-10-25 | stop looking for Jar files in solver | Michael Stahl |
2013-10-22 | fdo#54938: Adapt supportsService implementations.. | Marcos Paulo de Souza |
2013-09-22 | add mode lines to new files (and idls) since last run | Caolán McNamara |
2013-09-22 | gbuild: remove libraries from OUTDIR and WORKDIR | Michael Stahl |
2013-09-19 | Directly build UNOIDL .rdb files from .idl files | Stephan Bergmann |
2013-09-18 | There are two distinct InternalUnoApis in testtools | Stephan Bergmann |
2013-09-10 | gbuild: use xml .rdb files directly from workdir | Matúš Kukan |
2013-08-29 | Fix testtools/CustomTarget_bridgetest.mk scripts for Mac OS X | Stephan Bergmann |
2013-08-27 | The testtools component libs are layer NONE, not URELIB | Stephan Bergmann |