Commit Graph

3916 Commits

Author SHA1 Message Date
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
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
Nick Clark
0b39163bb8
Merge pull request #1883 from nickclark2016/issues/1862
Fixes the generation of source projects
2022-05-19 10:53:06 -05:00
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