forked from premake/premake-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CONTRIBUTORS.txt
75 lines (68 loc) · 2.73 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
As the number of Premake contributors has grown, this list has become more
difficult to manage in a meaningful way. I'm leaving it here as part of the
historical records. If you find yourself in need of a list of contributors,
consider running:
git shortlog -sn
--------------------------------------------------------------------------
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
Blizzard Entertainment (contact [email protected])
Manu Evans <https://github.com/TurkeyMan>
Sam Surtees <[email protected]>
Builds and Infrastructure:
Mihai Sebea <http://twitter.com/mihai_sebea>
* Nightly binary packages
* Nightly Jenkins builds and error reports
Patch contributors:
Bastien Brunnenstein <[email protected]>
* support wildcards in path tokens
Damien Courtois <https://github.com/dcourtois>
* module loading fixes
* bug fixes
David Ely <https://github.com/megaeels>
* symbols() API and flag deprecation
Gabi Davar <[email protected]>
* added file.directory to token environment
João Matos ([email protected])
* HTTP download support
* C# / C++/CLI language support improvements and bugfixes
* Visual Studio and Make improvements and bugfixes
* response files support for Make backend
* numerous bug fixes and smaller features
leeonix <[email protected]>
* bug fixes
Lusito <[email protected]>
* path.join() fixes
Mark Chandler <https://bitbucket.org/mchandler_blizzard>
* prevent self-linking
Matthew Endsley <https://github.com/mendsley>
* File matching improvements
Mark Sararu <[email protected]>
* Makefile bug fixes
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()
* bug fixes and smaller improvements
rhuvendiek <[email protected]>
* Visual C 2010 IDL file support
Sami Kankaristo <[email protected]>
* Utility project support for Makefiles
tbasnoopy <[email protected]>
* customtoolnamespace()
* debuggertype()
Tim Wharton <https://github.com/moomalade>
* boostrapping scripts
* callingconvention()
* makefile environment overrides
* module loading improvements
* os.outputof() improvements