pre-commit auto whitespace cleanup for cs files (#478) (#480)Enforced 3 hooks for cs files:- end-of-file-fixer- mixed-line-ending- trailing-whitespace
Fix typos (#442)* Fix spelling* Regenerate ignored words list codespell.txt
Fix typos (#438)* Fix more typos* Regenerate ignored words list codespell.txt
Fix typos (#425)* Fix typos* Recreate 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 whitespace cleanup for `.component` files (#398)Enforced 3 hooks for `.component` 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 java files (#382)A another big huge auto white space clean up.
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 trailing whitespace from `.mk` files (#377)If there are too many changes / files I can create a smaller PRThanks
pre-commit: auto remove trailing whitespace from `.py` files (#375)
Remove second semicolon (work in progress)
pre-commit(end-of-file-fixer): autofix more cxx files in main (#317)
pre-commit(trailing-whitespace): autofix bat and ini files (#308)
pre-commit(end-of-file-fixer): auto fix `py` and `sh` files
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>
Update makefile.mk
Port the testtools tests to JUnit.Patch by: me
Fixed typos, removed whitespace
Port main/pyuno to gbuild.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1853252 13f79535-47bb-0310-9956-ffa450edef68
Update endianness detection on FreeBSD.This produces a working AOO on FreeBSD PowerPC64!This is related to i126615 which was also fixed by Curtis a while ago.Kudos for both contributions, makes
Update endianness detection on FreeBSD.This produces a working AOO on FreeBSD PowerPC64!This is related to i126615 which was also fixed by Curtis a while ago.Kudos for both contributions, makes me want to get a PowerPC to runFreeBSD + AOO on it!Author: Curtis Hamilton -- cmhamilto at gmailgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1773166 13f79535-47bb-0310-9956-ffa450edef68
FreeBSD build fixes.This allows out the box builds with gcc and tosimplify the build with clang and also the FreeBSD port.From Don Lewis (FreeBSD port maintainer):Because we need to use differ
FreeBSD build fixes.This allows out the box builds with gcc and tosimplify the build with clang and also the FreeBSD port.From Don Lewis (FreeBSD port maintainer):Because we need to use different CFLAGS for gcc and clang, I had to addsome compiler detection logic. On most platforms, the value of $(COM)is either set statically by set_soenv, or set_soenv parses the compilername to figure out which compiler is being used and then set $(COM)appropriately. The latter doesn't work for FreeBSD because cc couldeither be gcc or clang. For FreeBSD, I added the compiler detectionlogic to configure, which then passes that to set_soenv, in a somewhathackish manner.When building with ports gcc on FreeBSD, we need to pass the rpath forthe gcc runtime to the linker. The FreeBSD port attempts to to this byadding this information to LDFLAGS, which the openoffice configurescript then steps on, and in any case, this does not help the out of thebox build. My solution is to add some logic to configure to generatethe necessary linker flags, which it then passes to set_soenv forinclusion in FreeBSD*Env.Set.sh.On FreeBSD, the out of the box build needs to pass $LIBINTL_PREFIX inthe environment to the build phase. I added some code to configure tofigure out the value of this variable and to pass it to set_soenv forinclusion in FreeBSD*Env.Set.sh so that this does not need to be done asa extra step in the build.Changing $(COM) from GCC to CLANG for clang builds caused a numberregressions elsewhere in the build framework. These were mostly causedby the framework checking for $(COM) == GCC and $(OS) == FREEBSD, with$(COM) == CLANG case unhandled. The fix was generally to just ignorethe value of $(COM) and only test the value of $(OS). One special casewas the bridgetest regression test, which started dumping core on INTEL32-bit when built with clang. It turns out that this entire test is wasskipped for $(COM) == gcc, $(OS) == FREEBSD, and $(CPU) == I. Ratherthan also skipping this test when building with clang, I tracked downthe failure to a particular subtest involving polymorphic structuresthat also fails on OS/2 and tweaked the code to also skip that subteston FREEBSD INTEL (32-bit). Now bridgetest is run and passes on FreeBSDwith both gcc and clang, on both i386 and amd64.Submitted by: Don Lewisgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1694132 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
12