James Crook
6220c27613
Do an autoreconf -ivf
...
This was done on a Ubuntu 14.04 system with wxWidgets 3.1.1 installed.
The resulting buildfiles successfully build Audacity on Ubuntu 14.04 (with 3.1.1) and on Travis (with 3.0.0).
2018-04-02 17:32:17 +01:00
Paul Licameli
df1d9a08fe
Bug1808 (crash in Sliding Time Scale/Pitch Shift) PATCHED IN LIB-SRC...
...
... Error was in the libaries' memory management, causing an out-of-bounds
read of a buffer obtained with calloc.
2018-01-06 15:41:07 -05:00
Benjamin Drung
787f2afd10
Introduce end-of-line normalization
...
Ensures that all files that Git considers to be text will have
normalized (LF) line endings in the repository. When core.eol is set to
native (which is the default), Git will convert the line endings of
normalized files in your working directory back to your platform's
native line ending.
See also https://git-scm.com/docs/gitattributes
2016-05-17 01:05:05 +02:00
Paul Licameli
7824e94030
Harmlessly qualify classes as final (or explicitly comment not)...
...
... Should have no effect on generated code, except perhaps some slight faster
virtual function calls. Mostly useful as documentation of design intent.
Tried to mark every one of our classes that inherits from another, or is a
base for others, or has abstract virtual functions, and a few others besides.
2016-02-24 20:58:30 -05:00
Steve Daulton
954bb0fd1c
Fix for bug 955 from Clayton Otey
2016-01-26 18:19:19 +00:00
Leland Lucius
b1690f1801
Getting all build scripts to the same Automake 1.14 version
...
This way, building the minsrc tarball doesn't require multiple versions
of Automake to be installed. (Most things were at the 1.11 version, but
some were at the 1.14 version.)
Building minsrc should now work just fine.
2015-06-21 22:09:44 -07:00
lllucius@gmail.com
ea074f889b
Regenerate build files on Debian Wheezy
...
This will fix building the minsrc tarball on Debian Wheezy
2015-02-17 16:19:57 +00:00
lllucius@gmail.com
82d9b91184
Prepping for next release...regenerating build files
2015-01-03 05:57:16 +00:00
lllucius@gmail.com
c6ffa89d23
Add (restore?) the ability to build without trashing the source tree
...
You may now do:
mkdir build
cd build
../configure
./audacity
And all but one directory will remain unmolested...no more object files
in "src".
And if you look carefully, you'll see that the newly built "audacity" is
copied to the top of the build tree...no more having to use "src/audacity"
to run.
You can of course still do the configure from the top and get all of the
objects strewn about the tree.
I still haven't figured out how to keep the locale directory from getting
soiled. I'm not really sure there's a way around it really.
2014-10-27 07:34:17 +00:00
benjamin.drung@gmail.com
7fefc64aa8
Add autotools-fix-make-dist.patch to fix dist target of sbsms.
2013-11-07 23:32:19 +00:00
benjamin.drung@gmail.com
d08f0da2bd
Remove temporary file stamp-h1.
2013-11-07 23:27:55 +00:00
lllucius
b4ba110811
Reverting r12850...hopefully
...
Never removed one before, but I'm pretty sure it is correct.
2013-11-03 01:54:50 +00:00
lllucius
f290b3d644
Converted CRLF to LF.
2013-11-01 23:22:33 +00:00
benjamin.drung@gmail.com
1a92b431fa
Regenerate autotool files of sbsms with a newer autotool version.
...
The files are regererated by calling "autoreconf -f -i".
2013-11-01 21:38:06 +00:00
benjamin.drung@gmail.com
be831951e0
Add and apply autotools.patch to fix all autotools warnings for sbsms.
2013-11-01 21:37:11 +00:00
benjamin.drung@gmail.com
bc4134ff1c
Rename configure.in to configure.ac in sbsms.
2013-11-01 21:03:33 +00:00
benjamin.drung@gmail.com
fb0100dd88
Disable automatic re-run of autotools for sbsms.
2013-11-01 21:01:58 +00:00
james.k.crook@gmail.com
c686bdc3b7
Restored two files inadvertently changed in r12511
2013-08-31 14:55:08 +00:00
james.k.crook@gmail.com
ba187bbafc
Bug 368: No longer look at plugins.cfg to decide whether to rescan. Just use the rescan preference.
2013-08-31 14:24:55 +00:00
v.audacity
cb2e9475c2
Clayton's bug557_4.patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=557
2012-08-16 20:15:53 +00:00
v.audacity
e6c43712b8
Clayton's "third patch" for http://bugzilla.audacityteam.org/show_bug.cgi?id=557
2012-08-12 22:03:12 +00:00
v.audacity
90858b2e99
Clayton's patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=557
2012-07-19 23:48:27 +00:00
v.audacity
e45c780953
Applied Clayton's patch to fix http://bugzilla.audacityteam.org/show_bug.cgi?id=482 (P2).
...
Also fixed some data type conversion compile warnings in sms.cpp.
2012-06-22 23:06:26 +00:00
clayton.otey
c64adba308
Associated with r11696 / patch for bug 485. Just forgot to add/delete these files associated with the patch.
2012-04-17 01:04:16 +00:00
clayton.otey
87fb427603
TimeScale effect improvements, updating to sbsms 2, not including GUI changes (except removing obsolete transient sharpening option). See Bug 485.
2012-04-16 18:26:48 +00:00
clayton.otey
71dedc3d35
Revert r11214 (sbsms timescale effect update) & r11215 (mixed-radix-fft narrow/broaden spectrum menu items) to honor the feature freeze.
2011-07-06 09:49:59 +00:00
clayton.otey
a17e741abc
Major update to TimeScale effect, incorporating libsbsms-2.0.0, fixes to bug 172, changes to ui
2011-07-02 18:35:18 +00:00
clayton.otey@gmail.com
317ed4bf17
sbsms Transient Sharpening shouldn't crash anymore, but it's not thoroughly tested yet.
2010-06-11 01:34:52 +00:00
clayton.otey@gmail.com
e92ecd240b
Got rid of remaining sbsms windows warnings, except for fopen_s
2010-06-08 01:13:11 +00:00
clayton.otey@gmail.com
60faec3b24
Got rid of most warnings and errors for windows build
2010-06-08 01:05:10 +00:00
clayton.otey@gmail.com
299c327a71
SBSMS library/effect changes. Apparently resolves bug #170 . Incorporated optimizations with minor quality changes. Returned optimization flags to build (introduced in a patch). The audacity SBSMS branch is now a trimmed down version without associated programs. Includes (untested) changes to the windows .vcproj.
2010-06-07 06:41:32 +00:00
richardash1981
97f24531bd
These editor temporary files should never have been under version control
2010-02-11 16:43:15 +00:00
richardash1981
3d1217da2f
Remove all the .cvsignore files we don't need any more, and update the svn:ignore properties as needed, plus some improvements
2010-02-06 21:57:49 +00:00
ra
6e3e8dcfff
Remove some old erratta, and do a major tidy up of line endings and properties on source files
2010-01-24 13:33:28 +00:00
ra
58caf78a86
Move library tree where it belongs
2010-01-24 09:19:39 +00:00