| [20366] | 1 | As the number of Premake contributors has grown, this list has become more
|
|---|
| 2 | difficult to manage in a meaningful way. I'm leaving it here as part of the
|
|---|
| 3 | historical records. If you find yourself in need of a list of contributors,
|
|---|
| 4 | consider running:
|
|---|
| 5 |
|
|---|
| 6 | git shortlog -sn
|
|---|
| 7 |
|
|---|
| 8 | --------------------------------------------------------------------------
|
|---|
| 9 |
|
|---|
| 10 | This file contains a list of people who've made non-trivial contributions
|
|---|
| 11 | to Premake 5. People who commit code to the project are encouraged to
|
|---|
| 12 | add their names here. And many thanks to those who contributed fixes and
|
|---|
| 13 | improvements to earlier versions of Premake (feel free to add your name
|
|---|
| 14 | in here too)!
|
|---|
| 15 |
|
|---|
| 16 | Original design and implementation:
|
|---|
| 17 | Jason Perkins <starkos@industriousone.com>
|
|---|
| 18 |
|
|---|
| 19 | Main Contributors
|
|---|
| 20 | Blizzard Entertainment (contact tvandijck@blizzard.com)
|
|---|
| 21 | Manu Evans <https://github.com/TurkeyMan>
|
|---|
| 22 | Sam Surtees <s.surtees@lorgames.com>
|
|---|
| 23 |
|
|---|
| 24 | Builds and Infrastructure:
|
|---|
| 25 | Mihai Sebea <http://twitter.com/mihai_sebea>
|
|---|
| 26 | * Nightly binary packages
|
|---|
| 27 | * Nightly Jenkins builds and error reports
|
|---|
| 28 |
|
|---|
| 29 | Patch 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
|
|---|