Age | Commit message (Expand) | Author |
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 |
2013-09-17 | Fix build with Bison 3 | Khaled Hosny |
2013-09-17 | -Werror=shadow | Julien Nabet |
2013-09-17 | WIP: additional unoidl::Provider that directly reads a single .idl file | Stephan Bergmann |
2013-09-17 | Rename SourceProvider -> SourceTreeProvider | Stephan Bergmann |
2013-09-17 | Move full file parsing logic to sourceprovider-parser.y | Stephan Bergmann |
2013-09-17 | Detect reuse of module names for other entities | Stephan Bergmann |
2013-09-16 | Clean up the unoidl Providers (no need to have them exported) | Stephan Bergmann |
2013-09-16 | Replace reg2unoidl with unoidl-write | Stephan Bergmann |
2013-09-16 | Hook SourceProvider into unoidl::loadProvider | Stephan Bergmann |
2013-09-12 | WaE: C4805: '!=' : unsafe mix of type 'bool' and type 'sal_Bool' in operation | Tor Lillqvist |