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
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
e5e9aa1
windows: silence deprecation warnings
jeremybernstein May 27, 2021
51c7d1f
update
jeremybernstein May 28, 2021
a3691f3
bump C74_MAX_SDK_VERSION
jeremybernstein May 28, 2021
019b3d2
dllexample: fix external build location
jeremybernstein Jun 2, 2021
032045f
updated headers, replacing many constant and magic number #defines wi…
jeremybernstein Jun 2, 2021
153b0c1
proof of concept c74_max.h, C++ namespace wrapper for our C headers
jeremybernstein Jun 2, 2021
80161ef
update jgraphics.h, removing jgraphics_attr_getrgba
jeremybernstein Jun 2, 2021
7512c73
move script folder to top-level folder for parity with max-api
Jun 7, 2021
e114a54
merge latest max-api scripts
Jun 7, 2021
d8a1861
update script folder location in project scripts
Jun 7, 2021
339107d
fix cmake linker-flags
Jun 8, 2021
d6742a1
dummy files included by min
Jun 8, 2021
be1ec28
modifications for min compatibility
jeremybernstein Jun 8, 2021
d8f517a
fix typo
Jun 8, 2021
0abb5a2
Include more headers
hiddedejong Jun 8, 2021
0c2c017
remove redundant info.plist template configure, this is already handl…
Jun 8, 2021
b05cd5b
fix xcode whining
Jun 8, 2021
fc815c0
not sure why, this change is now needed to build mydll project
Jun 8, 2021
8c6027f
C++ inheritance from t_object was a conceptual error, now generating …
jeremybernstein Jun 9, 2021
a02ec37
remove non-functional user-defined conversion operator (doesn't work …
jeremybernstein Jun 9, 2021
656db71
Fix ‘Offset of on non-standard-layout type’ warnings
hiddedejong Jun 9, 2021
f5916f5
undef min and max
hiddedejong Jun 10, 2021
2a44aee
add back in mistakenly ignored file
Jun 15, 2021
4920efa
update max-sdkignore generated verinfo.rc file
Jun 16, 2021
f7495bf
default all version numbers to 0
Jun 18, 2021
bc70890
regeneration from most recent API state
jeremybernstein Jul 27, 2021
117a752
Partial revert of "not sure why, this change is now needed to build m…
jeremybernstein Jul 27, 2021
78520ad
revert ext.h
jeremybernstein Jul 27, 2021
279b483
add jbox_get_boxpath to jpatcher_api.h
jeremybernstein Jul 27, 2021
cf35475
dllexamples: post->object_post
jeremybernstein Jul 27, 2021
b103c72
refactor ext_prefix.h, moving includes to ext_prefix_includes.h
jeremybernstein Jul 27, 2021
390f1eb
add #include <memory> to c74_max.h
jeremybernstein Jul 27, 2021
18a8404
ensure C linkage for prefix header includes
jeremybernstein Jul 27, 2021
ed9b603
include ext_prefix_includes.h
jeremybernstein Jul 27, 2021
6ca2229
typo
jeremybernstein Jul 27, 2021
5010ff5
fix jit.gl.simple help patch
Jul 27, 2021
d6ac108
updated headers and libs
jeremybernstein Jul 29, 2021
23ead85
replace c74support and script folders with max-sdk-base submodule
Aug 5, 2021
21a41da
allow Fat builds with arm64 support
Aug 5, 2021
f909819
Update max-sdk-base
Aug 5, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 3 additions & 1 deletion .gitignore
Expand Up @@ -6,7 +6,8 @@ sysbuild
log.txt
externals
support
build
build/
build-*/
*.o
*.dylib

Expand All @@ -18,3 +19,4 @@ latex/
*.map
*.md5

script/verinfo.rc
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "source/max-sdk-base"]
path = source/max-sdk-base
url = https://github.com/Cycling74/max-sdk-base
4 changes: 3 additions & 1 deletion CMakeLists.txt
@@ -1,8 +1,10 @@
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.19)

string(REGEX REPLACE "(.*)/" "" THIS_FOLDER_NAME "${CMAKE_CURRENT_SOURCE_DIR}")
project(${THIS_FOLDER_NAME})

set(CMAKE_OSX_ARCHITECTURES x86_64;arm64)

MACRO(SUBDIRLIST result curdir)
FILE(GLOB children RELATIVE ${curdir} ${curdir}/*)
SET(dirlist "")
Expand Down
Binary file modified MaxAPI.pdf
Binary file not shown.
Binary file removed help/jit.gl.simple.help
Binary file not shown.