forked from premake/premake-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CONTRIBUTORS.txt
41 lines (37 loc) · 1.47 KB
/
CONTRIBUTORS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
This file contains a list of people who've made non-trivial contributions
to Premake 5. People who commit code to the project are encouraged to
add their names here. And many thanks to those who contributed fixes and
improvements to earlier versions of Premake (feel free to add your name
in here too)!
Original design and implementation:
Jason Perkins <[email protected]>
Main Contributors
Manu Evans <https://github.com/TurkeyMan>
Builds and Infrastructure:
Mihai Sebea <http://twitter.com/mihai_sebea>
* Nightly binary packages
* Nightly Jenkins builds and error reports
Patch contributors:
Blizzard Entertainment (contact [email protected])
* additional os, string, and table functions
* path.normalize() improvements
* Visual Studio fixes and improvements
* runtime()
* verbosef()
* option default values and categories
* other fixes and improvements
Damien Courtois <https://github.com/dcourtois>
* module loading fixes
Mark Chandler <https://bitbucket.org/mchandler_blizzard>
* Prevent self-linking
Mihai Sebea <http://twitter.com/mihai_sebea>
* Xcode exporter fixes and improvements
M Skibbe
* path.replaceextension()
Renaud Guillard <https://bitbucket.org/noresources>
* add library search paths argument to os.findlib()
* return command exit code from os.outputof()
Tim Wharton <https://github.com/moomalade>
* boostrapping scripts
* callingconvention()
* makefile environment overrides