-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Meson Build File For Issue: #78 #119
Closed
Closed
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
776d35c
WIP Meson Build
LinuxLegend 583dc56
Include Licensing Information as header
LinuxLegend 86c698a
Update for VMA Incode defines parameters
LinuxLegend 217becb
Add note about priorityq
LinuxLegend 805d3bb
Test cases wip, need to do installation next
LinuxLegend 6165cda
Add test suffix for test cases for consistency
LinuxLegend 154917c
Exclude Test cases from installation
LinuxLegend 48e9dde
Add meson_options and fixed options in meson build for test cases
LinuxLegend f8271f9
Fixed path for tests/data
LinuxLegend a671a65
Commented out the line that undefine STRICT ANSI
LinuxLegend 1d63a3e
Shader compilation wip
LinuxLegend ef3a60a
Added summaries for shader options and test option
LinuxLegend 5ab35de
Usable implementation of shader compilation
LinuxLegend ee3c364
Introduced 2 scripts for compiling shaders
LinuxLegend a3b4887
Added option to hide test cases warning
LinuxLegend 88a0874
Batch script correction
LinuxLegend 66e546d
Added test enable option and documentation for meson in readme
LinuxLegend c99d30c
Fix enable test
LinuxLegend 6ecb7f7
Add test iteration with credit to eli-schwartz
LinuxLegend 39fe3e7
Remove commented out test cases
LinuxLegend 2eef64c
Don't copy tests/data over if Install Test flag is set to false
LinuxLegend d37087d
Remove linux specific flag for hiding test warning
LinuxLegend 29190fe
Removed the line for strict ansi, this fix will be ported upward to V…
LinuxLegend 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one more level from 'building' (an additional '#'), also I would have preferred the meson build to appear after the original cmake. (at least for now).
The VMA options should be splited in a separated markdown file (in the doc folder).