Fix more typos (#441)* Fix spelling* Regenerate ignored words list codespell.txt
pre-commit auto whitespace clean up for `map` files (#415)Enforced three hooks for `map` files:- end-of-file-fixer- mixed-line-ending- trailing-whitespace
pre-commit auto remove trailing whitespace from cxx files (#383)Another big auto clean up. So many lines !!Another one bites the dusthttps://www.youtube.com/watch?v=rY0WxgSXdEECo-authored-by:
pre-commit auto remove trailing whitespace from cxx files (#383)Another big auto clean up. So many lines !!Another one bites the dusthttps://www.youtube.com/watch?v=rY0WxgSXdEECo-authored-by: Matthias Seidel <mseidel@apache.org>
show more ...
pre-commit auto remove trailing whitespace from h files (#385)Another big auto clean up by pre-commit similar to the others
pre-commit auto clean trailing whitespace in dxp and hxx files (#381)A huge auto clean up by pre-commit and I can make smaller PRs if needed.Seems we have a lot of extra whitespace junk in our co
pre-commit auto clean trailing whitespace in dxp and hxx files (#381)A huge auto clean up by pre-commit and I can make smaller PRs if needed.Seems we have a lot of extra whitespace junk in our code baseThe NeverEnding Story was a great film back in the old days :)Great video and theme song by Limahlhttps://www.youtube.com/watch?v=lHytjEj7B9ghttps://en.wikipedia.org/wiki/The_NeverEnding_Story_(film)
pre-commit auto remove unneeded whitespace in idl files (#380)I know way to many files and changes for a standard pull request.I can make a smaller PR if needed.Ran pre-commit here locally to a
pre-commit auto remove unneeded whitespace in idl files (#380)I know way to many files and changes for a standard pull request.I can make a smaller PR if needed.Ran pre-commit here locally to auto clean up all this trialing whitespaceUp for review. Thanks
pre-commit: auto remove unneeded trailing whitespace from Makefiles (#378)Cleaned up some whitespace in the Makefiles
pre-commit auto remove trailing whitespace from `.mk` files (#377)If there are too many changes / files I can create a smaller PRThanks
misc: fix typos (#376)* misc: fix spelling* Update ignored words list* Update owriteablestream.cxx---------Co-authored-by: Matthias Seidel <mseidel@apache.org>
Remove second semicolon (work in progress)
misc: fix spelling in `main` (#354)* misc: fix spelling in `main`Typos have been fixed in a lot of file types* Update ignored words list
Fixed typos, cleanup
pre-commit(end-of-file-fixer): autofix more cxx files in main (#313)
pre-commit(end-of-file-fixer): auto fix `.h` files (#281)
pre-commit(end-of-file-fixer): auto fix `.mk` files (#266)* pre-commit(end-of-file-fixer): auto fix `.mk` files* Update makefile.mk* Update makefile.mk---------Co-authored-by: Matthias Seid
pre-commit(end-of-file-fixer): auto fix `.mk` files (#266)* pre-commit(end-of-file-fixer): auto fix `.mk` files* Update makefile.mk* Update makefile.mk---------Co-authored-by: Matthias Seidel <mseidel@apache.org>
Fix end of hxx files remove unneeded blank lines (#242)
Fix typos: mehtod -> method, mehtods -> methods.Patch by: me
Fix incorrect gbuild usage that can cause intermittent parallel build failures.There was some misuse of gbuild that was causing make rules to be addedthat had solver/*/*/workdir/ExternalHeaders/Li
Fix incorrect gbuild usage that can cause intermittent parallel build failures.There was some misuse of gbuild that was causing make rules to be addedthat had solver/*/*/workdir/ExternalHeaders/Library andsolver/*/*/workdir/ExternalHeaders/Library listed as dependencies.If these directories did not exist, then a pattern match rule intendedto create files under thesolver/*/*/workdir/ExternalHeaders/{Library,StaticLibrary} directorieswould be triggered. The recipe for that rule would then mkdir -p solver/*/*/workdir/ExternalHeadersand then touch solver/*/*/workdir/ExternalHeaders/{Library,StaticLibrary}creating it as a plain file. A subsequent make rule wouldunconditionally mkdir -p solver/*/*/workdir/ExternalHeaders/{Library,StaticLibrary}and fail.Fix the incorrect gbuild usage and add some sanity checks to gbuildto catch the problem closer to the source and more deterministically.
Implement the ability to build "UDK versioned" libraries in gbuildfor *nix platforms. Do this by setting the ELF SONAME to thelibxyz.so.3 style library output name, changing the output filethat th
Implement the ability to build "UDK versioned" libraries in gbuildfor *nix platforms. Do this by setting the ELF SONAME to thelibxyz.so.3 style library output name, changing the output filethat the linker writes to to be in this format (from libxyz.so),making a symlink from libxyz.so to libxyz.so.3, adding libxyz.so.3as a delivery AUXTARGET for the deliverable libxyz.so, andchanging the deliver commands to copy symlinks properly. This isall what dmake does too.Use this to port main/registry to gbuild.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1827456 13f79535-47bb-0310-9956-ffa450edef68
Many spelling fixes: directories r* - z*.Attempt to clean up most but certainly not all the spellingmistakes that found home in OpenOffice through decades. Wecould probably blame the internationa
Many spelling fixes: directories r* - z*.Attempt to clean up most but certainly not all the spellingmistakes that found home in OpenOffice through decades. Wecould probably blame the international nature of the code butit is somewhat shameful that this wasn't done before.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1591062 13f79535-47bb-0310-9956-ffa450edef68
#i123068# remove implicit conversions from rtl strings to their elementsgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546390 13f79535-47bb-0310-9956-ffa450edef68
type qualifiers ignored on function return typeGcc 4.4 on our buildbot reported 657 such warnings, which representsalmost 85% of all warnings it emitted for our codebase! The warningsare correct
type qualifiers ignored on function return typeGcc 4.4 on our buildbot reported 657 such warnings, which representsalmost 85% of all warnings it emitted for our codebase! The warningsare correct and cleaning them up improves our code quality and makesthe build output more relevant.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1436255 13f79535-47bb-0310-9956-ffa450edef68
Update headers to Alv2 headersgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1307723 13f79535-47bb-0310-9956-ffa450edef68
i118923 - OS/2 port: new link system now uses unix style.git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1290848 13f79535-47bb-0310-9956-ffa450edef68
12