Commit graph

358 commits

Author SHA1 Message Date
Greg Zharun
6ebcb81dcf Added version number to Windows packaging folder name 2014-06-18 13:36:45 +03:00
grygoriiz
6af1593e6c Updated copyright string 2014-06-17 16:24:20 +03:00
grygoriiz
6d1ab63d85 Added micro version number support for Tracks versioning 2014-06-17 16:16:02 +03:00
Greg Zharun
1d48ffad4c Added helper scripts to build stacks on Windows 2014-06-13 17:11:54 +03:00
Greg Zharun
784d6933fa Added developer's helper scripts for Windows 2014-06-13 12:01:06 +03:00
grygoriiz
7523082df3 Added development helper tools for MAC OS 2014-06-12 13:14:13 +03:00
Valeriy Kamyshniy
bb70547ef2 Changing ardour.menus with tracks.menus
[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 452795]
2014-04-15 04:56:07 -05:00
Valeriy Kamyshniy
d62369e140 adding mkdir -p $PatchFiles prior copying files to it.
[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 452744]
2014-04-14 13:15:27 -05:00
Valeriy Kamyshniy
d0b8c648be Making Traks from Ardour
[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 448595]
2014-04-02 17:50:23 -05:00
Valeriy Kamyshniy
ff9e38b3b5 Making Tracks from Ardour
[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 447134]
2014-03-30 09:19:15 -05:00
Valeriy Kamyshniy
5c00841e92 Making Tracks from Ardour
[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 446854]
2014-03-27 16:15:03 -05:00
Valeriy Kamyshniy
fc30d86db2 Change filetype
[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 446458]
2014-03-26 10:50:22 -05:00
Valeriy Kamyshniy
ee03e7e6b3 Making Tracks from Ardour
[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 446448]
2014-03-26 10:49:19 -05:00
Grygorii Zharun
f300eaba93 [Summary] Fixed MAC build
[Details] Added fixes to make the code cross platform compilable
[Reviewed by] N/A

