Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | 6 | -14/+14 | |
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-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | 4 | -4/+4 | |
2012-02-08 | Added READMEs for modules which used to be in components | Josh Heidenreich | 1 | -0/+1 | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | 1 | -35/+2 | |
2012-01-26 | Code cleanup: ( () ) replaced by (()) | Alexander Bergmann | 1 | -1/+1 | |
2012-01-10 | simplify LocalFileHelper::ConvertURLToPhysicalName | Caolán McNamara | 1 | -4/+4 | |
2012-01-09 | simplify CharClass | Caolán McNamara | 2 | -9/+9 | |
multiple variants of toUpper (etc) some that take a non-const OUString or String and modify it some that take a const OUString or String and return a new one some that take part of a const OUString or String and return a new one | |||||
2012-01-06 | Removed unnecessary tools/debug.hxx includes. | Marcel Metz | 1 | -1/+0 | |
2012-01-05 | Fix for fdo43460 Part XXII getLength() to isEmpty() | Gustavo Buzzatti Pacheco | 3 | -4/+4 | |
Part XXII modules jvmfwk, l10ntools, lingucomponent | |||||
2011-12-21 | make this Makefile the same as all the others | Caolán McNamara | 1 | -1/+2 | |
so that make inside an source ./Env.Host.sh environment works the same as make outside that env | |||||
2011-12-21 | msvc2008 hunspell linked to icuuc | Caolán McNamara | 1 | -0/+1 | |
2011-12-16 | lingucomponent: MacOSX: use gb_Library_add_objcxxobjects | Michael Stahl | 3 | -5/+1 | |
2011-12-14 | Revert "we have gb_Library_add_objcxxobjects for this" | Matúš Kukan | 1 | -1/+5 | |
This reverts commit cd105c5ad2dc7176837a570e6507bd2ca0cd357f. We can't use gb_Library_add_objcxxobjects here because gb_ObjCxxObject_get_source has .mm suffix | |||||
2011-12-14 | we have gb_Library_add_objcxxobjects for this | Matúš Kukan | 1 | -5/+1 | |
2011-12-13 | try to fix building lingucomponent on Mac | Matúš Kukan | 1 | -0/+4 | |
2011-12-13 | convert lingucomponent to gbuild | Matúš Kukan | 21 | -640/+465 | |
2011-12-13 | GUI is also UNX for Mac, to check for Mac use either OS→MACOSX or ↵ | Christian Lohmaier | 1 | -3/+3 | |
GUIBASE→aqua | |||||
2011-12-06 | Removed unnessecary tools/table.hxx includes | Marcel Metz | 4 | -5/+0 | |
2011-12-01 | fdo#41474: remove setCharAt and charAt from O[U]StringBuffer | August Sodora | 1 | -6/+6 | |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | 2 | -64/+0 | |
2011-11-27 | remove include of pch header from lingucomponent | Norbert Thiebaud | 16 | -30/+0 | |
2011-11-27 | remove PCH support in dmake-module | Norbert Thiebaud | 1 | -8/+0 | |
2011-11-26 | Remove some uses of OUString::setCharAt | August Sodora | 2 | -12/+12 | |
2011-11-24 | ditch dbg_dump | Caolán McNamara | 1 | -31/+0 | |
2011-11-15 | fdo#42865: libexttextcat,lingucomponent: no mapfile | Michael Stahl | 1 | -3/+2 | |
In order to not have the offending local _ZNSs4_Rep20_S_empty_rep_storageE symbol in libguesslanglo.so, build both it and libexttextcat with hidden visibility. | |||||
2011-11-14 | Removed comphelper -> unotools processfactory.hxx duplication. | Stephan Bergmann | 6 | -7/+4 | |
2011-10-24 | Use NSString in template specification instead of objc_object | Kristian Rietveld | 1 | -1/+1 | |
2011-10-07 | cppcheck reduce scope of lingucomponent/...sspellimp.cxx | Pierre-André Jacquod | 1 | -2/+1 | |
2011-10-07 | cppcheck reduce scope in linguacomponent/...sspellimp.cxx | Pierre-André Jacquod | 1 | -5/+3 | |
2011-10-05 | Fix MinGW build. | Jan Holesovsky | 1 | -1/+5 | |
2011-10-04 | libtextcat -> libexttextcat in #include's | Rene Engelhard | 3 | -7/+7 | |
2011-10-04 | update LIBTEXTCATLIB | Rene Engelhard | 1 | -2/+6 | |
2011-10-04 | update to libexttextcat 3.1.1 | Rene Engelhard | 1 | -1/+1 | |
2011-09-29 | Resolves: fdo#41083 honour minimum word hyphenation length | Caolán McNamara | 1 | -20/+18 | |
2011-09-29 | bump to libexttextcat 3.1.0, enable previously broken languages | Caolán McNamara | 1 | -6/+10 | |
2011-09-28 | text can be const now | Caolán McNamara | 2 | -4/+1 | |
2011-09-27 | decast this a bit | Caolán McNamara | 1 | -23/+25 | |
2011-09-27 | why call twice, we've already got the result | Caolán McNamara | 1 | -1/+1 | |
2011-09-27 | constify some of this | Caolán McNamara | 4 | -15/+14 | |
2011-09-27 | fix mangled indent | Caolán McNamara | 1 | -20/+20 | |
2011-09-23 | bump to libexttextcat | Caolán McNamara | 1 | -1/+1 | |
As an aside we can always use the configuration and data files belonging to the system version now in --with-system-libexttextcat mode, so need for the --data option. | |||||
2011-08-03 | fix this leak again post-merge | Caolán McNamara | 3 | -8/+32 | |
2011-07-28 | Merge commit 'libreoffice-3.4.2.3' | Jan Holesovsky | 1 | -1/+1 | |
2011-07-21 | resyncing to master | Bjoern Michaelsen | 8 | -33/+0 | |
2011-07-12 | Remove component_getImplementationEnvironment | Matus Kukan | 8 | -33/+0 | |
2011-07-11 | fix wrong capitalization in case of non-standard hyphenation | Laszlo Nemeth | 1 | -1/+1 | |
Signed-off-by: Andras Timar <atimar@suse.com> | |||||
2011-06-20 | gnumake4: fix lingucompoment buildbreaker | Bjoern Michaelsen | 1 | -4/+0 | |
2011-06-19 | Merge branch 'master' into feature/gnumake4 | Bjoern Michaelsen | 31 | -207/+184 | |
Conflicts: lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx lingucomponent/source/spellcheck/spell/sspellimp.cxx setup_native/prj/build.lst setup_native/prj/d.lst wizards/Jar_query.mk wizards/Module_wizards.mk wizards/Zip_launcher.mk wizards/com/sun/star/wizards/report/makefile.mk wizards/prj/build.lst wizards/prj/d.lst wizards/util/target.pmk | |||||
2011-06-16 | CWS gnumake4: convert linguistic to new build system | Mathias Bauer | 6 | -41/+29 | |
2011-06-03 | Drop %_EXT% which was always empty | Tor Lillqvist | 1 | -53/+53 | |