Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-14 | rename common* static libs to codemaker_* for clarity + dmake cleanup | Norbert Thiebaud | |
2012-04-14 | gbuild conversion: codemaker module | David Ostrovsky | |
2012-04-14 | replace APP?RPATH SDK by SDKBIN in old build system | David Tardon | |
Commit 0c80ad06fd96a4fec062a7edfff12bb65ef204b4 broke MacOS X builds because of this discrepancy. It would be easy to accept both, but I think it is better to be consistent with gbuild. | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
2012-03-29 | UNO BYTE is signed | Stephan Bergmann | |
This is hopefully a better fix for c589fa17b8f3e6ded0d1e04120781eb5d6735bc7 "Dalvik enforces byte constants being in range (-128..127)." | |||
2012-03-28 | Dalvik enforces byte constants being in range (-128..127) | Tor Lillqvist | |
2012-03-21 | idlc/README: correct nonsense added in 534b3a9b2e | Michael Stahl | |
2012-03-14 | Enable -Wnon-virtual-dtor for GCC 4.6 | Stephan Bergmann | |
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed. | |||
2012-03-06 | remove misc. unused code | Michael Meeks | |
2012-02-16 | Reduce verbiage slightly | Tor Lillqvist | |
2012-02-06 | Added READMEs for modules related to URE, with content from the wiki | Josh Heidenreich | |
2012-01-26 | Code cleanup: ( () ) replaced by (()) | Alexander Bergmann | |
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann | |
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers. | |||
2012-01-03 | Leak comprehensive type descriptions to avoid problems at exit. | Stephan Bergmann | |
2012-01-02 | tabs -> spaces | Stephan Bergmann | |
2012-01-02 | Temporary hack around cppu_detail_getCppuType variants violating ODR. | Stephan Bergmann | |
Which causes cppuhelper to pick wrong variant from other library, now that its own symbols are no longer reduced to private on Mac OS X. As a temporary hack, emit cppu_detail_getCppuType for the relevant types always as fully comprehensive; should be revisited when improving types.rdb format (routinely generating C++ information for certain UNO types into a dedicated library?). Requires a fix to xmlreader and a fix to forms that looks like a Mac OS X GCC bug. | |||
2011-12-22 | callcatcher: remove unused typeToPrefix | Caolán McNamara | |
2011-12-13 | Fix for fdo43460 Part VI getLength() to isEmpty() | Olivier Hallot | |
Part VI Module codemaker | |||
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove include of pch header in codemaker | Norbert Thiebaud | |
2011-11-27 | remove PCH support in dmake-module | Norbert Thiebaud | |
2011-11-02 | Make .hpp/.hdl more robust against accidental include of .hdl instead of .hpp. | Stephan Bergmann | |
.hdl failed to declare the inline cppu_detail_getUnoType functions defined in .hpp, which if client code only includes .hdl instead of .hpp could lead to runtime failures, now leads to compiler warnings. | |||
2011-10-18 | Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on ↵ | Stephan Bergmann | |
Linux x86_64). | |||
2011-10-07 | cppcheck scope reduction in codemake/... cpputype.cxx | Pierre-André Jacquod | |
2011-09-27 | Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). | Stephan Bergmann | |
2011-09-22 | just silence the auto_ptr deprecations in isolation | Caolán McNamara | |
2011-08-21 | Rename List -> OStringList | Joseph Powers | |
I also renamed the varable from list to stringlist. | |||
2011-07-03 | callcatcher: unused code | Caolán McNamara | |
2011-07-03 | callcatcher: unused getExtraInputFile | Caolán McNamara | |
2011-06-30 | callcatcher: unused writeU1 | Caolán McNamara | |
2011-06-18 | ause130: #i117218# change .idl handling to gnu make | Hans-Joachim Lankenau | |
2011-06-13 | No point building build-time executables for iOS | Tor Lillqvist | |
2011-06-03 | Drop %_EXT% which was always empty | Tor Lillqvist | |
2011-06-01 | Interfaces are recursive into themselves | Caolán McNamara | |
2011-06-01 | add polymorphic support | Caolán McNamara | |
2011-06-01 | use rtl_Instance for the auto-generated local statics | Caolán McNamara | |
2011-05-12 | remove stray semicolon | David Tardon | |
2011-04-18 | Remove OS/2 support. | Francois Tigeot | |
2011-03-23 | Merge commit 'ooo/DEV300_m103' | Jan Holesovsky | |
Conflicts: codemaker/source/bonobowrappermaker/corbaoptions.cxx codemaker/source/cppumaker/cppuoptions.cxx codemaker/source/cunomaker/cunooptions.cxx codemaker/source/idlmaker/idloptions.cxx codemaker/source/javamaker/javaoptions.cxx cppu/source/typelib/typelib.cxx idlc/source/options.cxx offapi/com/sun/star/util/PathSubstitution.idl offapi/drafts/com/sun/star/form/ListEntryEvent.idl offapi/drafts/com/sun/star/form/XBindableValue.idl offapi/drafts/com/sun/star/form/XListEntryListener.idl offapi/drafts/com/sun/star/form/XListEntrySink.idl offapi/drafts/com/sun/star/form/XListEntrySource.idl offapi/drafts/com/sun/star/form/XValueBinding.idl registry/tools/checksingleton.cxx registry/tools/options.hxx registry/tools/regcompare.cxx registry/tools/regmerge.cxx sal/cppunittester/cppunittester.cxx sal/osl/unx/socket.c sal/osl/w32/diagnose.c sal/prj/d.lst sal/rtl/source/alloc_fini.cxx sal/rtl/source/alloc_global.c sal/rtl/source/makefile.mk | |||
2011-03-15 | move cppumaker test to cppu | Caolán McNamara | |
2011-03-15 | fix deps for test | David Tardon | |
2011-03-15 | EasyHacks: Reanimated tests in ure/codemaker | Wilhelm Pflueger | |
2011-03-02 | Remove "using namespace ::rtl" | Julien Nabet | |
2011-02-24 | remove empty TESTSHL2LIB | Caolán McNamara | |
2011-02-24 | jsc340: i114847: fix name | Juergen Schmidt | |
2011-02-03 | move codemaker module to the boost unordered containers | Fridrich Strba | |
2011-01-29 | Remove double line spacing and correct indentation | Thomas Arnhold | |
2011-01-17 | remove unused dirs | Caolán McNamara | |
2011-01-04 | use RTL_CONSTASCII_USTRINGPARAM | Caolán McNamara | |
2011-01-04 | use RTL_CONSTASCII_USTRINGPARAM | Caolán McNamara | |