misc: fix spelling (#461)* misc: fix spelling* Regenerate ignored words list codespell.txt(cherry picked from commit 7aa897337248d2867d340fb1c741df9a1679b105)
misc: fix more typos (#460)* misc: fix more typos* Regenerate ignored words list codespell.txt(cherry picked from commit c297d334b1afde2918c7ae8e6f9d6dfd1a69a5ec)
Fix more typos (#441)* Fix spelling* Regenerate ignored words list codespell.txt(cherry picked from commit dd7c3b33482ba9f3da08b3487f5a9899f3559585)
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(cherry picked from commit a3f3173604
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(cherry picked from commit a3f3173604660ba899d84687a1dc38beb5cb02dc)
show more ...
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>(cherry picked from commit cf6516809c57e1bb0a940545cca99cdad54d4ce2)
pre-commit auto remove trailing whitespace from h files (#385)Another big auto clean up by pre-commit similar to the others(cherry picked from commit 5d328669834268fa077da8fd0d9b44cc5ce2793b)
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)(cherry picked from commit 914d351e5f5b84e4342a86d6ab8d4aca7308b9bd)
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(cherry picked from commit ffd38472365e95f6a578737bc9a5eb0fac624a86)
pre-commit: auto remove unneeded trailing whitespace from Makefiles (#378)Cleaned up some whitespace in the Makefiles(cherry picked from commit 4437c02e18a852c4a5e7d7e7c198180f06b2b9fc)
pre-commit auto remove trailing whitespace from `.mk` files (#377)If there are too many changes / files I can create a smaller PRThanks(cherry picked from commit 31bbceb0f9d64c0c2c3b22a794a1666
pre-commit auto remove trailing whitespace from `.mk` files (#377)If there are too many changes / files I can create a smaller PRThanks(cherry picked from commit 31bbceb0f9d64c0c2c3b22a794a1666c1f33396e)
misc: fix typos (#376)* misc: fix spelling* Update ignored words list* Update owriteablestream.cxx---------Co-authored-by: Matthias Seidel <mseidel@apache.org>(cherry picked from commit dc
misc: fix typos (#376)* misc: fix spelling* Update ignored words list* Update owriteablestream.cxx---------Co-authored-by: Matthias Seidel <mseidel@apache.org>(cherry picked from commit dcaf07f7f98db08cc6cf8841292bf500f56d5f1d)
Remove second semicolon (work in progress)(cherry picked from commit 6bcc9fe0e9ad8e3adcad10b35c622961480f57f3)
Remove second semicolon (work in progress)(cherry picked from commit be099857c44bb1fbf755162d20fc038093b5bb7a)
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(cherry picked from commit ad1df53dc2d3caa51ab9151d59e6
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(cherry picked from commit ad1df53dc2d3caa51ab9151d59e6525b81e52754)
Fixed typos, cleanup(cherry picked from commit 01cec6d620143fc02deecf66cdb0013880d92ac2)
pre-commit(end-of-file-fixer): autofix more cxx files in main (#313)(cherry picked from commit 60822731f97e392f18f66164e20dcaceb878c33f)
pre-commit(end-of-file-fixer): auto fix `.h` files (#281)(cherry picked from commit a21bd2ce297ef7601e65314a01b713e0914864f0)
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>(cherry picked from commit 78190a370f7d7129fed9a7e70ca122eaae71ce1d)
Fix end of hxx files remove unneeded blank lines (#242)(cherry picked from commit 033ed79537b07af43f0f091b11f5dc308cb4c9ad)
Fix typos: mehtod -> method, mehtods -> methods.Patch by: me(cherry picked from commit a4b70a5c0dc286fe80079976f51a3b5d7c08957d)
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
12