List of commands that were executed in the `src directory`:
* sed -i 's/Audacity: A Digital Audio Editor/Tenacity/g' *.h
* sed -i 's/Audacity: A Digital Audio Editor/Tenacity/g' *.cpp
Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
Previously, only 'Audacity' had the ability to use Apple certificates. This change will allow every fork developer to sign their own code by configuring the corresponding secret in their repository settings.
Signed-off-by: fossdd <fossdd@tutanota.com>
* AudioIOBase: add missing #include <portaudio.h>
This is required for building with system PortAudio library.
* CMake: allow building with system PortAudio
* CMake: fatal error if use_portaudio=system and use_portmixer=local
Signed-off-by: Be <be@mixxx.org>
This is a pointless source of non-reproducibility and also causes
compiler caches to miss 100% of the time after midnight.
Signed-off-by: Be <be@mixxx.org>
... 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.