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 <[email protected]>
  14. Main Contributors
  15. Blizzard Entertainment (contact [email protected])
  16. Manu Evans <https://github.com/TurkeyMan>
  17. Sam Surtees <[email protected]>
  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 <[email protected]>
  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 <[email protected]>
  31. * added file.directory to token environment
  32. João Matos ([email protected])
  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 <[email protected]>
  39. * bug fixes
  40. Lusito <[email protected]>
  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 <[email protected]>
  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 <[email protected]>
  57. * Visual C 2010 IDL file support
  58. Sami Kankaristo <[email protected]>
  59. * Utility project support for Makefiles
  60. tbasnoopy <[email protected]>
  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