Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-25 | fdo#48957 added Erzya [myv-RU] locale data | Eike Rathke | |
Locale data contributed by <rueter.jack@gmail.com> using http://www.it46.se/localegen/ | |||
2012-04-24 | it's Erzya, not Eryza | Eike Rathke | |
2012-04-19 | remove static objects from static_initialization_and_destruction chain | Caolán McNamara | |
2012-04-19 | Simplify TransliterationImpl::loadBody | Stephan Bergmann | |
its not evident to me why the original code needed to be so complicated. | |||
2012-04-19 | fdo#48917 added Eryza [myv-RU] and Meadow Mari [mhr-RU] to language list | Eike Rathke | |
2012-04-19 | Correctly pass implementation name to cppu::createSingleFactory | Stephan Bergmann | |
...this has been hidden by OServiceManager::createContentEnumeration wrapping its return values in fresh XServiceInfo instances that report the right getImplementationName() anyway. But other service manager implementations would cause code like TransliterationImpl::loadBody (which iterates over createContentEnumeration() output, checking for a specific getImplementationName()) to fail. | |||
2012-04-19 | Improved error reporting | Stephan Bergmann | |
2012-04-18 | Add the genstaticheader.pl script | Tor Lillqvist | |
2012-04-18 | Use static linking when DISABLE_DYNLOADING (iOS) | Tor Lillqvist | |
2012-04-14 | i18npool: use URLs for type database in localedata build | Michael Meeks | |
2012-04-13 | setup/teardown default component context once before/after all tests | Caolán McNamara | |
avoids the problems of dangling uno singletons invalidated after the first dispose and the chain of other singletons that don't expect to need to re-initialize, etc. reenable editeng cppunit test inherit i18npool cppunit test from unotest base drop LibreOfficeProtector, do "throwable" work in setUp/tearDown not in ctors/dtors | |||
2012-04-12 | move dependency on localedata_en to i18npool | Matúš Kukan | |
2012-04-12 | Resolves: fdo#40292 Tamil grapheme cluster rules | Caolán McNamara | |
2012-04-09 | use gb_Helper_make_url here | Matúš Kukan | |
2012-04-09 | enforce only one possible use of gb_CustomTarget | Matúš Kukan | |
This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed | |||
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 | clean up | 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/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-04 | fdo#48111 added English_Malawi [en-MW] locale data | Eike Rathke | |
2012-04-03 | only as of ICU 4.9 RBBI the Prepend property is empty | Eike Rathke | |
This reverts 0c08a84c04b166ab6479716e2c33cd444d7e3dbe and instead strips the Prepend variable during build time. | |||
2012-04-02 | Make ICU build with icu-49 by removing no-longer used variables. | Arfrever Frehtes Taifersar Arahesis | |
Signed-off-by: Tomas Chvatal <tchvatal@suse.cz> | |||
2012-04-02 | don't use string literals with embedded \0's | Luboš Luňák | |
Followup to 791f27683311e487947b0464a0cb132b19fd0e12. | |||
2012-03-30 | removed duplicate includes in filter / i18npool / sdext | Takeshi Abe | |
2012-03-25 | fix windows build, properly set LO_LIB_DIR | Matúš Kukan | |
2012-03-24 | i18npool: use CustomTarget_*.mk makefiles | Matúš Kukan | |
Also done lot of simplification and modernization. | |||
2012-03-23 | .txt files don't need executable bits | Michael Stahl | |
2012-03-18 | resolved fdo#46947 duplicated date format [zh-TW] | Cheng-Chia Tseng | |
Use GG era abbreviation in one format instead of full GGG. | |||
2012-03-10 | gbuild: remove some more realpaths | Matúš Kukan | |
Where necessary, replace with wildcard, what does not change path. | |||
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | |
2012-03-08 | fold i18npaper into i18nutil | Caolán McNamara | |
It's too small to justify standalone existence. We can accumulate i18n things we link to directly into i18nutil and rework i18npool uno implementions in terms of thin wrappers over i18nutil and prefer linking to i18nutil internally and leave the uno forwarders for use by external components and scripting | |||
2012-03-08 | de-uno-ize ScriptTypeDetector | Caolán McNamara | |
leave a UnoScriptTypeDetector implementation that points to the trivial ScriptTypeDetector for external consumers, e.g. sdext | |||
2012-03-08 | OUString::createFromAscii -> new style | Caolán McNamara | |
2012-02-28 | fdo#46411 added [pjt-AU] Pitjantjatjara locale data | Eike Rathke | |
2012-02-23 | fdo#46411 added [pjt-AU] Pitjantjatjara to language list | Eike Rathke | |
2012-02-17 | resolved rhbz#794679 use proper Indian Rupee currency symbol U+20B9 | Eike Rathke | |
2012-02-16 | Use the same simple lo_main() on iOS as on Android | Tor Lillqvist | |
Let's do the iOS specific stuff in separate main() source file(s). Don't attempt to build complete iOS programs using normal LibreOffice mechanisms, it will work for only the very lowest level unit tests anyway, because of static linking and the circularish UNO/URE/bootstrap/whatnot (run-time) dependencies between different parts of the code. We thus can't build the various iOS-specific *_cppunittester_all unit test executables any more. Corresponding unit tests (and more complex ones) for iOS will have to be done in a different way. | |||
2012-02-14 | changed [et-EE] single quotation marks to be such | Eike Rathke | |
2012-02-14 | added [fr-CH] date acceptance patterns "D/M" and "D.M." | Eike Rathke | |
2012-02-14 | use icu's breakiterator for Thai, not our customized generic rules | Caolán McNamara | |
2012-02-14 | add northern-thai example | Caolán McNamara | |
2012-02-14 | add a unit test to demo broken thai word-boundary detection | Caolán McNamara | |