Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-02 | count and order of receipt of properties doesn't matter | Caolán McNamara | |
so stick imported properties into assigned slots and throw out empty ones when finished. Reuse existing ids for this between import and export. Shuffle FULLPATH to 0 as per import comment Change-Id: I516116c5327498ad043f6e2fb9bd257599ade2a2 | |||
2012-06-01 | unwind manifest xml parser and follow tag hierarchy model | Caolán McNamara | |
so we validate that each tag is inside the right parent Change-Id: Ibc82aeaf6b409ef2fed7de0cd8f15c164da65e53 | |||
2012-05-31 | targetted prefer prefix operators reversion | Michael Meeks | |
Change-Id: I7e1ae9622bc89b584ddbb307dac15b0ed56ae563 | |||
2012-05-30 | merge three base64 encoders/decoders together | Caolán McNamara | |
Change-Id: Ic123c081fcf6ddcf5d61c5d5a3eab01db470014c | |||
2012-05-28 | check key size | Caolán McNamara | |
Change-Id: Ia909b0abb3ef84a9f0a14d42379f693ae9e70812 | |||
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-16 | a tiny spelling mistak | Udo Schuermann | |
2012-04-13 | sigh, need a 64bit zlib too on windows, reverting | Caolán McNamara | |
2012-04-13 | gbuildize internal zlib | Caolán McNamara | |
and stick headers into the solver in the same hierarchy as is "standard" so we don't have to patch so much, similiarly rename to libz | |||
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi | |
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-05 | Fix Prefer prefix ++/-- operators | Julien Nabet | |
Includes too replacement < by != for comparison between current and end iterators | |||
2012-03-30 | remove static OUStrings from static_initialization_and_destruction chain | Caolán McNamara | |
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | |
2012-02-28 | callcatcher: remove newly unused methods and update list | Caolán McNamara | |
2012-02-17 | WaE: unused variable | Caolán McNamara | |
2012-02-17 | remove dodgy header-guards | Caolán McNamara | |
2012-02-16 | drop Z_PREFIX from internal zlib, makes building clucene much easier | Caolán McNamara | |
2012-02-15 | use sal crc32 and skip cast frenzy | Caolán McNamara | |
2012-02-15 | these were surely meant to be Z_PREFIX not ZLIB_PREFIX | Caolán McNamara | |
seeing as Z_PREFIX is what we set in our internal zlib and one of these was ZLIB_PREFIXB anyway | |||
2012-02-16 | Use RTL_CONSTASCII_STRINGPARAM instead of bare number | Takeshi Abe | |
2012-02-12 | If we can have a few more information... | Julien Nabet | |
2012-02-08 | Added READMEs for modules which used to be in components | Josh Heidenreich | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-01-11 | fix prefix of command line switches (-- instead of -) | Andras Timar | |
2012-01-02 | Fix for fdo43460 Part XXVI getLength() to isEmpty() | Olivier Hallot | |
Please find attached a partial fix for Easy Hack FDO43460 Part XXVI Module package | |||
2011-12-21 | catch exception by constant reference | Takeshi Abe | |
2011-12-16 | Better fix for over-zealous Zip package consistency. | Thorsten Behrens | |
Turns out our encrypted zip package code writes out mismatching compression methods in central directory and local file headers - so not only be lenient towards the apple bug (n#653688), but also ours (i.e. keep not comparing nMethod with nHow). | |||
2011-12-16 | Fix inconsistent compression method for encrypted ZIP packages. | Thorsten Behrens | |
While fixing n#653688, turned out we write method=STORED into local file headers, and method=DEFLATED into central directory structure for encrypted ODF. Damn side-effects - fixed as hopefully intended here. | |||
2011-12-15 | Revert "Fix n#653688" | Stephan Bergmann | |
This reverts commit 309f56174aca6adca879f70958892492361dac6e. It caused password-protected documents to no longer work and made sc_subsequent_filters_test's testPassword fail. | |||
2011-12-14 | Align comment with code for overly zealous check in Zip fix. | Thorsten Behrens | |
2011-12-14 | Fix n#653688 | Thorsten Behrens | |
Seems our Zip package is a bit too strict in checking archive consistency - surely writing it out correctly is good, but rejecting otherwise fine odf is not. | |||
2011-12-08 | childs -> children | Michael T. Whiteley | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
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 package | Norbert Thiebaud | |
2011-11-27 | remove pre-compiled header support in gbuild and gbuildified module | Norbert Thiebaud | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |
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-10-08 | add more component prefixes | Matúš Kukan | |
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | |
2011-09-30 | add mode-lines to .m files and last round of merged files, etc. | Caolán McNamara | |
2011-09-27 | Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). | Stephan Bergmann | |
2011-09-08 | add chaff to encrypted documents | Caolán McNamara | |