CONTRIBUTORS.txt 2.8 KB

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