summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* targetted prefer prefix operators reversionMichael Meeks2012-05-311-1/+2
| | | | Change-Id: I7e1ae9622bc89b584ddbb307dac15b0ed56ae563
* merge three base64 encoders/decoders togetherCaolán McNamara2012-05-306-259/+10
| | | | Change-Id: Ic123c081fcf6ddcf5d61c5d5a3eab01db470014c
* check key sizeCaolán McNamara2012-05-281-2/+8
| | | | Change-Id: Ia909b0abb3ef84a9f0a14d42379f693ae9e70812
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | 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
* a tiny spelling mistakUdo Schuermann2012-04-161-1/+1
|
* sigh, need a 64bit zlib too on windows, revertingCaolán McNamara2012-04-133-0/+14
|
* gbuildize internal zlibCaolán McNamara2012-04-133-14/+0
| | | | | 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
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-087-73/+46
|
* LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl2012-04-081-1/+1
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-082-4/+4
| | | | | | | | | 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)
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-7/+4
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-3/+3
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-067-71/+71
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* Fix Prefer prefix ++/-- operatorsJulien Nabet2012-04-051-1/+1
| | | | Includes too replacement < by != for comparison between current and end iterators
* remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara2012-03-301-5/+2
|
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-102-2/+2
|
* callcatcher: remove newly unused methods and update listCaolán McNamara2012-02-282-7/+0
|
* WaE: unused variableCaolán McNamara2012-02-171-0/+1
|
* remove dodgy header-guardsCaolán McNamara2012-02-172-4/+0
|
* drop Z_PREFIX from internal zlib, makes building clucene much easierCaolán McNamara2012-02-162-6/+6
|
* use sal crc32 and skip cast frenzyCaolán McNamara2012-02-151-9/+3
|
* these were surely meant to be Z_PREFIX not ZLIB_PREFIXCaolán McNamara2012-02-152-6/+6
| | | | | seeing as Z_PREFIX is what we set in our internal zlib and one of these was ZLIB_PREFIXB anyway
* Use RTL_CONSTASCII_STRINGPARAM instead of bare numberTakeshi Abe2012-02-161-1/+1
|
* If we can have a few more information...Julien Nabet2012-02-121-1/+2
|
* Added READMEs for modules which used to be in componentsJosh Heidenreich2012-02-081-0/+1
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* fix prefix of command line switches (-- instead of -)Andras Timar2012-01-112-2/+2
|
* Fix for fdo43460 Part XXVI getLength() to isEmpty()Olivier Hallot2012-01-0210-76/+76
| | | | | | | | Please find attached a partial fix for Easy Hack FDO43460 Part XXVI Module package
* catch exception by constant referenceTakeshi Abe2011-12-213-14/+14
|
* Better fix for over-zealous Zip package consistency.Thorsten Behrens2011-12-161-2/+8
| | | | | | | 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).
* Fix inconsistent compression method for encrypted ZIP packages.Thorsten Behrens2011-12-161-6/+6
| | | | | | | 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.
* Revert "Fix n#653688"Stephan Bergmann2011-12-151-7/+1
| | | | | | This reverts commit 309f56174aca6adca879f70958892492361dac6e. It caused password-protected documents to no longer work and made sc_subsequent_filters_test's testPassword fail.
* Align comment with code for overly zealous check in Zip fix.Thorsten Behrens2011-12-141-1/+1
|
* Fix n#653688Thorsten Behrens2011-12-141-1/+7
| | | | | | 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.
* childs -> childrenMichael T. Whiteley2011-12-081-1/+1
|
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-63/+0
|
* remove pch from the include listNorbert Thiebaud2011-11-272-2/+0
|
* remove include of pch header from packageNorbert Thiebaud2011-11-2738-71/+0
|
* remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud2011-11-272-4/+0
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-4/+4
|
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* add more component prefixesMatúš Kukan2011-10-084-4/+4
|
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* add mode-lines to .m files and last round of merged files, etc.Caolán McNamara2011-09-303-0/+6
|
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-271-17/+15
|
* add chaff to encrypted documentsCaolán McNamara2011-09-084-0/+30
|
* Some cppcheck cleaningJulien Nabet2011-08-301-1/+1
|
* convert package to gbuildMatúš Kukan2011-08-2624-366/+301
|