Age | Commit message (Expand) | Author |
2014-10-24 | coverity#1242422 Unchecked dynamic_cast | Caolán McNamara |
2014-07-10 | cosmetic 'en-passant'.... | Norbert Thiebaud |
2014-07-10 | coverity#1224979 Missing break in switch | Caolán McNamara |
2014-07-10 | coverity#1224980 Missing break in switch | Caolán McNamara |
2014-07-07 | fix build error 'strlen' is not a member of 'std' locally | Douglas Mencken |
2014-06-27 | tweak assert so comment appears in abort message | Caolán McNamara |
2014-05-23 | Remove circular references between unoidl::Manager and its providers | Stephan Bergmann |
2014-05-23 | Combine unoidl::loadProvider and unoidl::Manager::addProvider | Stephan Bergmann |
2014-04-29 | coverity#1210179 Uninitialized pointer field | Caolán McNamara |
2014-04-11 | unoidl-check: Also check for invalid UNOIDL identifiers | Stephan Bergmann |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-03-18 | Find places where OUString and OString are passed by value. | Noel Grandin |
2014-02-24 | Yet another one undefined comparison of 'const' and a 'non-const' iterators | Douglas Mencken |
2014-02-18 | tests belong to check target | Bjoern Michaelsen |
2014-01-08 | OK to add optional bases to published old-style services | Stephan Bergmann |
2013-12-20 | typo fixes | Andras Timar |
2013-11-27 | Silence false "may be used uninitialized" warnings | Stephan Bergmann |
2013-11-26 | Fix unoidl sourceprovider old-style service duplicate member checks | Stephan Bergmann |
2013-11-26 | Remove outdated TODO (@deprecated annotation are handled fine) | Stephan Bergmann |
2013-11-26 | Duplicate base checking code already covers check for opt base != XInterface | Stephan Bergmann |
2013-11-25 | Fix unoidl sourceprovider interface base and member checks | Stephan Bergmann |
2013-11-22 | Fix unoidl sourceprovider polystruct argument checks | Stephan Bergmann |
2013-11-22 | Fix unoidl sourceprovider typedef check | Stephan Bergmann |
2013-11-22 | Fix unoidl sourceprovider recursive struct/exception member check | Stephan Bergmann |
2013-11-22 | Fix unoidl sourceprovider "published" checks | Stephan Bergmann |
2013-11-05 | fixincludeguards.sh: uno* | Thomas Arnhold |
2013-10-24 | fdo#67725 unoidl::AggregatingCursor must wrap modules for aggregation, too | Stephan Bergmann |
2013-10-15 | Allow starts-/endsWith* to also return the rest of the matched string | Stephan Bergmann |
2013-10-10 | Silence some false Covertiy scan warnings about uninitialized members | Stephan Bergmann |
2013-10-10 | Make changes of interface method parameter names a hard failure | Stephan Bergmann |
2013-09-20 | keep C++03 compilers happy | Stephan Bergmann |
2013-09-20 | Reject "too similar" service constructors | Stephan Bergmann |
2013-09-20 | Certain UNOIDL typedefs are forbidden for historic reasons | Stephan Bergmann |
2013-09-19 | Directly build UNOIDL .rdb files from .idl files | Stephan Bergmann |
2013-09-19 | Update unoidl/README | Stephan Bergmann |
2013-09-19 | Fix indentation | Stephan Bergmann |
2013-09-19 | -Werror,-Wunused-parameter | Stephan Bergmann |
2013-09-19 | Prevent conflicts on case-preserving file systems | Stephan Bergmann |
2013-09-19 | Handle special case -(2^63) correctly | Stephan Bergmann |
2013-09-19 | typo | Stephan Bergmann |
2013-09-18 | New unoidl-check tool to replace regcompare | Stephan Bergmann |
2013-09-18 | Unpublished optional bases of published interfaces complicate things | Stephan Bergmann |
2013-09-18 | Some fixes of the generated .idl output | Stephan Bergmann |
2013-09-18 | -Wshadow | Stephan Bergmann |
2013-09-18 | Executable_unoidl-read needed only for DESKTOP platforms | Tor Lillqvist |
2013-09-17 | Missing include | Stephan Bergmann |
2013-09-17 | Clean up includes | Stephan Bergmann |
2013-09-17 | && vs. & typos | Stephan Bergmann |
2013-09-17 | New unoidl-read tool to translate registries into readable .idl files | Stephan Bergmann |
2013-09-17 | Fix usage message | Stephan Bergmann |