Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-30 | make ResId::toString a non-static member | Caolán McNamara | |
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb | |||
2012-04-29 | Prefix ++/-- operators for non-primitive types | Julien Nabet | |
Change-Id: I827e539c65a7463709af6425d39ccaaedaa73a8d | |||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b | |||
2012-04-27 | WaE: exception handlers used in code without unwind support | Caolán McNamara | |
Change-Id: I1efec5017927d06c519f65312ab29e2b19a6cff6 | |||
2012-04-24 | WaE: equality comparison with extraneous parentheses | Tor Lillqvist | |
2012-04-24 | WaE: using the result of an assignment as a condition without parentheses | Tor Lillqvist | |
2012-04-24 | WaE: use of logical '&&' with constant operand | Tor Lillqvist | |
2012-04-23 | Bug 42982 Patch - copytablewizard.cxx | Abeer Sethi | |
2012-04-21 | Replace css macro with namespace for nicer namespacing | Thomas Arnhold | |
2012-04-16 | mingw: avoid weird build error and -Werror | David Tardon | |
The error message is: "'*((void*)& aValue +1)' may be used uninitialized in this function" using gcc 4.7.0 in gnu++11 mode and boost 1.48.0 . | |||
2012-04-13 | Translate German comments | Philipp Weissenbacher | |
2012-04-12 | move dependency on localedata_en to i18npool | Matúš Kukan | |
2012-04-09 | do not put things directly into $(WORKDIR) | David Tardon | |
2012-04-09 | add package deps for resources | David Tardon | |
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi | |
2012-04-08 | rename gb_CppunitTest_uses_ure | David Tardon | |
2012-04-08 | compile- and run-time use of UNO must be split | David Tardon | |
There are unit tests that do not use URE, e.g., in cppuhelper. This reverts commit 33e9f3d3d6b29545ef9df3f5334c015e15caa5c8. Conflicts: sot/CppunitTest_sot_test_sot.mk svl/CppunitTest_svl_urihelper.mk | |||
2012-04-08 | simplify use of configuration from unit tests | David Tardon | |
2012-04-08 | always use --protector for UNO tests | David Tardon | |
2012-04-08 | drop uses_ure | David Tardon | |
2012-04-08 | let use_api handle the use of type rdbs at runtime | David Tardon | |
Or is there any use case where we would need to use UNO API headers, but not require the appropriate type database at runtime? | |||
2012-04-08 | LinkTarget.mk: remove gb_LinkTarget_add_package_headers | Michael Stahl | |
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | |
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target) | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \; | |||
2012-04-05 | removed unused defines | Takeshi Abe | |
2012-04-02 | Translate German comments | Philipp Weissenbacher | |
2012-04-02 | remove static objects from static_initialization_and_destruction chain | Caolán McNamara | |
2012-04-02 | always pass --headless to cppunits | Luboš Luňák | |
They should not need any actual UI anyway, and most of them already pass the option manually. http://lists.freedesktop.org/archives/libreoffice/2012-March/029109.html | |||
2012-03-30 | removed duplicate includes in dbaccess | Takeshi Abe | |
2012-03-26 | ditch some UniStrings and intermediate temporaries | Caolán McNamara | |
2012-03-23 | .hrc files don't need executable bits | Michael Stahl | |
2012-03-23 | .java files don't need executable bits | Michael Stahl | |
2012-03-21 | chmod -x | Tor Lillqvist | |
2012-03-20 | remove extra string casts | Caolán McNamara | |
2012-03-20 | fdo#47560 properly separate each new sorting column | Lionel Elie Mamane | |
2012-03-20 | fdo#47370 properly duplicate (invisible) out-of-order sort columns | Lionel Elie Mamane | |
Keep track of position of previous sorting column and use it to decide whether to duplicate invisible new sort column | |||
2012-03-16 | do not initialize a field with itself | Luboš Luňák | |
2012-03-15 | fixup: use introduced preprocessor constant instead of hardcoded constant | Lionel Elie Mamane | |
2012-03-15 | fdo#46843 look for order by clause as fifth child of select_statement | Lionel Elie Mamane | |
Since commit 33b9b857ea6cb5a6f731de68f58e532242c43d30 (dba34c: #i20306# support for window function and limit fetch first, ... added), order by is the fifth child. It was the fourth one before. | |||
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-13 | Clean up ODocumentInfoPreview | Stephan Bergmann | |
2012-03-12 | replace usage of OUString::replace*AsciiL() with string literal overloads | Luboš Luňák | |
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | |
2012-03-09 | fdo#47021: the naive join attempt leads to deadlock | Stephan Bergmann | |
...something better is required (getting rid of the solar mutex?). | |||
2012-03-05 | Sprinkle more DISABLE_SCRIPTING ifdefs | Tor Lillqvist | |
2012-03-02 | WNT-only IMPL_LINK_NOARG fixes | Stephan Bergmann | |
2012-03-01 | New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem | Stephan Bergmann | |
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem. |