summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/genie/README.md
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/genie/README.md')
-rw-r--r--3rdparty/genie/README.md37
1 files changed, 32 insertions, 5 deletions
diff --git a/3rdparty/genie/README.md b/3rdparty/genie/README.md
index 82f5a7d0060..224ed480dc6 100644
--- a/3rdparty/genie/README.md
+++ b/3rdparty/genie/README.md
@@ -13,7 +13,7 @@ Supported project generators:
* GNU Makefile
* Ninja (experimental)
* Qbs / QtCreator (experimental)
- * Visual Studio 2008, 2010, 2012, 2013, 2015, 2017
+ * Visual Studio 2010, 2012, 2013, 2015, 2017, 2019
* XCode
Download (stable)
@@ -21,7 +21,7 @@ Download (stable)
[![Build Status](https://travis-ci.org/bkaradzic/GENie.svg?branch=master)](https://travis-ci.org/bkaradzic/GENie)
- version 849 (commit f3788f8531e75ddde92df41ecc1ccdb34f1d75ff)
+ version 1095 (commit f0b68ba0490458bbf0a556bb64575a22a27b7f11)
Linux:
https://github.com/bkaradzic/bx/raw/master/tools/bin/linux/genie
@@ -117,6 +117,28 @@ of Premake 4.4 beta 5, and there is no intention to keep it compatible with it.
- Added `removeplatforms` that removes VS build target platforms.
- Added `PedanticWarnings` flag.
- Added `ObjcARC` flag to enable automatic reference counting for Objective-C(++).
+ - Added `iostargetplatformversion`, `macostargetplatformversion`, and
+ `tvostargetplatformversion` to specify XCode OS target version.
+ - Removed the `xcode3`, and `xcode4` actions.
+ - Added the `xcode8`, `xcode9`, and `xcode10` actions.
+ - Added `systemincludedirs` that are always searched after directories added
+ using `includedirs`.
+ - Added `NoRuntimeChecks` flag to disable Basic Runtime Checks in non-optimized
+ Visual Studio builds.
+ - Added support for Nintendo Switch projects.
+ - Added flags for selecting C++ standard: `Cpp11`, `Cpp14`, `Cpp17`,
+ and `CppLatest`.
+ - Added `xcodeprojectopts` and `xcodetargetopts`.
+ - Added vs2019 support.
+ - Added UnitySupport flag to enable Unity (Jumbo) builds in Visual Studio 2019
+
+build - GENie build system scripts
+----------------------------------
+
+build is a set of build system scripts and related tools, built around
+GENie project generator tool.
+
+https://milostosic.github.io/build/
Debugging GENie scripts
-----------------------
@@ -172,18 +194,23 @@ https://github.com/andr3wmac/Torque6 Torque 6 is an MIT licensed 3D engine
loosely based on Torque2D. Being neither Torque2D or Torque3D it is the 6th
derivative of the original Torque Engine.
-http://mtuner.net/ is a memory profiler and memory leak finder for Windows, PS4,
+https://milostosic.github.io/MTuner MTuner is a memory profiler and memory leak finder for Windows, PS4,
PS3.
+Developer Crackshell used GENie for development of games
+[Heroes of Hammerwatch](http://store.steampowered.com/app/677120/Heroes_of_Hammerwatch/), and
+[Serious Sam's Bogus Detour](http://store.steampowered.com/app/272620/Serious_Sams_Bogus_Detour/).
+
[License](https://github.com/bkaradzic/genie/blob/master/LICENSE)
-----------------------------------------------------------------
GENie
- Copyright (c) 2014-2016 Branimir Karadžić, Neil Richardson, Mike Popoloski,
+ Copyright (c) 2014-2018 Branimir Karadžić, Neil Richardson, Mike Popoloski,
Drew Solomon, Ted de Munnik, Miodrag Milanović, Brett Vickers, Bill Freist,
Terry Hendrix II, Ryan Juckett, Andrew Johnson, Johan Sköld,
Alastair Murray, Patrick Munns, Jan-Eric Duden, Phil Stevens, Stuart Carnie,
- Nikolay Aleksiev, Jon Olson, Mike Fitzgerald.
+ Nikolay Aleksiev, Jon Olson, Mike Fitzgerald, Anders Stenberg, Violets,
+ Hugo Amnov, Christian Helmich.
All rights reserved.
https://github.com/bkaradzic/genie