Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-10 | Various more l10ntools clean up | Stephan Bergmann | |
"localize" is now directly a C++ program w/o wrapper script. Also, its command line has changed slightly, taking the source root as explicit argument (instead of implicitly as cwd). | |||
2012-02-09 | gsicheck now only depends on sal | Stephan Bergmann | |
2012-02-09 | convert system path to url | Caolán McNamara | |
otherwise seg faults in building nlpsolver | |||
2012-02-08 | New file was missing from previous commit | Stephan Bergmann | |
2012-02-08 | Various more l10ntools clean up | Stephan Bergmann | |
2012-02-08 | Freed l10ntools from tools/stream.hxx | Stephan Bergmann | |
Removed completely cases of convoluted code to remove UTF-8 BOM from files or translate line endings. Hopefully none of this was actually necessary (on Windows?). | |||
2012-02-08 | update unused list | Caolán McNamara | |
2012-02-07 | Freed l10ntools from tools/string; Windows redux | Stephan Bergmann | |
2012-02-07 | Freed l10ntools from tools/string | Stephan Bergmann | |
2012-02-06 | Reduced duplicate code (simian) / l10ntools | Christina Rossmanith | |
2012-02-06 | Single-line bugfix in l10n tools to fix compile on GCC 4.4.3 (Ubuntu) | Josh Heidenreich | |
2012-02-02 | Reduced tools/string usage further | Stephan Bergmann | |
2012-02-02 | Reduced tools/string usage | Stephan Bergmann | |
plus some preliminary cfgex clean up. | |||
2012-02-01 | tweak help text of gsicheck tool | Andras Timar | |
2012-02-01 | remove this KeyID check from gsicheck, unused | Andras Timar | |
2012-02-01 | remove support of obsolete ($$) delimited GSI file format | Andras Timar | |
2012-02-01 | A few safe replacements of pathes->paths | Jesús Corrius | |
2012-01-31 | ByteString->rtl::OString | Caolán McNamara | |
2012-01-30 | ByteString->rtl::OString | Caolán McNamara | |
2012-01-30 | unused test string | Caolán McNamara | |
2012-01-27 | ByteString->rtl::OString | Caolán McNamara | |
2012-01-26 | convert vectors to OString | Caolán McNamara | |
2012-01-26 | convert maps and sets to OString | Caolán McNamara | |
2012-01-26 | ByteString->rtl::OString | Caolán McNamara | |
2012-01-25 | refresh unused code list | Caolán McNamara | |
2012-01-23 | ByteString->rtl::OString | Caolán McNamara | |
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-12 | fix build error in l10ntools | Loiseleur Michel | |
On gcc-4.4.3, it fixes this error : l10ntools/source/helpex.cxx:82: error: parameter may not have variably modified type 'rtl::OString [(((long unsigned int)(((long int)i) + -0x00000000000000001)) + 1)]' | |||
2012-01-12 | close opened file | David Tardon | |
2012-01-12 | fix writing of strings from the first module | David Tardon | |
2012-01-12 | Revert "fast_merge: fix mis-merge of first module's strings" | David Tardon | |
This is not enough, because the file is still wrong. This reverts commit 47a8454f5f76030203ce6458cf63d4348bdacffe. | |||
2012-01-09 | advertise license in help output | Marcel Metz | |
2012-01-06 | remove a printf | Andras Timar | |
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-05 | Fix for fdo43460 Part XXII getLength() to isEmpty() | Gustavo Buzzatti Pacheco | |
Part XXII modules jvmfwk, l10ntools, lingucomponent | |||
2012-01-05 | add a comphelper::string::getTokenCount | Caolán McNamara | |
suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test | |||
2012-01-04 | help compiler: less verbose output to console | Andras Timar | |
2012-01-03 | use '_' instead of '-' in file names of .properties files | Andras Timar | |
2012-01-02 | fix KeyID generation for a corner case | Andras Timar | |
2011-12-23 | reduce noise from FCFGMerge tool | Marcel Metz | |
2011-12-21 | rtl::OString::copy with count too large raises assert. | Stephan Bergmann | |
2011-12-21 | This just can't be right, WriteByteString writes a pascal-style string | Caolán McNamara | |
WriteLine just writes a line of text, WriteByteString writes a 16bit length of following content. It can't make sense to suddenly stick a pascal-style string in at the end of a file that's otherwise plain text. original git id that introduced the use of WriteByteString here was ea76474a back in 2002 Perhaps this worked because partial strings never ended up as trailing content, so only ever had an empty string as the final partial string, so a 0x0000 got appended, as opposed to a newline, so it appeared to do the right thing. | |||
2011-12-20 | ByteString->rtl::OString | Caolán McNamara | |
2011-12-19 | add propex.bat, so propex Perl script can run under Win32 | Andras Timar | |
2011-12-15 | propmerge tool to merge strings back to localized .properties files | Andras Timar | |
2011-12-13 | this line doesn't do anything | Caolán McNamara | |
2011-12-13 | ByteString->rtl::OString | Caolán McNamara | |
2011-12-13 | introducing propex tool for string extranction from .properties files | Andras Timar | |
2011-12-13 | exclude wntgcc* directories from searching for translatable files | Andras Timar | |