summaryrefslogtreecommitdiffstats
path: root/xmlsecurity
Commit message (Collapse)AuthorAgeFilesLines
* add package deps for resourcesDavid Tardon2012-04-091-0/+5
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-084-15/+15
| | | | | | | | | 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)
* Fix Prefer prefix ++/-- operatorsJulien Nabet2012-04-081-1/+1
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-2/+2
| | | | | | 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-061-1/+1
| | | | | | 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-069-9/+9
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \;
* removed duplicate #includesTakeshi Abe2012-04-042-2/+0
| | | | in vbahelper / writerfilter / writerperfect / xmlhelp / xmloff / xmlscript / xmlsecurity
* .txt files don't need executable bitsMichael Stahl2012-03-2339-0/+0
|
* .java files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-104-8/+8
|
* more documentation and cleanups for various modules.Michael Meeks2012-03-061-0/+3
|
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-019-32/+32
| | | | | ...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
* Fix "pEncryptedData" not initializedJulien Nabet2012-02-181-2/+2
|
* fdo#39657: fix crash when parsing XML signaturesMichael Stahl2012-02-181-12/+74
|
* Remove unused code in XSecControllerCatalin Iacob2012-02-133-104/+0
|
* Remove unused code in XMLSignatureHelperCatalin Iacob2012-02-132-58/+0
|
* Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe2012-02-101-1/+1
|
* update unused listCaolán McNamara2012-02-082-21/+0
|
* 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
|
* callcatcher: update listCaolán McNamara2012-02-014-10/+0
|
* callcatcher: update listCaolán McNamara2012-01-312-17/+0
|
* Fix for fdo43460 Part LV getLength() to isEmpty()Olivier Hallot2012-01-287-31/+31
| | | | | | Part LV Modules xmlsecurity
* Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz2012-01-173-3/+3
|
* remove unused methodsThomas Arnhold2012-01-172-34/+0
|
* Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz2012-01-163-3/+3
|
* WaE: narrowing conversion from sal_Int32 to unsigned intDavid Tardon2012-01-151-2/+2
|
* callcatcher: ditch unused childatCaolán McNamara2012-01-122-35/+0
|
* fix prefix of command line switches (-- instead of -)Andras Timar2012-01-112-6/+6
|
* fix for gcc 4.7/C++11: this is not string literal operatorDavid Tardon2012-01-111-1/+1
|
* catch exception by constant referenceTakeshi Abe2012-01-0910-10/+10
|
* Removed unnecessary tools/debug.hxx includes.Marcel Metz2012-01-063-3/+0
|
* Removed unnecessary tools includes.Marcel Metz2012-01-051-1/+1
|
* Dead code.Stephan Bergmann2012-01-0412-3479/+0
|
* gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO'Matúš Kukan2011-12-161-7/+7
|
* Removed extra semicolonsJesse2011-12-151-1/+1
|
* I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist2011-12-113-3/+0
|
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* get rid of class Date and Time default ctor with system time penaltyEike Rathke2011-12-012-4/+4
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* Cleaned up utl::UCBContentHelper.Stephan Bergmann2011-11-281-14/+1
|
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-63/+0
|
* remove pch from the include listNorbert Thiebaud2011-11-274-4/+0
|
* remove include of pch header from xmlsecurityNorbert Thiebaud2011-11-2782-158/+0
|
* remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud2011-11-273-6/+0
|
* s/infomation/information/Korrawit Pruegsanusak2011-11-272-2/+2
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-4/+4
|
* xmlsecurity: fix typoMichael Stahl2011-11-181-1/+1
|
* 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.