Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-21 | replace all but one .hdl include with equivalent .hpp includes. | Michael Meeks | |
Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9 | |||
2012-06-21 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce | |||
2012-06-21 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1 | |||
2012-06-21 | hrc cleanup: Remove unused defines | Thomas Arnhold | |
All of those defines (should) not be used at any point in the code. False positives may exist, because some macro names are getting generated by some template/macro foo. This is the version which compiled fine for me. Also there are many commented out lines removed. Change-Id: I6394024682e4ab3691eb72707a9363d41ba31df8 | |||
2012-06-20 | removed unused forward declarations of class | Takeshi Abe | |
Change-Id: Iee1b78242e210466375376da3e4dbbaec609cc03 | |||
2012-06-09 | Remove superfluous empty lines on top | Thomas Arnhold | |
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b | |||
2012-06-09 | Some cppcheck cleaning | Julien Nabet | |
Change-Id: I9463f36bd61ee2d74be3d435adae9912cf411c97 | |||
2012-06-03 | removed unused defines | Takeshi Abe | |
Change-Id: I95eb6a46e6d2a2763313e90e5b15582c83f66b81 | |||
2012-06-01 | targetted revert of small stl empty optimisation | Michael Meeks | |
Change-Id: I5e845235f946f33f2a38839c8bd7bb6efda64147 | |||
2012-06-01 | nuke unused namespace | Takeshi Abe | |
Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976 | |||
2012-05-29 | targeted string re-work | Norbert Thiebaud | |
Change-Id: Ib4a0e8fcd128c949034d2d183ff045bb433fce8b | |||
2012-05-29 | targeted string re-work | Norbert Thiebaud | |
Change-Id: I6ce76c22118586b213161a0e307a53b22b318004 | |||
2012-05-04 | more robust nss initialization, related fdo#45171 | Markus Mohrhard | |
fall back to without profile if path is invalid or profile does not exist Change-Id: Ic9a73fbaaa288f8bc99dab2b1d679c2cbe6baa89 | |||
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-27 | Resolves: fdo#39825 Make detection of certificate folder ui-configurable | Caolán McNamara | |
Display in the (unix) options gui the NSS cert dir that has been auto-detected for use with digital signatures. Show the other detected possibilities and allow it to be overridden. The autodetection should basically work out of the box, but if there's some bustage at least the UI can be used to sort it out and/or let developers debug it. This removes the need for the horrible MOZILLA_CERTIFICATE_FOLDER hack, though that's still supported. | |||
2012-04-25 | Remove blank space introduced in previous patch | Jesús Corrius | |
2012-04-25 | Remove unused methods | José Santiago Jiménez Sarmiento | |
2012-04-09 | add package deps for resources | David Tardon | |
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-08 | Fix Prefer prefix ++/-- operators | Julien Nabet | |
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-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \; | |||
2012-04-04 | removed duplicate #includes | Takeshi Abe | |
in vbahelper / writerfilter / writerperfect / xmlhelp / xmloff / xmlscript / xmlsecurity | |||
2012-03-23 | .txt files don't need executable bits | Michael Stahl | |
2012-03-23 | .java files don't need executable bits | Michael Stahl | |
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | |
2012-03-06 | more documentation and cleanups for various modules. | Michael Meeks | |
2012-03-01 | New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem | Stephan Bergmann | |
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem. | |||
2012-02-18 | Fix "pEncryptedData" not initialized | Julien Nabet | |
2012-02-18 | fdo#39657: fix crash when parsing XML signatures | Michael Stahl | |
2012-02-13 | Remove unused code in XSecController | Catalin Iacob | |
2012-02-13 | Remove unused code in XMLSignatureHelper | Catalin Iacob | |
2012-02-10 | Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...") | Takeshi Abe | |
2012-02-08 | update unused list | Caolán McNamara | |
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-02-01 | callcatcher: update list | Caolán McNamara | |
2012-01-31 | callcatcher: update list | Caolán McNamara | |
2012-01-28 | Fix for fdo43460 Part LV getLength() to isEmpty() | Olivier Hallot | |
Part LV Modules xmlsecurity | |||
2012-01-17 | Replaced SAL_INFO with SAL_WARN were applicable. | Marcel Metz | |
2012-01-17 | remove unused methods | Thomas Arnhold | |
2012-01-16 | Replaced DBG_ERRORFILE with SAL_INFO. | Marcel Metz | |
2012-01-15 | WaE: narrowing conversion from sal_Int32 to unsigned int | David Tardon | |
2012-01-12 | callcatcher: ditch unused childat | Caolán McNamara | |
2012-01-11 | fix prefix of command line switches (-- instead of -) | Andras Timar | |
2012-01-11 | fix for gcc 4.7/C++11: this is not string literal operator | David Tardon | |
2012-01-09 | catch exception by constant reference | Takeshi Abe | |
2012-01-06 | Removed unnecessary tools/debug.hxx includes. | Marcel Metz | |