Commit Graph

497 Commits

Author SHA1 Message Date
9167ce10a2 linux regression 2024-02-23 11:34:06 +00:00
b6e035aa35 [*] bypass cmd limits when linking 2023-12-19 05:12:51 +00:00
feb13b00e0 647a083895 once again but i dont feel like being nice anymore 2022-12-18 00:23:13 +00:00
Jarod42
af02f14e80 Fix typos in comment. 2022-12-11 15:25:59 +01:00
Samuel Surtees
2a3f3b75ec
Merge pull request #2006 from Jarod42/externalwarnings_vs2019
`externalwarnings`, `externalanglebrackets`, `externalincludedirs` was already available in vs2019
2022-12-11 17:12:08 +10:00
Jarod42
998cbc7a69 externalwarnings, externalanglebrackets, externalincludedirs was already available in vs2019 2022-12-09 15:27:01 +01:00
Jarod42
f5188c2f65 Fix copy/paste typo. 2022-12-01 18:35:09 +01:00
Nick Clark
ff5328c214
Merge pull request #1980 from LORgames/ssurtees/uwp
Added UWP support for VS projects
2022-10-12 08:29:31 -04:00
Sam Surtees
2a2feac1c9 Added UWP support for VS projects 2022-10-09 15:52:06 +10:00
Sam Surtees
80e371b320 Added support for CopyFileToFolders via Copy buildaction
- Added full table of supported C++ values for buildaction
2022-10-08 16:40:16 +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
2bd025a78d
Merge branch 'master' into flakey5/add-usestandardpreprocessor 2022-10-06 21:39:04 -04:00
Sam Surtees
a5eba3423a Android projects use IncludePath instead of ExternalIncludePath 2022-10-05 02:35:09 +10:00
flakey5
6898ee241c vstudio: add usestandardpreprocessor option 2022-09-20 17:21:19 -07:00
Jarod42
660e4e2589 Fix custom build when new files are in new/missing directory 2022-09-07 10:35:51 +02:00
Nick Clark
bd5da71ce3
Merge branch 'master' into fix_buildmessage_escaping 2022-09-02 13:34:26 -05:00
Chad Engler
e4f8448719
asan = 2019; fuzzer = 2022 2022-08-23 11:13:17 -07:00
Chad Engler
519e6a99fe
Allow sanitize{} for VS2019 2022-08-23 10:32:33 -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
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
Jarod42
71a1db029c Fix openmp for xcode. 2022-06-10 18:17:34 +02:00
Samuel Surtees
dc02a676e7
Merge pull request #1750 from LORgames/ssurtees/appxmanifest
Added support for AppxManifest files
2022-05-21 15:16:41 +10:00
Samuel Surtees
f28eb97435
Merge pull request #1771 from Jarod42/PCH_Codelite
Codelite PCH Fix for obsolete `UseDifferentPCHFlags="no"`
2022-05-21 15:16:24 +10:00
Nicholaus Clark
9e34852bd7 Added unit test, use p.esc 2022-05-16 07:12:26 -05:00
Samuel Surtees
6b8cabad16
Merge pull request #1876 from nickclark2016/issues/1868
Escape group names when creating rules
2022-05-11 23:03:20 +10:00
Jarod42
e83a9046c1 Fix Codelite generation of empty source tree project. 2022-05-09 21:03:25 -05:00
Nicholaus Clark
c36e48a10e Escape group names when creating rules 2022-05-09 21:00:08 -05:00
Nick Clark
5212cda66b Changed MMD to MD in gmake/gmake2 outputs for gcc/clang. 2022-04-08 07:56:46 -05:00
Samuel Surtees
1cd78b4a90
Merge pull request #1809 from hannes-harnisch/inheritdependencies
Feature for disabling inherited dependencies
2022-02-22 22:23:39 +10:00
Samuel Surtees
7deba66805
Merge pull request #1788 from LoneBoco/feature-modulescansources
Add a new "ScanForModuleDependencies" flag.
2022-02-22 22:22:43 +10:00
Samuel Surtees
1b8ef89cae
Merge pull request #1789 from LoneBoco/bugfix-externalwarning
Include the configuration condition for ExternalWarningLevel.
2022-02-22 22:22:11 +10:00
Hannes Harnisch
d124db636f Implementing "allmodulespublic" 2022-02-15 19:11:34 +01:00
Hannes Harnisch
59385a2586 Adding C++ module file extensions 2022-02-15 19:11:34 +01:00
Hannes Harnisch
827d07c206 Implementing "inheritdependencies" 2022-02-10 19:40:28 +01:00
John Norman
d0f4474b6f Converted to an API call. 2022-01-07 03:12:07 -08:00
John Norman
9fe297f5bb Reduced redundant code and added another test case. 2022-01-06 01:40:44 -08:00
John Norman
88649340e5 Fixed file level handling of externalwarnings and externalanglebrackets. 2022-01-05 10:21:49 -08:00
John Norman
ff4f34301b Include the configuration condition for ExternalWarningLevel. 2022-01-04 13:03:24 -08:00
John Norman
d5347f623a Added test for the ScanForModuleDependencies flag. 2022-01-04 12:55:21 -08:00
John Norman
408a927dde Add a new "ScanForModuleDependencies" flag.
This controls the Visual Studio "Scan Sources for Module Dependencies" option, which controls how it scans for C++20 modules.  This new flag sets the option in the generated project files.
2022-01-04 12:19:38 -08:00
starkos
a3afc7b378 Revert "Merge remote-tracking branch 'hannes-harnisch/inheritdependencies'"
This reverts commit 7a6ee23a5e, reversing
changes made to 651617a40b.
2022-01-04 09:40:25 -05:00
starkos
7a6ee23a5e Merge remote-tracking branch 'hannes-harnisch/inheritdependencies' 2022-01-04 09:39:12 -05:00
starkos
651617a40b Merge pull request #1754 from englercj/msvc-external-support
Improve external include & warning support
2022-01-04 09:24:47 -05:00
starkos
11da2f49f1 Fix make clean handling of generated files
Closes #1650.
2022-01-04 09:15:47 -05:00
Chad Engler
065b3acb2f
Improve external include & warning support 2022-01-03 08:31:44 -08:00
Hannes Harnisch
39e7ebd3e1 Fixing missing tag for inheritdependencies with no links 2021-12-11 23:14:45 +01:00
Hannes Harnisch
fe1ac8a6cb Implementing "inheritdependencies" 2021-12-08 20:11:18 +01:00
Jarod42
6a9da07eac Codelite replaced UseDifferentPCHFlags="no" by PCHFlagsPolicy="1" (without retro-compatility) in 2014. 2021-12-07 14:19:21 +01:00