Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master #1

Open
wants to merge 76 commits into
base: master
Choose a base branch
from
Open

Master #1

wants to merge 76 commits into from

Commits on Aug 14, 2011

  1. Configuration menu
    Copy the full SHA
    73c8076 View commit details
    Browse the repository at this point in the history
  2. Ignore .DS_Store files.

    lapcat committed Aug 14, 2011
    Configuration menu
    Copy the full SHA
    1d33494 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0056825 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2012

  1. Merge pull request #16 from lapcat/master

    A few minor fixes
    Timothy Place committed Jan 30, 2012
    Configuration menu
    Copy the full SHA
    fa7d63e View commit details
    Browse the repository at this point in the history
  2. .gitignore: adding Xcode4 user data ignores

    tim@cycling74.com committed Jan 30, 2012
    Configuration menu
    Copy the full SHA
    05b5509 View commit details
    Browse the repository at this point in the history
  3. Updating xcodeproject so that it can be build on Lion with Xcode4. Th…

    …is means turning-off support for OS 10.5 and PPC. Fixes #17.
    tim@cycling74.com committed Jan 30, 2012
    Configuration menu
    Copy the full SHA
    e2492db View commit details
    Browse the repository at this point in the history
  4. version number bump

    tim@cycling74.com committed Jan 30, 2012
    Configuration menu
    Copy the full SHA
    7e31778 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2012

  1. Updated copyright strings to 2012

    tim@cycling74.com committed Feb 1, 2012
    Configuration menu
    Copy the full SHA
    068bd15 View commit details
    Browse the repository at this point in the history
  2. Addressing Xcode warnings, updating projects, etc.

    tim@cycling74.com committed Feb 1, 2012
    Configuration menu
    Copy the full SHA
    bdf4eea View commit details
    Browse the repository at this point in the history
  3. Installer now checks for OS 10.6 as the minimum support OS version fo…

    …r new builds of Soundflower.
    tim@cycling74.com committed Feb 1, 2012
    Configuration menu
    Copy the full SHA
    222e65a View commit details
    Browse the repository at this point in the history
  4. fixes to Xcode and installer settings so that the installer can find …

    …the application binary for Soundflowerbed given Xcode4's new way of handling intermediate and temp build directories.
    tim@cycling74.com committed Feb 1, 2012
    Configuration menu
    Copy the full SHA
    3e272f2 View commit details
    Browse the repository at this point in the history
  5. permissions fix for content installed to /Applications/Soundflower --…

    … making these items group-writable so that admins can delete these (etc) when they are not user 501. fixes #8.
    tim@cycling74.com committed Feb 1, 2012
    Configuration menu
    Copy the full SHA
    8e2c47d View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2012

  1. ReadMe: updated links for the change log

    tim@cycling74.com committed Feb 3, 2012
    Configuration menu
    Copy the full SHA
    1e31f23 View commit details
    Browse the repository at this point in the history
  2. Soundflowerbed.xcodeproj install flags corrected

    tim@cycling74.com committed Feb 3, 2012
    Configuration menu
    Copy the full SHA
    66f11ff View commit details
    Browse the repository at this point in the history
  3. Uninstall Script now functions correctly on Lion, given changes Apple…

    … made to the package receipts path.
    tim@cycling74.com committed Feb 3, 2012
    Configuration menu
    Copy the full SHA
    8fd8863 View commit details
    Browse the repository at this point in the history
  4. Installer fixes for SoundflowerBed, which was not reliably installed …

    …on Lion.
    tim@cycling74.com committed Feb 3, 2012
    Configuration menu
    Copy the full SHA
    55b6d7b View commit details
    Browse the repository at this point in the history
  5. build script now builds Soundflowerbed as well as the Soundflower ext…

    …ension.
    tim@cycling74.com committed Feb 3, 2012
    Configuration menu
    Copy the full SHA
    8ca2d06 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4978317 View commit details
    Browse the repository at this point in the history
  7. Adding some very modest amount of feedback to the uninstall script to…

    … indicate when it is done.
    tim@cycling74.com committed Feb 3, 2012
    Configuration menu
    Copy the full SHA
    f93a824 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eb0fdc8 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2012

  1. version number bumped to 1.6.1

    tim@cycling74.com committed Feb 6, 2012
    Configuration menu
    Copy the full SHA
    3af287d View commit details
    Browse the repository at this point in the history
  2. Apple's installer seems to have lost the fixes made to make files gro…

    …up writable. Those fixes have been re-applied. Apple's installer apparently also only makes those changes for files and is leaving our folders (e.g. /Applications/Soundflower) as not group writable and thus not accessible to non-501 users.
    tim@cycling74.com committed Feb 6, 2012
    Configuration menu
    Copy the full SHA
    f16e590 View commit details
    Browse the repository at this point in the history
  3. fixing relocation and downgrade flags *again* as Apple's installer fo…

    …rgot the settings *again*.
    tim@cycling74.com committed Feb 6, 2012
    Configuration menu
    Copy the full SHA
    f24571f View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2012

  1. permissions fix for bug introduced in 1.6.1

    tim@cycling74.com committed Feb 9, 2012
    Configuration menu
    Copy the full SHA
    dab5ceb View commit details
    Browse the repository at this point in the history
  2. version number bump

    tim@cycling74.com committed Feb 9, 2012
    Configuration menu
    Copy the full SHA
    db91663 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2012

  1. fix for previous postflight "fix" which was incorrect

    tim@cycling74.com committed Feb 10, 2012
    Configuration menu
    Copy the full SHA
    b0b1b30 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2012

  1. Modified soundflower so that the 16channel driver can be adapted to a…

    … 32 channel or 64 channel driver etc easily (Set to 64).
    
    Just need to change NUM_CHANS in xcconfig and IOAudioStreamNumChannels field in Info.plist
    olilarkin committed Jun 25, 2012
    Configuration menu
    Copy the full SHA
    9898bf6 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2012

  1. Configuration menu
    Copy the full SHA
    4a893bd View commit details
    Browse the repository at this point in the history
  2. version number bumped to 1.6.3

    +1m place committed Jul 20, 2012
    Configuration menu
    Copy the full SHA
    b271e6c View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2012

  1. updating for building and debugging SoundflowerBed on Mountain Lion, …

    …which means moving up to OS 10.7 SDK as a minimum target. Also bumped the sfb version numbers.
    +1m place committed Jul 26, 2012
    Configuration menu
    Copy the full SHA
    f9a9350 View commit details
    Browse the repository at this point in the history
  2. fix for compatibility of soundflowerbed with the 64-channel soundflow…

    …er -- solves crashes in soundflowerbed
    +1m place committed Jul 26, 2012
    Configuration menu
    Copy the full SHA
    ca1a386 View commit details
    Browse the repository at this point in the history
  3. version number 1.6.4

    @timothyplace committed Jul 26, 2012
    Configuration menu
    Copy the full SHA
    3f67e08 View commit details
    Browse the repository at this point in the history
  4. sfb sdk setting switched back 10.6 for deployment

    @timothyplace committed Jul 26, 2012
    Configuration menu
    Copy the full SHA
    4348f9e View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2012

  1. re-working code signing for the installer

    +1m place committed Jul 27, 2012
    Configuration menu
    Copy the full SHA
    de07378 View commit details
    Browse the repository at this point in the history
  2. version number bump

    +1m place committed Jul 27, 2012
    Configuration menu
    Copy the full SHA
    fff5855 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e514747 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2012

  1. Configuration menu
    Copy the full SHA
    f6c4d1f View commit details
    Browse the repository at this point in the history
  2. installer script now gets the version number from the local build rat…

    …her than the installed Soundflower.
    +1m place committed Aug 6, 2012
    Configuration menu
    Copy the full SHA
    b3c12c3 View commit details
    Browse the repository at this point in the history
  3. version number bump

    +1m place committed Aug 6, 2012
    Configuration menu
    Copy the full SHA
    4d955be View commit details
    Browse the repository at this point in the history
  4. removing project override of the xcconfig-defined sdk version for sou…

    …ndflowerbed
    +1m place committed Aug 6, 2012
    Configuration menu
    Copy the full SHA
    dafcb02 View commit details
    Browse the repository at this point in the history
  5. the only reliable way to get soundflower working is to require a rest…

    …art, so the installer does that now.
    +1m place committed Aug 6, 2012
    Configuration menu
    Copy the full SHA
    4c44647 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b24571 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2013

  1. Improve stability regarding sleep/resume, device disconnection. Chang…

    …e Minimum target to OSX 10.7
    kyab committed May 31, 2013
    Configuration menu
    Copy the full SHA
    558bc5f View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2013

  1. Add Volume Control

    kyab committed Jun 2, 2013
    Configuration menu
    Copy the full SHA
    8f11d65 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2013

  1. Fix minor problems

    kyab committed Aug 8, 2013
    Configuration menu
    Copy the full SHA
    a09aa20 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2013

  1. ruby scripts updated to silence warnings with Ruby 2.0

    timothy place committed Dec 19, 2013
    Configuration menu
    Copy the full SHA
    60ec049 View commit details
    Browse the repository at this point in the history
  2. .gitignore fix

    timothy place committed Dec 19, 2013
    Configuration menu
    Copy the full SHA
    c5c16d9 View commit details
    Browse the repository at this point in the history
  3. updating projects and scripts for building on the latest mac os / xco…

    …de version
    timothy place committed Dec 19, 2013
    Configuration menu
    Copy the full SHA
    9de73f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2013

  1. Configuration menu
    Copy the full SHA
    799c745 View commit details
    Browse the repository at this point in the history
  2. version bump

    benbrackenc74 committed Dec 20, 2013
    Configuration menu
    Copy the full SHA
    9fcb2f0 View commit details
    Browse the repository at this point in the history
  3. more distro fixes: cannot install to /Library/Extensions without code…

    … signing, cannot code sign if you want to distribute for OS 10.8.x or earlier.
    benbrackenc74 committed Dec 20, 2013
    Configuration menu
    Copy the full SHA
    1f3c182 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2013

  1. Merge pull request #12 from kyab/master

    Fix some crash issues of SoundFlowebed when sleep/resume, or sudden device disconnection.
    Timothy Place committed Dec 21, 2013
    Configuration menu
    Copy the full SHA
    cfa645f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    174747d View commit details
    Browse the repository at this point in the history
  3. SoundflowerBed: addressed error building xib file with Xcode5 (unchec…

    …ked the 'auto-layout' box in the widget inspector).
    timothy place committed Dec 21, 2013
    Configuration menu
    Copy the full SHA
    5211931 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2013

  1. installer scripts working for the new pkgbuild installer

    timothy place committed Dec 23, 2013
    Configuration menu
    Copy the full SHA
    611f2eb View commit details
    Browse the repository at this point in the history
  2. reverting update that allows you build SoundflowerBed with Xcode 5 --…

    … because the change makes it impossible to build with Xcode 4. Need to use Xcode 4 because Xcode 5 cannot build kernel extensions for 32-bit.
    benbrackenc74 committed Dec 23, 2013
    Configuration menu
    Copy the full SHA
    d85e2f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2014

  1. License changed to MIT License

    timothy place committed Mar 28, 2014
    Configuration menu
    Copy the full SHA
    6b5e4f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2014

  1. Updated project to build with 10.9

    Jonas Latza committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    d861dcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4819c87 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2014

  1. Configuration menu
    Copy the full SHA
    343eecc View commit details
    Browse the repository at this point in the history
  2. Fixed load script

    crmne committed May 10, 2014
    Configuration menu
    Copy the full SHA
    c3031ae View commit details
    Browse the repository at this point in the history
  3. Fixed installer script

    crmne committed May 10, 2014
    Configuration menu
    Copy the full SHA
    82bfa65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1883ff8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0853907 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a410e43 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2014

  1. Merge pull request #1 from crmne/master

    Builds and deploys successfully, including installer and dmg, on Mavericks
    InfInt committed May 11, 2014
    Configuration menu
    Copy the full SHA
    0349b35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf3c910 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7bdf45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5411258 View commit details
    Browse the repository at this point in the history
  5. Fixed typo

    InfInt committed May 11, 2014
    Configuration menu
    Copy the full SHA
    de4f000 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bf97bb6 View commit details
    Browse the repository at this point in the history
  7. Install in /System

    OS 10.9 requires /Library kext to be signed, and a signed kext will NOT
    load on OS 10.8 or earlier.
    Fixes #1
    crmne committed May 11, 2014
    Configuration menu
    Copy the full SHA
    e54acf1 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2014

  1. Merge pull request #2 from crmne/master

    Install into the correct path
    InfInt committed May 18, 2014
    Configuration menu
    Copy the full SHA
    1296820 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2015

  1. Updated changelog location

    bfred-it committed Jan 24, 2015
    Configuration menu
    Copy the full SHA
    7b9762d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #29 from bfred-it/patch-1

    Updated changelog location
    qdcarnicelli committed Jan 24, 2015
    Configuration menu
    Copy the full SHA
    6db58e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2015

  1. Merge pull request #16 from InfInt/master

    Updated project to build with 10.9
    qdcarnicelli committed Feb 11, 2015
    Configuration menu
    Copy the full SHA
    b9d3c5c View commit details
    Browse the repository at this point in the history