Skip to content

Commit

Permalink
Make third party packages buildable via the makefile. Build them all …
Browse files Browse the repository at this point in the history
…for ARM & x86.

- Remove x86-specific CPU profiling. Rebuild CoreParse as a fat framework
- Build fat libsixel archive
- Build fat color picker framework
- Build fat better font picker
- Build fat searchable combo list view
- Add openssl submodule
- Update openssl submodule to include stuart's patch
- Add makefile targets to build openssl
- Add libssh2 submodule
- Add makefile targets for fat libssh2
- Add fat NMSSH binary
- Add copy phase to fatlibssh2
- Commit fat sparkle framework
- Fix warnings
- Fix warnings
- Fix capitalization
- Improve libsixel makefile target
- Rebuild libsixel-x86 with 10.12 deployment target
- Add fat libsixel
  • Loading branch information
George Nachman authored and gnachman committed Jul 9, 2020
1 parent 5a8369a commit 83a3c75
Show file tree
Hide file tree
Showing 313 changed files with 13,512 additions and 1,956 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ ColorPicker/ColorPicker.xcodeproj/project.xcworkspace/xcuserdata/
ColorPicker/ColorPicker.xcodeproj/xcuserdata/
iTerm2.xcodeproj/project.xcworkspace/contents.xcworkspacedata
api/library/python/iterm2/docs/_build/
ThirdParty/libsixel-arm
ThirdParty/libsixel/lib/libsixel-arm.a
ThirdParty/libsixel/lib/libsixel-x86.a

# Compiled python modules.
*.pyc
Expand Down
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@
[submodule "submodules/libsixel"]
path = submodules/libsixel
url = https://github.com/saitoha/libsixel
[submodule "submodules/openssl"]
path = submodules/openssl
url = https://github.com/openssl/openssl
[submodule "submodules/libssh2"]
path = submodules/libssh2
url = https://github.com/libssh2/libssh2
Binary file not shown.
Loading

0 comments on commit 83a3c75

Please sign in to comment.