-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[merge] Merge WIP changes from ffi before they get too stale
* ffi: [test] Give the import_from_two_modules test its own header file [test] Rename a test [build] c_compile stage now understands headers are a dependency [build] Only write an implicit deps section in ninja files if it is used [build] make_temp_filename throws if the filename is empty [build] Have the gen_init target generate headers [compiler] Write headers for foreign generated code [compiler] Add output-header parameter for generating foreign hooks [compiler/util] Seperate the write_temp and move operations [compiler] Make writing of foreign hooks use a temporary file [build] Specify c_compile task name without a path [test] Pass --rebuild to all "build" tests [test] Print test output in verbose mode [build] Support foreign code in more than one module [build] Add new plzgeninit program [build] Rename the dependency stage to a general "scan" stage [ffi] Add some missing newlines in generated foreign code
- Loading branch information
Showing
19 changed files
with
612 additions
and
121 deletions.
There are no files selected for viewing
This file contains 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,6 @@ plzasm | |
plzbuild | ||
plzc | ||
plzdisasm | ||
plzgeninit | ||
plzlnk | ||
tags |
This file contains 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 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 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.