Kyriet
|
24e5c8d2ab
|
Merge pull request #1785 from Enhex/patch-1
add "vs2022" to the list of available actions
|
2022-01-02 14:48:53 +01:00 |
|
Enhex
|
76c4045eca
|
add Visual Studio 2022
|
2021-12-31 01:44:49 +02:00 |
|
Kyriet
|
efb545ae65
|
Add a workroud for localized dates on the website (#1770)
* Add a workroud for localized dates on the website
* Remove options passed to toLocaleDateString
* fixes #1748
|
2021-12-09 19:01:42 +01:00 |
|
starkos
|
346c3b2289
|
Merge pull request #1762 from Jarod42/CodeliteKindNone
Add support of kind "None" for Codelite
|
2021-11-26 10:53:20 -05:00 |
|
starkos
|
a81717019e
|
Merge pull request #1747 from LORgames/ssurtees/consumewinrtextension
Added API for CompileAsWinRT
|
2021-11-26 10:39:11 -05:00 |
|
Jarod42
|
c577bc84f1
|
Add support of kind "None" for Codelite.
|
2021-11-26 10:55:07 +01:00 |
|
starkos
|
81460b4e47
|
Merge pull request #1757 from Jarod42/GMakeKindNone
Add support for `kind "None"` as do nothing for gmake/gmake2
|
2021-11-21 16:17:47 -05:00 |
|
starkos
|
ea8a29a081
|
Merge pull request #1760 from starkos/website/update-10
Add Community Update #10
|
2021-11-19 16:20:57 -05:00 |
|
starkos
|
4d8560fe92
|
Add Community Update #10
|
2021-11-19 16:15:28 -05:00 |
|
Jarod42
|
42d716b3ef
|
Add "support" for kind "None" (as do nothing) for gmake/gmake2.
|
2021-11-18 16:06:37 +01:00 |
|
Sam Surtees
|
12ca8f45b6
|
Added API for CompileAsWinRT
|
2021-11-09 01:49:30 +10:00 |
|
starkos
|
7d4b2c1573
|
Merge pull request #1753 from nickclark2016/update-documentation-link
Update documentation link in README
|
2021-11-07 15:23:14 -05:00 |
|
Nicholaus Clark
|
8456d515dd
|
Update documentation link in README
Previous link pointed to wiki which is no longer updated. Updated link
to point to the github pages URL.
|
2021-11-07 11:09:31 -06:00 |
|
Samuel Surtees
|
76d9e24da4
|
Merge pull request #1752 from nickclark2016/issues/1751
Added C17/GNU17 support to gmake/gmake2 exporters
|
2021-11-07 16:19:02 +10:00 |
|
Nicholaus Clark
|
f73ef9337e
|
Added C17/GNU17 support to gmake/gmake2 exporters
|
2021-11-07 01:10:58 -05:00 |
|
Nick Clark
|
5e6b5467db
|
Merge pull request #1749 from nickclark2016/issues/1746
Changed C++20 to emit C++20 instead of C++Latest in MSVC
|
2021-11-07 00:05:07 -05:00 |
|
Nicholaus Clark
|
a276fe8ee9
|
Changed C++20 to emit C++20 instead of C++Latest in MSVC, Added C11 and C17
|
2021-11-06 23:30:40 -05:00 |
|
Kyriet
|
b1d477ff33
|
Merge pull request #1745 from hannes-harnisch/master
Adding documentation for module options
|
2021-11-05 18:40:22 +01:00 |
|
Hannes Harnisch
|
fbc7240037
|
Adding descriptions for module options
|
2021-11-05 16:22:00 +01:00 |
|
starkos
|
0ab4ba5df2
|
Merge pull request #1744 from LORgames/ssurtees/docsCheck
Add check for missing values in documentation
|
2021-11-03 06:43:29 -04:00 |
|
Sam Surtees
|
0e70ae7ab0
|
Added check for missing values in documentation to docs-check action
- Added missing values in documentation files
|
2021-11-03 02:52:20 +10:00 |
|
starkos
|
12bc2ea348
|
Merge pull request #1737 from simco50/vs2022_version
Change Visual Studio Version to 17 so sln is opened with VS2022
|
2021-11-01 07:16:56 -04:00 |
|
Nick Clark
|
6adc9c0a22
|
Merge branch 'master' into vs2022_version
|
2021-10-31 14:39:19 -05:00 |
|
starkos
|
0acd6122f3
|
Merge branch 'release/v5.0.0-beta1'
|
2021-10-29 09:52:38 -04:00 |
|
starkos
|
b83424068c
|
Restore dev version; fix attribution in changelog
|
2021-10-29 09:52:26 -04:00 |
|
starkos
|
58780d6709
|
Prepare 5.0-beta1 release
|
2021-10-29 09:35:47 -04:00 |
|
starkos
|
775e6bac05
|
Merge pull request #1739 from starkos/issue/1628
Fix #1628 failing macOS os.findlib() test
|
2021-10-29 06:34:01 -04:00 |
|
starkos
|
f466e4b7b2
|
Fix #1628 failing macOS os.findlib() test
|
2021-10-29 06:28:11 -04:00 |
|
starkos
|
a2e37e6e97
|
Merge pull request #1721 from Jarod42/ruleRefacto
Add custom rules for Gmake2 & Codelite
|
2021-10-28 10:13:18 -04:00 |
|
Jarod42
|
29fa743f19
|
Improve rule support:
- move rule code from gmake2.lua to rule.lua
- Add UTs
- Fix enum case
- uniformise code for list.
- Add support of rules for Codelite.
|
2021-10-28 14:46:10 +02:00 |
|
Simon Coenen
|
881dc280d5
|
Add unit test for VS version check
|
2021-10-27 15:36:44 +01:00 |
|
Simon Coenen
|
df7dff5cd2
|
Change Visual Studio Version to 17 so sln is opened with VS2022
|
2021-10-26 12:09:13 +01:00 |
|
starkos
|
6c9fda87b5
|
Merge pull request #1728 from LORgames/ssurtees/docsCheck
Add action to check for and generate missing documentation
|
2021-10-21 14:20:05 -06:00 |
|
Sam Surtees
|
0fb9327993
|
Added action to check for missing documentation
- Added auto-generated documentation files for APIs without docs
- Renamed editAndContinue.md to editandcontinue.md to match convention
|
2021-10-21 12:45:39 +10:00 |
|
starkos
|
50051b9589
|
Merge pull request #1723 from cicanci/feature/vs-item-group-condition
|
2021-10-20 16:55:48 -06:00 |
|
starkos
|
7d5ccf819b
|
Merge pull request #1734 from afxw/master
|
2021-10-20 16:48:49 -06:00 |
|
starkos
|
d216d1e900
|
Merge pull request #1720 from T-rvw/improve_justmycode
|
2021-10-20 16:25:24 -06:00 |
|
starkos
|
a56972cbee
|
Merge pull request #1736 from sausagejohnson/patch-1
Update showcase to include Orx
|
2021-10-20 09:59:06 -06:00 |
|
Sausage Johnson
|
87e7c9b759
|
Merge branch 'master' into patch-1
|
2021-10-20 22:35:50 +11:00 |
|
Bruno Cicanci
|
cd276f8971
|
Added conditional to VS ItemGroup
|
2021-10-18 21:40:12 +01:00 |
|
Samuel Surtees
|
07d8876f9e
|
Merge pull request #1730 from LORgames/ssurtees/compileasDocs
Added missing compileas values to docs
|
2021-10-16 14:56:39 +10:00 |
|
Sausage Johnson
|
9347e1e472
|
Update showcase to include Orx
Orx Portable Game Engine uses premake for building the game library and for all blank projects that the engine spins up.
|
2021-10-16 15:38:09 +11:00 |
|
Bruno Camargo
|
9c0bf5a860
|
Bootstrap.bat: Add vs2022 support
|
2021-10-12 20:29:11 -03:00 |
|
Samuel Surtees
|
b73d56a9a8
|
Merge pull request #1710 from ActuallyaDeviloper/master
Add support for SSE 4.2.
|
2021-10-10 21:25:18 +10:00 |
|
ActuallyaDeviloper
|
69ba8d6c7e
|
Merge branch 'master' into master
|
2021-10-09 18:52:14 +02:00 |
|
Sam Surtees
|
865cc51b01
|
Added missing compileas values to docs
|
2021-10-08 14:01:59 +10:00 |
|
starkos
|
53a44dd834
|
Merge pull request #1727 from LORgames/ssurtees/architectureDocs
Updated architecture docs
|
2021-10-04 12:43:37 -04:00 |
|
starkos
|
6ab74d59fc
|
Merge pull request #1726 from LORgames/ssurtees/dialectDocs
Updated cdialect and cppdialect docs
|
2021-10-04 12:43:08 -04:00 |
|
Sam Surtees
|
52c48fb0b6
|
Updated architecture docs
|
2021-10-04 16:04:31 +10:00 |
|
Sam Surtees
|
74de7795fd
|
Updated cdialect and cppdialect docs
|
2021-10-04 15:47:37 +10:00 |
|