Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | |
2012-03-08 | Convert tools/table.hxx to std::map | Noel Grandin | |
Convert usage of tools/table.hxx to std::map in aPTable field of SvPersistStream class. | |||
2012-02-10 | fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC | Matúš Kukan | |
2012-02-08 | Added READMEs for modules which used to be in libs-core | Josh Heidenreich | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-01-27 | No thanks for non-desktop OSes | Tor Lillqvist | |
2012-01-27 | remove WriteSrc, WriteCxx and WriteHxx | Caolán McNamara | |
I can't see that WriteSrc, WriteCxx WriteHxx are anything other than unused archaic remnants of the past. | |||
2012-01-27 | make idl ByteString free | Caolán McNamara | |
2012-01-27 | use assert to demo equivalence | Caolán McNamara | |
2012-01-27 | ByteString->rtl::OString | Caolán McNamara | |
2012-01-26 | useless unused aPStr object | Caolán McNamara | |
2012-01-26 | AppendParserString never defined | Caolán McNamara | |
2012-01-26 | ByteString->rtl::OString | Caolán McNamara | |
2012-01-23 | make sot ByteString free | Caolán McNamara | |
2012-01-10 | Remove _SVSTDARR_STRINGSISORTDTOR | August Sodora | |
2012-01-06 | Removed unnecessary tools/debug.hxx includes. | Marcel Metz | |
2012-01-06 | make ReadUniOrByteString return a string | Caolán McNamara | |
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 | ByteString->rtl::OString[Buffer] | Caolán McNamara | |
2012-01-05 | don't inherit from ByteString | Caolán McNamara | |
2011-12-30 | Fix for fdo43460 Part XXI getLength() to isEmpty() | Olivier Hallot | |
Part XXI Modules i18npool, idl, idlc, io, javaunohelper, jvmaccess | |||
2011-12-22 | inheriting from ByteString is kind of weird | Caolán McNamara | |
2011-12-21 | tweak for pre language-defect #77 | Caolán McNamara | |
2011-12-21 | disentangle Read/WriteByteString OUString variants | Caolán McNamara | |
The ones which use a definite 8-bit encoding read/write pascal-style strings with a 16bit length prefix. The ones which use a definite 16-bit encoding read/write pascal-style UTF-16 strings with a 32bit length prefix, i.e. not ByteStrings at all The "I dunno" ones might be UTF-16 strings or 8-bit strings, depending on the charset. Rename to ReadUniOrByteString like the other similar horrors to flag this misery | |||
2011-12-21 | convert ReadByteString/WriteByteString from ByteString to OString | Caolán McNamara | |
Nobody ever used the return values anyway, so for reading just return the string and for writing the number of bytes written Doesn't need to be members, make standalone functions Rename to read_lenPrefixed_uInt8s_ToO[U]String and write_lenPrefixed_uInt8s_FromO[U]String, lengthy, but much less unambiguous, seeing as a lot of users of it don't seem to be aware that they read/write pascal-style length prefixed strings, which isn't surprising given the apparent simplicity of their original name. added a unit test | |||
2011-12-21 | needs more work first | Caolán McNamara | |
This reverts commit 92f396733ebc518bcb7a9eae2dd3169d333b82b9. | |||
2011-12-21 | bah, need to tweak for pre c++0x | Caolán McNamara | |
This reverts commit d00fc0e293852cfc019ffaffa65bee327397677b. | |||
2011-12-21 | disentangle Read/WriteByteString OUString variants | Caolán McNamara | |
The ones which use a definite 8-bit encoding read/write pascal-style strings with a 16bit length prefix. The ones which use a definite 16-bit encoding read/write pascal-style UTF-16 strings with a 32bit length prefix, i.e. not ByteStrings at all The "I dunno" ones might be UTF-16 strings or 8-bit strings, depending on the charset. Rename to ReadUniOrByteString like the other similar horrors to flag this misery | |||
2011-12-21 | convert ReadByteString/WriteByteString from ByteString to OString | Caolán McNamara | |
Nobody ever used the return values anyway, so for reading just return the string and for writing the number of bytes written Doesn't need to be members, make standalone functions Rename to read_lenPrefixed_uInt8s_ToO[U]String and write_lenPrefixed_uInt8s_FromO[U]String, lengthy, but much less unambiguous, seeing as a lot of users of it don't seem to be aware that they read/write pascal-style length prefixed strings, which isn't surprising given the apparent simplicity of their original name. added a unit test | |||
2011-12-19 | IDL_COMPILER is always defined | Caolán McNamara | |
2011-12-14 | ByteString->rtl::OString[Buffer] | Caolán McNamara | |
2011-12-13 | convert GetMangleName | Caolán McNamara | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-12-06 | ByteString->rtl::OString[Buffer] | Caolán McNamara | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-28 | is there any point to aSrcLine and "rsc" directive in idl? | Caolán McNamara | |
2011-11-28 | ByteString->rtl::OString[Buffer] | Caolán McNamara | |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove pch from the include list | Norbert Thiebaud | |
2011-11-27 | remove include of pch header from idl | Norbert Thiebaud | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |
2011-11-19 | ByteString->rtl::OString | Caolán McNamara | |
2011-11-18 | svidl: write dependencies with cygwin paths | Michael Stahl | |
2011-11-16 | UniqueIdContainer is only needed by binfilter | Caolán McNamara | |
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | |
This allow to run make in a module wihtout the need to source Env.Host.sh. | |||
2011-11-14 | ByteString->rtl::OString | Caolán McNamara | |
2011-11-08 | svidl: new parameter -fM: write GNU make dependencies | Michael Stahl | |
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | |
2011-09-27 | Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). | Stephan Bergmann | |
2011-09-21 | ByteString->rtl::OStringBuffer | Caolán McNamara | |