Commit Graph

3896 Commits

Author SHA1 Message Date
Nicholaus Clark
b2016d45eb Fix for source generation 2022-05-17 00:26:43 -05:00
Nick Clark
e7ad3117e3
Merge pull request #1882 from nickclark2016/issues/1876-followup
Added Unit Test for Workspace Generation
2022-05-16 15:37:19 -05: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
Samuel Surtees
0c7dfa7912
Merge pull request #1861 from Jarod42/CodeliteEmptySourceTree
Fix Codelite generation of empty source tree project.
2022-05-11 22:58:47 +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
190ee8bbf3
Merge pull request #1867 from flakey5/linux-uuids
Improve uuid generation on Linux
2022-05-09 16:38:49 -05:00
flakey5
081bf725be Remove 'or macosx' for linking libuuid 2022-04-29 21:46:25 -07:00
flakey5
ccf45c14c5 Improve uuid generation on Linux 2022-04-28 16:50:31 -07:00
Nick Clark
0c6711170c
Merge pull request #1863 from simbit18/master
Fix build failed in mingw x86
2022-04-21 08:07:31 -05:00
simbit18
0439fc0a66
Update Bootstrap.mak
Fix build failed in mingw x86 with v5.0.0-beta1 version. Here is the output:

Makefile:34: *** "invalid configuration release_x86".  Stop.
mingw32-make: *** [Bootstrap.mak:91: mingw] Error 2
2022-04-20 15:30:02 +02:00
Nick Clark
d8e0025610
Merge pull request #1834 from r-a-sattarov/master
contrib/curl: update ifdef condition for MCST-LCC compiler
2022-04-18 16:16:12 -05:00
r-a-sattarov
31e3f5d169 contrib/curl: update ifdef condition for MCST-LCC compiler
in mcst-lcc compiler => 1.25 added a new macro definition to determine compiler
2022-04-18 23:11:14 +03:00
Samuel Surtees
c4265c5ede
Merge pull request #1860 from Jarod42/openmp-gcc-clang
Add support of openmp for gcc/clang.
2022-04-16 15:56:45 +10:00
Jarod42
dd6154045c Add support of openmp for gcc/clang. 2022-04-15 22:01:22 +02:00
Samuel Surtees
5c2a1cccd7
Merge pull request #1855 from nickclark2016/issues/1801
Changed MMD to MD in gmake/gmake2 outputs for gcc/clang.
2022-04-08 23:12:15 +10: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
bae2b1bc94
Merge pull request #1796 from somyungoh/issues/1795
Fix #1795: project generation fails with "Error: attempt to index a function value"
2022-04-08 20:49:19 +10:00
Nick Clark
e0de83c2e7
Merge pull request #1851 from nickclark2016/copyright-to-2022
Updated LICENSE.txt copyright year
2022-04-05 07:25:49 -05:00
Nick Clark
a56bf16fae Updated LICENSE.txt copyright year 2022-04-04 06:46:45 -05:00
Nick Clark
00c056c0fe
Merge pull request #1821 from KyrietS/windows-pipeline
Use vswhere.exe in Windows pipeline
2022-04-02 17:00:04 -05:00
Kyriet
6cf950978f Use vswhere.exe in Windows pipeline 2022-03-30 09:25:55 +02:00
Kyriet
5b69a5555f
Merge pull request #1826 from nickclark2016/issues/1818
Added documentation for static and shared linking suffixes
2022-03-30 09:21:50 +02:00
Nicholaus Clark
a6686e021d Added documentation for static and shared linking suffixes 2022-03-29 20:46:41 -05:00
Kyriet
d9b93c4133
Merge pull request #1777 from starkos/migrate-docsearch
Migrate website to latest DocSearch
2022-02-28 20:21:32 +01:00
Kyriet
f1e3baac08
Update website/docusaurus.config.js 2022-02-28 20:12:09 +01: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
Samuel Surtees
78b7e4525f
Merge pull request #1790 from hannes-harnisch/allmodulespublic
Adding C++ module file extensions and implementing "allmodulespublic"
2022-02-22 22:20:49 +10:00
Samuel Surtees
e57f4b7f47
Merge pull request #1820 from KyrietS/windows-pipeline-fix
Use windows-2019 instead of windows-lastest (temporarily)
2022-02-22 21:44:01 +10:00
Kyriet
dceedcd639 Use windows-2019 instead of windows-lastest (temporarily) 2022-02-21 23:13:10 +01:00
Matvey Bystrin
e43784f6f2
Doc edit. Add Matt's ECC in "Tool modules" (#1811)
* Add Matt's ECC to tool modules

Add link to alternative generator of clang compile database

* Update modules.md
2022-02-21 01:51:45 +01: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
Nick Clark
7039eb86fc
Merge branch 'master' into bugfix-externalwarning 2022-02-15 07:23:25 -06:00
Nick Clark
83dfa56ee8
Merge branch 'master' into feature-modulescansources 2022-02-14 23:41:24 -06:00
Hannes Harnisch
827d07c206 Implementing "inheritdependencies" 2022-02-10 19:40:28 +01:00
John Norman
c390843a9a Remove the line in the documentation about Visual Studio's default IDE value. 2022-02-04 14:49:31 -08:00
Somyung (David) Oh
9d5c08ea00
fix "function" type being passed into ipairs() 2022-01-11 23:02:07 +01:00
John Norman
d0f4474b6f Converted to an API call. 2022-01-07 03:12:07 -08:00
Samuel Surtees
9d38e82f7b
Merge pull request #1787 from KyrietS/premake-modules
Remove unavailable modules
2022-01-07 19:12:23 +10:00
Kyriet
7ed3635e84 Remove unavailable modules 2022-01-06 13:26:37 +01: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