This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

source: ps/trunk/build/premake/premake5/CONTRIBUTORS.txt

Last change on this file was 20366, checked in by Itms, 7 years ago

Alpha 12 version of Premake 5, including prebuilt binary for Windows.
Directly taken from https://premake.github.io/.

Refs #3729.

File size: 2.7 KB
RevLine 
[20366]1As the number of Premake contributors has grown, this list has become more
2difficult to manage in a meaningful way. I'm leaving it here as part of the
3historical records. If you find yourself in need of a list of contributors,
4consider running:
5
6 git shortlog -sn
7
8--------------------------------------------------------------------------
9
10This file contains a list of people who've made non-trivial contributions
11to Premake 5. People who commit code to the project are encouraged to
12add their names here. And many thanks to those who contributed fixes and
13improvements to earlier versions of Premake (feel free to add your name
14in here too)!
15
16Original design and implementation:
17 Jason Perkins <starkos@industriousone.com>
18
19Main Contributors
20 Blizzard Entertainment (contact tvandijck@blizzard.com)
21 Manu Evans <https://github.com/TurkeyMan>
22 Sam Surtees <s.surtees@lorgames.com>
23
24Builds and Infrastructure:
25 Mihai Sebea <http://twitter.com/mihai_sebea>
26 * Nightly binary packages
27 * Nightly Jenkins builds and error reports
28
29Patch contributors:
30 Bastien Brunnenstein <bastien.brunnenstein@ubisoft.com>
31 * support wildcards in path tokens
32 Damien Courtois <https://github.com/dcourtois>
33 * module loading fixes
34 * bug fixes
35 David Ely <https://github.com/megaeels>
36 * symbols() API and flag deprecation
37 Gabi Davar <gabi.davar@discretix.com>
38 * added file.directory to token environment
39 João Matos (joao@tritao.eu)
40 * HTTP download support
41 * C# / C++/CLI language support improvements and bugfixes
42 * Visual Studio and Make improvements and bugfixes
43 * response files support for Make backend
44 * numerous bug fixes and smaller features
45 leeonix <real-like@yeah.net>
46 * bug fixes
47 Lusito <core@roughael.net>
48 * path.join() fixes
49 Mark Chandler <https://bitbucket.org/mchandler_blizzard>
50 * prevent self-linking
51 Matthew Endsley <https://github.com/mendsley>
52 * File matching improvements
53 Mark Sararu <mark.sararu@gmail.com>
54 * Makefile bug fixes
55 Mihai Sebea <http://twitter.com/mihai_sebea>
56 * Xcode exporter fixes and improvements
57 M Skibbe
58 * path.replaceextension()
59 Renaud Guillard <https://bitbucket.org/noresources>
60 * add library search paths argument to os.findlib()
61 * return command exit code from os.outputof()
62 * bug fixes and smaller improvements
63 rhuvendiek <rhuvendiek@schueco.com>
64 * Visual C 2010 IDL file support
65 Sami Kankaristo <sami@indiumgames.fi>
66 * Utility project support for Makefiles
67 tbasnoopy <tba-snoopy@gmx.de>
68 * customtoolnamespace()
69 * debuggertype()
70 Tim Wharton <https://github.com/moomalade>
71 * boostrapping scripts
72 * callingconvention()
73 * makefile environment overrides
74 * module loading improvements
75 * os.outputof() improvements
Note: See TracBrowser for help on using the repository browser.