... in particular so that warnings on exit in the debug build on Windows are
suppressed.
Maybe it's not important to suppress them. Or maybe they suggest all is not
correct in the MSVC implementation of this C++17 feature?
* Undo non-working Mac OS CI build fix in build_dist.sh
* Implement CPack workaround for CMake PR #4769
* Fix typo in scripts/ci/package.sh
* Fix typo in scripts/ci/package.sh
* Add debug option for hdiutil_repeat.sh
* Make reviewer changes
* Change typo in package.sh with hdiutil script name.
* Change path reference in package.sh to use $PWD.
* Add strings to escape path in scripts/ci/package.sh
* Fix scripts/ci/macos/repeat_hdiutil.sh
* Remove -e option. Don't copy/paste without double checking closely I guess. 😐
* 💲 Add dollar signs where appropriate as reviewers pointed out.
* Replace until/do contents with easier to read if block.
* Cleanup readability of scripts/ci/macos/repeat_hdiutil.sh
* Add $wait_before_retry config value
* Replace $cmd_string with literal value
* Move do onto same line as until.
* Minor changes to fix for MacOS CMake builds
* Rename variable in scripts/ci/macos/repeat_hdiutil.sh
* Use . instead of pwd in package.sh
Signed-off-by: Emily Mabrey <emilymabrey93@gmail.com>
* Attempting to remove bad history rewrites 😵
* Weblate support changes
* Update README.md to include Weblate thank you
Signed-off-by: Emily Mabrey <emilymabrey93@gmail.com>
* Update build document to reflect name change in fork
* Correct issue wth previous commit - we can't replace all references to audacity quite quite yet
Co-authored-by: John Griffiths <John.Griffiths@verint.com>
This document should be replaced soon, as soon as the fork's organization is
organized properly and we get to writing code. Most of the information in the
document is irrelevant and cannot be replaced with more accurate information
at this stage.
Change it to avoid generating the pre-fork repository folder structure for usage inside of a Github Action (which causes it to fail because the directories don't exist).
Fix a typo an erroneous "they".
Modify list formatting to be consistently capitalized.
Modify word choice for developer pre-fork hyperlink anchor.
Fix typo involving the use of "informations" when it should've been singular.
#5 - Modify `README.md` for mitigation of the trademark disparagement concerns
Modify `README.md` for removal of overly definite statements about the pre-fork project
Modify `REAMD.md` to remove language implying a non-fork derivative work
This explains the reasoning for the creation of this fork, as well as adding a few links to relevant discussions.
There are probably more, but those are the few that I thought about.
This also makes a distinction between the "original" version, form the Audacity team, and the "modified" version provided in this repo. I thought it didn't really make sense to link to the original download links without at least clarifying this isn't the version being developed here...