summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2012-09-24fdo#49819, fdo#54609: Do not consider timestamp differences as corruptionFridrich Štrba
MSO 2010 can produce a files with different timestamps in the central directory entry and local file header Change-Id: Ic6fc0b2fad96eb30babdd7e6ef4a0175936da4c5 Signed-off-by: Michael Meeks <michael.meeks@suse.com> Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat@free.fr> Signed-off-by: Andras Timar <atimar@suse.com>
2012-06-02count and order of receipt of properties doesn't matterCaolá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-01unwind manifest xml parser and follow tag hierarchy modelCaolán McNamara
so we validate that each tag is inside the right parent Change-Id: Ibc82aeaf6b409ef2fed7de0cd8f15c164da65e53
2012-05-31targetted prefer prefix operators reversionMichael Meeks
Change-Id: I7e1ae9622bc89b584ddbb307dac15b0ed56ae563
2012-05-30merge three base64 encoders/decoders togetherCaolán McNamara
Change-Id: Ic123c081fcf6ddcf5d61c5d5a3eab01db470014c
2012-05-28check key sizeCaolán McNamara
Change-Id: Ia909b0abb3ef84a9f0a14d42379f693ae9e70812
2012-04-29make gbuild the default assumption of build.plBjoern 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-16a tiny spelling mistakUdo Schuermann
2012-04-13sigh, need a 64bit zlib too on windows, revertingCaolán McNamara
2012-04-13gbuildize internal zlibCaolá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-08Replaced a few equal calls with ==Szabolcs Dezsi
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl
2012-04-08gbuild: "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-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-05Fix Prefer prefix ++/-- operatorsJulien Nabet
Includes too replacement < by != for comparison between current and end iterators
2012-03-30remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan
2012-02-28callcatcher: remove newly unused methods and update listCaolán McNamara
2012-02-17WaE: unused variableCaolán McNamara
2012-02-17remove dodgy header-guardsCaolán McNamara
2012-02-16drop Z_PREFIX from internal zlib, makes building clucene much easierCaolán McNamara
2012-02-15use sal crc32 and skip cast frenzyCaolán McNamara
2012-02-15these were surely meant to be Z_PREFIX not ZLIB_PREFIXCaolán McNamara
seeing as Z_PREFIX is what we set in our internal zlib and one of these was ZLIB_PREFIXB anyway
2012-02-16Use RTL_CONSTASCII_STRINGPARAM instead of bare numberTakeshi Abe
2012-02-12If we can have a few more information...Julien Nabet
2012-02-08Added READMEs for modules which used to be in componentsJosh Heidenreich
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2012-01-11fix prefix of command line switches (-- instead of -)Andras Timar
2012-01-02Fix 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-21catch exception by constant referenceTakeshi Abe
2011-12-16Better 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-16Fix 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-15Revert "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-14Align comment with code for overly zealous check in Zip fix.Thorsten Behrens
2011-12-14Fix n#653688Thorsten 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-08childs -> childrenMichael T. Whiteley
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove pch from the include listNorbert Thiebaud
2011-11-27remove include of pch header from packageNorbert Thiebaud
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-10-08add more component prefixesMatúš Kukan
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann