This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "pure-data".
The branch, master has been updated via fbe1bcab06a47992349d13d7f71be8f89bbe412e (commit) via 3186ab8bbcfeafd529dd35c47937a5ec6b4673b9 (commit) via 7db37e9ccfef02af7ee241b78cd49b876b705250 (commit) via 3070bfd7c15b11f61225bfff21deb65f558453ad (commit) via 794cd032af313052ed8c667fa2934cb9e94bafc1 (commit) from 71adccec24654394adb7f78ffeed74575be21a1f (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit fbe1bcab06a47992349d13d7f71be8f89bbe412e Merge: 71adcce 3186ab8 Author: Miller Puckette msp@ucsd.edu Date: Mon Jul 10 14:01:58 2017 -0700
Merge branch 'appveyor'
commit 3186ab8bbcfeafd529dd35c47937a5ec6b4673b9 Author: IOhannes m zmoelnig zmoelnig@umlautQ.umlaeute.mur.at Date: Thu Jun 29 16:08:06 2017 +0200
Fixed project URL to appveyor page.
it seems that i cannot use the github group name in the appveyor link. instead, it is *always* the user ID of the person who enabled the CI on appveyor.com :-(
commit 7db37e9ccfef02af7ee241b78cd49b876b705250 Author: IOhannes m zmoelnig zmoelnig@umlautQ.umlaeute.mur.at Date: Thu Jun 29 14:20:36 2017 +0200
initial stab at Appveyor config
for automatic building of Pd with MSVC, using the appveyor CI service.
commit 3070bfd7c15b11f61225bfff21deb65f558453ad Author: IOhannes m zmoelnig zmoelnig@umlautQ.umlaeute.mur.at Date: Thu Jun 29 14:30:14 2017 +0200
dropped last remains of WIN32 define in favour of _WIN32
commit 794cd032af313052ed8c667fa2934cb9e94bafc1 Author: IOhannes m zmoelnig zmoelnig@umlautQ.umlaeute.mur.at Date: Wed Jun 28 11:15:11 2017 +0200
workaround for rpl_malloc/rpl_realloc bug in autoconf when cross-compiling with mingw
-----------------------------------------------------------------------
Summary of changes: .appveyor.yml | 49 +++++++++++++++ configure.ac | 197 ++++++++++++++++++++++++++++++---------------------------- src/s_main.c | 4 +- src/x_midi.c | 4 +- 4 files changed, 154 insertions(+), 100 deletions(-) create mode 100644 .appveyor.yml
hooks/post-receive