Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-17 | merge the 5 ConstAsciiString duplicate classes together | Caolán McNamara | |
a) merge them together and move it into comphelper b) turn it into a POD rather than having vast amounts of destructors registered into the cxa_atexit chain Change-Id: I04d3b9d7804f8e233013c916df9d617a0f84f96a | |||
2012-05-16 | remove unneeded include of boost/bind.hpp | Caolán McNamara | |
Change-Id: I5a254459a491b9547530d8e312260dceed21f25c | |||
2012-05-15 | convert GetUndoActionComment family to rtl::OUString | Caolán McNamara | |
Change-Id: I36ccf62ee2e2769bcf1aef6d26d96bce6c7078f0 | |||
2012-05-14 | removed unused static rtl::OUString | Takeshi Abe | |
Change-Id: I5a097beaaeb30214ed6071bba1297e551291922b | |||
2012-05-14 | convert GetComment family to rtl::OUString | Caolán McNamara | |
Change-Id: I563ab83a24ca4f839892548b350486e83dd071d3 | |||
2012-05-13 | removed unused defines | Takeshi Abe | |
Change-Id: Ida50737f540459bd0e709c49414c3a7f4d042a47 | |||
2012-05-10 | WaE: msvc2008 C4928 copy-ctor confusion | Caolán McNamara | |
Change-Id: Id086aedc27977b4ca81299a00a340a65284118b8 | |||
2012-05-10 | Bin a few lines of apparently leftover temporary debugging code | Tor Lillqvist | |
Change-Id: Idc543cc7f45c3dbaf3a49c8edeaaa0b5f59492ac | |||
2012-05-10 | -Wself-assign | Luboš Luňák | |
Change-Id: I89e93fdd9e89d37230321d52efe6d2ff91c60767 | |||
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-11 | String::CreateFromInt32->rtl::OUString::valueOf | Caolán McNamara | |
2012-04-09 | add package deps for resources | David Tardon | |
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi | |
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-03 | Cleanup some unnecessary #include | Matteo Casalin | |
2012-04-02 | remove static objects from static_initialization_and_destruction chain | Caolán McNamara | |
2012-03-26 | ditch some UniStrings and intermediate temporaries | Caolán McNamara | |
2012-03-22 | restructure the code a bit more | Markus Mohrhard | |
2012-03-22 | prevent call to virtual method in destructor, fdo#47589 | Markus Mohrhard | |
2012-03-22 | Make sure one base class does not use another one after destruction | Markus Mohrhard | |
see 706ac4779de1870cf0d922f1cc3f6d4470392403 and fdo#47589 | |||
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-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | |
2012-03-08 | these Links either shouldn't be links, or shouldn't exist | Caolán McNamara | |
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. | |||
2012-02-21 | fdo#44611 writer: paragraph background color picker with split button | Winfried Donkers | |
2012-02-21 | Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) | Takeshi Abe | |
to equalsIgnoreAsciiCaseAscii("...") | |||
2012-02-20 | gb_JunitTest_JunitTest takes only one argument | Stephan Bergmann | |
2012-02-18 | Fix typos in comments | Elton Chung | |
2012-02-17 | Remove unnecessary header files | Matteo Casalin | |
2012-02-10 | fdo#39491 remove nonexistent include paths | Matúš Kukan | |
2012-02-10 | fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC | Matúš Kukan | |
2012-02-10 | Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...) | Takeshi Abe | |
2012-02-08 | Added READMEs for modules used by LibO Base and LibO Calc. | Josh Heidenreich | |
2012-02-06 | Attempt to disable database connectivity for iOS for now | Tor Lillqvist | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-01-30 | Do not forward declare Splitter or include its header file if unneeded | Matteo Casalin | |
2012-01-23 | add the "Send Feedback..." help menu item | Ivan Timofeev | |
2012-01-13 | these OnInvalidateClipboard don't have to be LINKs | Caolán McNamara | |
2012-01-11 | fix prefix of command line switches (-- instead of -) | Andras Timar | |
2012-01-06 | Removed unnecessary tools/debug.hxx includes. | Marcel Metz | |
2012-01-06 | Merge branch 'feature/gbuild_extensions' | Michael Stahl | |
Conflicts: extensions/source/ole/servreg.cxx extensions/source/plugin/util/makefile.mk postprocess/packcomponents/makefile.mk postprocess/prj/build.lst tail_build/prj/build.lst | |||
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
Hello lo-devs, this patch series removes a lot of unnecessary includes for the various tools header. The patches without suffix should be applied to the core repository, the .binfilter.patch suffix should be applied to the binfilter repository. I've tested the build with the configuration --enable-binfilter --enable-dbgutil --enable-debug, is this sufficient or did I miss another important configuration, that enables some conditional compiled code? I've only build this on linux-x86_64, but the patch also touches some of the mac specific code like fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good idea to test this patch. regards Marcel Metz | |||
2012-01-04 | Fix for fdo43460 Part XXVIII getLength() to isEmpty() | Olivier Hallot | |
2012-01-04 | fix dep to svx/globlmn.hrc inside of tail_build | Norbert Thiebaud | |
2011-12-24 | Merge remote-tracking branch 'origin/master' into feature/gbuild_extensions | Peter Foley | |
Conflicts: Module_tail_build.mk Repository.mk extensions/util/makefile.pmk postprocess/prj/build.lst svx/AllLangResTarget_svx.mk |