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

Jb/header update #62

Open
wants to merge 40 commits into
base: main
Choose a base branch
from
Open

Jb/header update #62

wants to merge 40 commits into from

Commits on May 27, 2021

  1. Configuration menu
    Copy the full SHA
    e5e9aa1 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. update

    jeremybernstein committed May 28, 2021
    Configuration menu
    Copy the full SHA
    51c7d1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3691f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Configuration menu
    Copy the full SHA
    019b3d2 View commit details
    Browse the repository at this point in the history
  2. updated headers, replacing many constant and magic number #defines wi…

    …th enums. this will improve namespace-ability and the eventual retirement of max-api.
    jeremybernstein committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    032045f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    153b0c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80161ef View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Configuration menu
    Copy the full SHA
    7512c73 View commit details
    Browse the repository at this point in the history
  2. merge latest max-api scripts

    Robert Ramirez committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    e114a54 View commit details
    Browse the repository at this point in the history
  3. update script folder location in project scripts

    Robert Ramirez committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    d8a1861 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. fix cmake linker-flags

    Robert Ramirez committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    339107d View commit details
    Browse the repository at this point in the history
  2. dummy files included by min

    Robert Ramirez committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    d6742a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be1ec28 View commit details
    Browse the repository at this point in the history
  4. fix typo

    Robert Ramirez committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    d8f517a View commit details
    Browse the repository at this point in the history
  5. Include more headers

    hiddedejong committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    0abb5a2 View commit details
    Browse the repository at this point in the history
  6. remove redundant info.plist template configure, this is already handl…

    …ed by set_target_properties MACOSX_BUNDLE_INFO_PLIST in max-posttarget.cmake
    Robert Ramirez committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    0c2c017 View commit details
    Browse the repository at this point in the history
  7. fix xcode whining

    "User-supplied CFBundleIdentifier ... in the Info.plist must be the same as the PRODUCT_BUNDLE_IDENTIFIER build setting value"
    Robert Ramirez committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    b05cd5b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fc815c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. C++ inheritance from t_object was a conceptual error, now generating …

    …an operator to cast to t_object
    jeremybernstein committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    8c6027f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a02ec37 View commit details
    Browse the repository at this point in the history
  3. Fix ‘Offset of on non-standard-layout type’ warnings

    Copied over from max-api.git/c74_max_object.h  line 19
    hiddedejong committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    656db71 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. undef min and max

    hiddedejong committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    f5916f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. add back in mistakenly ignored file

    Robert Ramirez committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    2a44aee View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. update max-sdkignore generated verinfo.rc file

    Robert Ramirez committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    4920efa View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. default all version numbers to 0

    Robert Ramirez committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    f7495bf View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Configuration menu
    Copy the full SHA
    bc70890 View commit details
    Browse the repository at this point in the history
  2. Partial revert of "not sure why, this change is now needed to build m…

    …ydll project"
    
    This partially reverts commit fc815c0.
    jeremybernstein committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    117a752 View commit details
    Browse the repository at this point in the history
  3. revert ext.h

    jeremybernstein committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    78520ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    279b483 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf35475 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b103c72 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    390f1eb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    18a8404 View commit details
    Browse the repository at this point in the history
  9. include ext_prefix_includes.h

    include c74_max.h from c74_jitter.h
    jeremybernstein committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    ed9b603 View commit details
    Browse the repository at this point in the history
  10. typo

    jeremybernstein committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    6ca2229 View commit details
    Browse the repository at this point in the history
  11. fix jit.gl.simple help patch

    Robert Ramirez committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    5010ff5 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Configuration menu
    Copy the full SHA
    d6ac108 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Configuration menu
    Copy the full SHA
    23ead85 View commit details
    Browse the repository at this point in the history
  2. allow Fat builds with arm64 support

    Robert Ramirez committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    21a41da View commit details
    Browse the repository at this point in the history
  3. Update max-sdk-base

    Robert Ramirez committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    f909819 View commit details
    Browse the repository at this point in the history