-
Notifications
You must be signed in to change notification settings - Fork 6
Build kauai and chomp on Linux, allowing release .chk files identical to those on Windows to be built #12
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
Merged
benstone
merged 29 commits into
benstone:main
from
mcayland:feature/linux-platform-part3
Nov 22, 2025
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
d52b049
kauai/tools/chomp.cpp: remove __cdecl from main() function declaration
mcayland b4ade8f
kauai/src/fni.h: replace HWND with KWND to indicate owner window
mcayland d4362d3
kauai/src/platform.h: add GetExecutableName() platform function for n…
mcayland d62cb88
kauai/src: add new fniposix.cpp implementation
mcayland 17bc787
kauai/src: add new fileposix.cpp implementation
mcayland a4e1acf
kauai/src/appb.cpp: replace MacWin() macro usage
mcayland aa26bbf
kauai/src/appb.cpp: fix up APPB::WarnProcApp() for non-Windows platforms
mcayland 0869e74
kauai/src/gfx.cpp: replace Mac() macro usage
mcayland 00f47ab
kauai/src/gob.cpp: implement GOB::FGetRcInval() for non-Windows platf…
mcayland 9e6393e
kauai/src/gob.cpp: implement GOB::_HwndGetDptFromCoo() for non-Window…
mcayland 9add2c1
kauai/src/gob.cpp: implement GOB::PgobFromPtGlobal() for non-Windows …
mcayland 4c7cd09
kauai/src/appbsdl.cpp: fix APPB::CreateConsole() for non-Windows plat…
mcayland d8cab3d
kauai/src/appbsdl.cpp: don't compile Windows platform code for SDL_SY…
mcayland 28d5d4d
kauai/src/gfxsdl.cpp: ignore GPT::PgptNew() on non-Windows platforms
mcayland b54fad0
kauai/src/gfxsdl.cpp: remove unused HDC variable from GPT::PgptNewHwnd()
mcayland 4f361f0
kauai/src/gfxsdl.cpp: replace byte type with cstdint uint8_t type
mcayland 9726bf2
kauai/src/fontsdl.cpp: replace BOOL type with cstdint bool type
mcayland acb783f
kauai/src/clip.cpp: move #ifdef WIN in CLIP::FInitExport()
mcayland b14073a
kauai/src/docb.cpp: enable DSG class for non-classic Mac platforms
mcayland d532f53
kauai/src/ctl.cpp: fix compilation on non-Windows platforms
mcayland fdd903c
kauai/src: add new picstub.cpp implementation
mcayland bd8b6d9
kauai/CMakeLists.txt: add missing KauaiBase dependency to khello
mcayland c0ebcb2
cmake/TargetChompSources.cmake: add gcc support to studio-chomp-chunk…
mcayland cc951c2
kauai/tools/chomp.c: fix options parser for filenames beginning with /
mcayland c465cf3
kauai/src/utilstr.cpp: implement FEqualUserRgch() for non-Windows pla…
mcayland 349dc52
kauai/src/chcm.cpp: implement CHLX::FGetPath() for non-Windows platforms
mcayland 73344b8
kauai/src/mbmp.cpp: implement BITMAPFILEHEADER and BITMAPINFOHEADER f…
mcayland 585a0e8
kauai/src/lex.cpp: use UNIX-style line endings on non-Windows platforms
mcayland 9ba681d
kauai/src/lex.cpp: read gcc pre-processor soure file information from…
mcayland File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.