Commit Graph

3951 Commits

Author SHA1 Message Date
Sam Surtees
2a2feac1c9 Added UWP support for VS projects 2022-10-09 15:52:06 +10:00
Samuel Surtees
7d241a6d98
Merge pull request #1952 from flakey5/flakey5/add-usestandardpreprocessor
vstudio: add usestandardpreprocessor option
2022-10-07 12:59:07 +10:00
Nick Clark
46e12d39dc
Merge pull request #1976 from LORgames/ssurtees/externalincludedirs
Android projects use IncludePath instead of ExternalIncludePath
2022-10-06 22:41:58 -04:00
Nick Clark
bc5ed89572
Merge pull request #1970 from LORgames/ssurtees/androidDocs
Updated Android docs
2022-10-06 22:19:10 -04:00
Nick Clark
60a89804bf
Merge pull request #1975 from LORgames/ssurtees/linkingDecorators
Strip linking decorators for sibling projects
2022-10-06 22:05:19 -04:00
Nick Clark
2e0410a03f
Merge branch 'master' into flakey5/add-usestandardpreprocessor 2022-10-06 21:55:42 -04:00
Nick Clark
46b0a59acf
Merge pull request #1971 from LORgames/ssurtees/docFixes
Fixed a couple of issues with the Custom Rules docs
2022-10-06 21:40:58 -04:00
Nick Clark
2bd025a78d
Merge branch 'master' into flakey5/add-usestandardpreprocessor 2022-10-06 21:39:04 -04:00
Sam Surtees
5fce18c601 Updated Android docs 2022-10-05 10:55:53 +10:00
Sam Surtees
a5eba3423a Android projects use IncludePath instead of ExternalIncludePath 2022-10-05 02:35:09 +10:00
Sam Surtees
d95cd28337 Strip linking decorators for sibling projects
- Added unit tests for linking decorators
2022-10-05 02:17:47 +10:00
Sam Surtees
fc034e347a Fixed a couple of issues with the Custom Rules docs 2022-10-03 17:24:49 +10:00
Samuel Surtees
261b627f54
Merge pull request #1951 from Jarod42/codelite_fix_missing_directory
[Codelite] Fix custom build with missing directory
2022-10-03 17:21:00 +10:00
flakey5
6898ee241c vstudio: add usestandardpreprocessor option 2022-09-20 17:21:19 -07:00
Samuel Surtees
0078c17a8a
Merge pull request #1959 from thomashope/master
Use admonitions in documentation for things marked as deprecated
2022-09-19 21:01:46 +10:00
Thomas Hope
a137d979dc Use admonitions in documentation when marking things as deprecated 2022-09-18 20:42:57 +01:00
Kyriet
1ea9adf8e4
Merge pull request #1954 from thomashope/master
Add newoption.catagory to documentation, mark os.is as deprecated
2022-09-18 18:35:54 +02:00
Thomas Hope
eea401a49d Mark os.is as deprecated 2022-09-12 13:15:54 +01:00
Thomas Hope
131713fc60 Add description or category to newoption docs 2022-09-09 12:38:39 +01:00
Jarod42
660e4e2589 Fix custom build when new files are in new/missing directory 2022-09-07 10:35:51 +02:00
Samuel Surtees
db19fa5acc
Merge pull request #1942 from premake/release/v5.0-beta2
Release/v5.0 beta2
2022-09-05 10:27:54 +10:00
Nicholaus Clark
2a9c836fa7 Changed PREMAKE_VERSION back to dev after 5.0-beta2 release 2022-09-03 16:18:03 -04:00
Nicholaus Clark
5e02b117a0 Preparation for 5.0.0-beta2 2022-09-03 15:55:41 -04:00
Nick Clark
a96fe76fe3
Merge pull request #1913 from Jarod42/fix_buildmessage_escaping
Fix Codelite/gmake2 `buildmessage` escaping.
2022-09-02 14:11:21 -05:00
Nick Clark
bd5da71ce3
Merge branch 'master' into fix_buildmessage_escaping 2022-09-02 13:34:26 -05:00
Nick Clark
fb89d40bbb
Merge pull request #1923 from englercj/asan-support
Add address sanitizer flags
2022-09-02 13:23:16 -05:00
Chad Engler
e4f8448719
asan = 2019; fuzzer = 2022 2022-08-23 11:13:17 -07:00
Chad Engler
b7ad535fc9
Correct versions for sanitize docs 2022-08-23 10:40:04 -07:00
Chad Engler
519e6a99fe
Allow sanitize{} for VS2019 2022-08-23 10:32:33 -07:00
Chad Engler
9befc96f88
Fix typo in tests 2022-08-23 10:29:26 -07:00
Chad Engler
b51c82c008
Update sanitize docs 2022-08-23 10:26:12 -07:00
Chad Engler
30409ca358
Add Fuzzer for clang 2022-08-23 10:24:12 -07:00
Jarod42
5b022238bc Fix Codelite/gmake2 buildmessage escaping. 2022-08-21 13:38:36 +02:00
Chad Engler
7cfc60e715
Rewrite to a new API 2022-08-08 07:29:49 -07:00
Chad Engler
55352cac7a
Add address sanitizer flags 2022-08-07 12:09:47 -07:00
Samuel Surtees
ce5b4af6c3
Merge pull request #1900 from nickclark2016/bug-report-template-exporters
Updated Bug Report Template to add exporter selection
2022-08-01 17:45:00 +10:00
Nicholaus Clark
9dc81e6933 Updated Bug Report Template to add exporter selection 2022-07-29 13:29:21 -05:00
Samuel Surtees
ea2971dd50
Merge pull request #1910 from Jarod42/fix_case
Fix case.
2022-07-15 01:03:57 +10:00
Jarod42
3e50620473 Fix case. (might be problematic with custom override of premake module, such as premake-qt). 2022-07-14 13:28:39 +02:00
Samuel Surtees
f4a52819bd
Merge pull request #1886 from LORgames/ssurtees/mingwci
Added MinGW CI job
2022-07-12 22:17:44 +10:00
Sam Surtees
fa45f161af Added MinGW CI job 2022-07-12 21:52:21 +10:00
Samuel Surtees
b317753681
Merge pull request #1909 from CeruttiNicolas/patch-1
Typo in title
2022-07-12 16:14:10 +10:00
CeruttiNicolas
7ed81d3ca2
Typo in title
(second time doing it because it's my first PR and kinda made a mess the first time)
2022-07-12 01:11:44 +02:00
Kyriet
6e792ef456
Merge pull request #1904 from BttrDrgn/patch-1
`usingdirs` wiki typo
2022-07-01 08:29:35 +02:00
BttrDrgn
f0cb1dc4a1
Typo
`usingsdirs` -> `usingdirs` in the first example.
2022-06-30 17:48:12 -05:00
Samuel Surtees
1c22240cc8
Merge pull request #1894 from Jarod42/OpenMPForXcode
Fix openmp for xcode.
2022-06-21 13:18:44 +10:00
Jarod42
71a1db029c Fix openmp for xcode. 2022-06-10 18:17:34 +02:00
Kyriet
9245472cbe
Merge pull request #1893 from thomashope/master
Add docs for embed and embedAndSign Xcode options
2022-06-10 09:02:13 +02:00
Thomas Hope
24547f5098 Add guide for how to use embedAndSign to bundle frameworks in Xcode 2022-06-09 02:03:37 +01:00
Thomas Hope
747de22d38 Add docs for embed and embedAndSign 2022-06-09 01:56:26 +01:00