Update graphics with new ASF logo (work in progress)
pre-commit auto whitespace clean up for `lst` files (#412)For `lst` files enforced three hooks- end-of-file-fixer- mixed-line-ending- trailing-whitespace
pre-commit auto remove trailing whitespace from XML files (#384)Auto cleaned up all the XML files for unneeded trailing whitespace.Around 8k lines changed a smaller whitespace PR this time
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(end-of-file-fixer): autofix XML files (#351)
pre-commit: trim trailing whitespace in more files (#278)
pre-commit(end-of-file-fixer): auto fix `py` and `sh` files
Small change to internal naming
Single qoutes don't need to be escaped her.But we need to check how the strings get exported to en-US.sdf.
Clarify Windows Installer texts
Clarify the NSIS installation texts
Clean up resource files
Cleanup Make files
Make update messages more clear(cherry picked from commit 39168fe790debd1054eac47ea2e3da0d4d9e5c3c)
Change name for contact
Updated graphics for Windows Installer (Banner.bmp)
Updated graphics for Windows Installer
Fixed typos (the the -> the) and some more
Missing space (#24)line 131 : "found{{(cabinet)}}" should probably be "found {{(cabinet)}}". Space is missing between "found" and "{{(cabinet)}}"
remove whitespaces
remove white space
Allow for source repo builds to include repo revision number, as stored when the tarball/zipfile was created.
Update Nsis.ulfThis fixes issue 123371: https://bz.apache.org/ooo/show_bug.cgi?id=123371
Work around a race condition that can sometimes cause parallel builds to fail.In a parallel build, a make rule may try to use a destinationdirectory before it has been created by a parallel rule.
Work around a race condition that can sometimes cause parallel builds to fail.In a parallel build, a make rule may try to use a destinationdirectory before it has been created by a parallel rule. Avoid thefailure by creating the directory in both rules.
show more ...
1234567