[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 446294]
2014-03-26 06:31:34 -05:00
Paul Davis
22a692ba47 update images and Plist files from p4 446170 2014-05-28 07:47:36 -04:00
Valeriy Kamyshniy
c885405bee [P4/git history rebuild] mingw windows packaging changes 2014-05-27 23:04:44 -04:00
Valeriy Kamyshniy
6cb23d5721 [P4/git history rebuild] mingw windows packaging changes 2014-05-27 23:04:30 -04:00
Valeriy Kamyshniy
1bdf08b0d2 [P4/git history rebuild] mingw windows packaging changes 2014-05-27 23:04:20 -04:00
Valeriy Kamyshniy
79ca4944bf [P4/git history rebuild] mingw windows packaging changes 2014-05-27 23:04:08 -04:00
Valeriy Kamyshniy
6d9ee4addf [P4/git history rebuild] tool to run gdb via bat file 2014-05-27 23:03:52 -04:00
Valeriy Kamyshniy
535db83986 [P4/git history rebuild] tool to run ardour via bat file 2014-05-27 23:03:44 -04:00
Robin Gareus
486b0a628f add helper binaries to bundles 2014-03-17 14:40:54 +01:00
Robin Gareus
543099afba rework SystemExec - use vfork wrapper (and lots of related stuff) 2014-03-13 16:58:07 +01:00
Paul Davis
e99f872749 updated version of boost shared ptr debugging patch 2014-03-12 18:47:49 -04:00
Paul Davis
057d0b6eeb finally put this patch into git, where it belong 2014-03-12 10:00:24 -04:00
Robin Gareus
f6129ed0f4 prototype vfork exec-wrapper. 2014-03-11 15:48:41 +01:00
Paul Davis
a0d7a144d3 add ensure_visible_symbols() to autowaf, to hide compiler-dependent details; also remove unused (mostly LV2-related) stuff from autowaf 2014-01-17 13:19:42 -05:00
Paul Davis
658bb3ccd4 finished merge of cairocanvas with windows and windows+cc branches 2014-01-10 17:11:10 -05:00
Paul Davis
3020b224fa Merge windows+cc branch into cairocanvas branch. Not finished, need to now merge windows branch to get changes from there 2014-01-10 16:07:57 -05:00
Paul Davis
b0e4f81eb3 merge exportvis branch into cairocanvas, to reduce the number of "floating" branches.
Still need to add API export/visibility macros for the canvas library.
2013-12-27 14:29:06 -05:00
Paul Davis
84f55440a3 fix redrawing of canvas with an optimized build
Best guess right now is that optimization does something bad when ceil() is called twice on a very large dbl-precision number,
which results in a zero (empty) redraw area. Without the removal of the redundant ceil & floor functions, no expose events
would be delivered to the canvas in an optimized build during drags (and maybe more).
2013-12-23 15:35:49 -05:00
Paul Davis
94993816cc move portable copyfile function into tools/autowaf.py and use it in both gtk2_ardour and taglib 2013-12-19 12:55:52 -05:00
Robin Gareus
12349aa3d8 mnemonic PDF: margin, URL, and (C)year updates 2013-12-15 18:31:48 +01:00
Paul Davis
e1bca03857 fix linux build script to include libcanvas rather than libgnomecanvas 2013-12-14 18:18:15 -05:00
Tim Mayberry
298768fb73 Add README to mingw package 2013-12-07 20:48:19 +10:00
Tim Mayberry
e9529d26e1 Add --list option to script to run ardour tests with wine 2013-12-07 20:48:19 +10:00
Tim Mayberry
7e42cafe39 Add ability to run single libardour tests using wine 2013-12-07 20:48:19 +10:00
Tim Mayberry
20f3e4d1fc Rename run-wine script to wine-ardour and run library tests from new scripts 2013-12-07 20:48:19 +10:00
Tim Mayberry
74ab358b21 Move environment setup to run tests in wine to new file 2013-12-07 20:48:19 +10:00
Tim Mayberry
b679b078e9 Use new version variable in windows packaging scripts 2013-12-07 20:48:19 +10:00
Tim Mayberry
192ba4b34b Strip all executables in a mingw release build 2013-12-07 20:48:19 +10:00
Tim Mayberry
30370eb0a0 Don't include *.debug files in debug package
These files slow down gdb at startup and many(any?) don't seem
to work correctly
2013-12-07 20:48:19 +10:00
Tim Mayberry
02dd48b386 Use DEBUG flag as defined by tools/define_versions.sh in mingw build 2013-12-07 20:48:19 +10:00
Tim Mayberry
2970b79141 Only call define versions script in mingwenv after a build is successful
This stops clean.sh script complaining about a non-existant path
2013-12-07 20:48:19 +10:00
Tim Mayberry
12065351e5 Updates to windows/mingw README file 2013-12-07 20:48:19 +10:00
Tim Mayberry
86e63380ee Add two scripts for running gdb so source listing works when debugging
Updated Debugging section in README
2013-12-07 20:48:19 +10:00
Tim Mayberry
3512a9fe40 Remove two scripts no longer used
These scripts are too specific to my virtual machine setup, a more generic
method can now be used by setting ARDOUR_VM_SHARE_DIR and using the
cptovmshare.sh script.
2013-12-07 20:48:19 +10:00
Tim Mayberry
f25c7081c9 Add script to copy package directory to directory shared by VM
directory path set in ARDOUR_VM_SHARE_DIR
2013-12-07 20:48:19 +10:00
Tim Mayberry
31d1164d3f Refer to external repository for instructions on setting up Fedora to cross compile Ardour using MinGW-64 2013-12-07 20:48:18 +10:00
Tim Mayberry
ed8e6461b5 Add scripts for building using mingw compiler with distcc 2013-12-07 20:48:18 +10:00