Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Premake
Powerfully simple build configuration.
Collective -
Host: opensource -
https://opencollective.com/premake
- Website: https://premake.github.io/
- Code: https://github.com/premake
Set up an initial structure
github.com/premake/premake-cookbook - 34bcb4e8fab2e19d85df8f380c570f4065009005 authored almost 12 years ago
github.com/premake/premake-cookbook - 34bcb4e8fab2e19d85df8f380c570f4065009005 authored almost 12 years ago
Added support for local assembly references to Visual Studio Managed C++ projects
github.com/premake/premake-core - ffc53d870e4382252bc1391ceb0311241bdb272e authored almost 12 years ago
github.com/premake/premake-core - ffc53d870e4382252bc1391ceb0311241bdb272e authored almost 12 years ago
Support linking of managed system assemblies in Visual Studio managed C++ projects
github.com/premake/premake-core - d3ec20d1c3689d8e7f39dd4d61ecb24bbb9c7511 authored almost 12 years ago
github.com/premake/premake-core - d3ec20d1c3689d8e7f39dd4d61ecb24bbb9c7511 authored almost 12 years ago
Merge with Premake-dev tip
github.com/premake/premake-core - 1773146d4d1ad45555503da7681b26ffadf9d51e authored almost 12 years ago
github.com/premake/premake-core - 1773146d4d1ad45555503da7681b26ffadf9d51e authored almost 12 years ago
Added application icon support for C# executable projects
github.com/premake/premake-core - 68287a143726f58147455299587bf91bad6ee515 authored almost 12 years ago
github.com/premake/premake-core - 68287a143726f58147455299587bf91bad6ee515 authored almost 12 years ago
Patch 159: Validate all values passed to options (Moi_ioM)
github.com/premake/premake-core - 991fdbe35a0b45b36b324ea2b78d0ceeec4e7302 authored almost 12 years ago
github.com/premake/premake-core - 991fdbe35a0b45b36b324ea2b78d0ceeec4e7302 authored almost 12 years ago
Patch 159: Validate all values passed to options (Moi_ioM)
github.com/premake/premake-4.x - af537ed69c1ef03e8dc7d5fcf9854849049c5b92 authored almost 12 years ago
github.com/premake/premake-4.x - af537ed69c1ef03e8dc7d5fcf9854849049c5b92 authored almost 12 years ago
Fix module definition file (.def) handling in VC'10
github.com/premake/premake-core - 47c8a568d4afa7cbdc0f11a14f2d617a4e5121a6 authored almost 12 years ago
github.com/premake/premake-core - 47c8a568d4afa7cbdc0f11a14f2d617a4e5121a6 authored almost 12 years ago
Fix .def file support for VS2010 (Riccardo Ghetta)
github.com/premake/premake-4.x - 8baa8cca074055854838e3c204c98767eaab436c authored almost 12 years ago
github.com/premake/premake-4.x - 8baa8cca074055854838e3c204c98767eaab436c authored almost 12 years ago
Added forceusings()
github.com/premake/premake-core - d5e3272957fc0bbdab366ca2e83eb4643db6c9a7 authored almost 12 years ago
github.com/premake/premake-core - d5e3272957fc0bbdab366ca2e83eb4643db6c9a7 authored almost 12 years ago
Add table.foreachi(), phase out ipairs() in API so nil values can be included in lists
github.com/premake/premake-core - 453cae7362ab31be5b1b50a15e5aa5fd2c5fd654 authored almost 12 years ago
github.com/premake/premake-core - 453cae7362ab31be5b1b50a15e5aa5fd2c5fd654 authored almost 12 years ago
Cleaned up implementation of solution(), project(), configuration(); now activate scope when called without arguments
github.com/premake/premake-core - 2e278af5e2a74060827e5e62758256cb256cb154 authored almost 12 years ago
github.com/premake/premake-core - 2e278af5e2a74060827e5e62758256cb256cb154 authored almost 12 years ago
Make more VC'10 project elements available for override by add-ons; clean up naming conventions of modified functions
github.com/premake/premake-core - 91272ebd3781835b586f8f21447408b360065c15 authored almost 12 years ago
github.com/premake/premake-core - 91272ebd3781835b586f8f21447408b360065c15 authored almost 12 years ago
Added MultiProcessorCompile flag to enable multiple compiler processes in Visual Studio
github.com/premake/premake-core - 3b84626132afa6c0b82797844eb9b8b18f6d5904 authored about 12 years ago
github.com/premake/premake-core - 3b84626132afa6c0b82797844eb9b8b18f6d5904 authored about 12 years ago
A bit of cleanup on Linux and BSD build configurations
github.com/premake/premake-core - 96915b0e1910e6598a9417923ac09af9577395e3 authored about 12 years ago
github.com/premake/premake-core - 96915b0e1910e6598a9417923ac09af9577395e3 authored about 12 years ago
A bit of cleanup on Linux and BSD build configurations
github.com/premake/premake-4.x - c1633876193b6559f1a8f9a6fe7abaa0ab32df8b authored about 12 years ago
github.com/premake/premake-4.x - c1633876193b6559f1a8f9a6fe7abaa0ab32df8b authored about 12 years ago
Add ExcludeFromBuild flag to mark source files as non-buildable
github.com/premake/premake-core - 9c752adf4a8d85f00edc42c5fbc7f0dc93e6f957 authored about 12 years ago
github.com/premake/premake-core - 9c752adf4a8d85f00edc42c5fbc7f0dc93e6f957 authored about 12 years ago
Fix broken Makefile defines
github.com/premake/premake-core - 41fcff188e6d328ea8fb69b4127c85b95c841f71 authored about 12 years ago
github.com/premake/premake-core - 41fcff188e6d328ea8fb69b4127c85b95c841f71 authored about 12 years ago
Merged in liamdevine/premake-dev-foo (pull request #30)
Improved os.getversion() with support for Windows 8
github.com/premake/premake-core - 9c3ba8784d897346bd92e39a446b369f742dbb13 authored about 12 years ago
Add warnOnce() helper method for add-on validation checks
github.com/premake/premake-core - 653bef99cabc2e8610831066dfb9105ba670da32 authored about 12 years ago
github.com/premake/premake-core - 653bef99cabc2e8610831066dfb9105ba670da32 authored about 12 years ago
Port validation checking; add warning for out of scope values
github.com/premake/premake-core - 09100182c3f5bf668ee4eb2290c788c22e60d09a authored about 12 years ago
github.com/premake/premake-core - 09100182c3f5bf668ee4eb2290c788c22e60d09a authored about 12 years ago
Fix Makefile linking to object files
github.com/premake/premake-core - faba7a72dc13e18b0e70470d841bdaf815d5eabe authored about 12 years ago
github.com/premake/premake-core - faba7a72dc13e18b0e70470d841bdaf815d5eabe authored about 12 years ago
Improve processing of ld.so.conf (Cameron Hart)
github.com/premake/premake-core - 8bf44993355215da64d82994ba1478ad4dd74cfd authored about 12 years ago
github.com/premake/premake-core - 8bf44993355215da64d82994ba1478ad4dd74cfd authored about 12 years ago
Merged in bitshifter/premake-stable-linux-findlib-fix-take-2 (pull request #7)
Process ld.so.conf for includes, fixes os.findlib in Linux.
github.com/premake/premake-4.x - 1237ac1b30310e4d301c6a894f14649261c6169f authored about 12 years ago
Fix linking to external libraries outside of project folder
github.com/premake/premake-core - 34127f2463c23f091aff3c15359706a3a533248f authored about 12 years ago
github.com/premake/premake-core - 34127f2463c23f091aff3c15359706a3a533248f authored about 12 years ago
Fix linking to external libraries outside of project folder
github.com/premake/premake-4.x - 5417e6d3b13b9023bfc24168a0bab571ea7d36a1 authored about 12 years ago
github.com/premake/premake-4.x - 5417e6d3b13b9023bfc24168a0bab571ea7d36a1 authored about 12 years ago
Clean up GMake link tests in preparation for a bug fix
github.com/premake/premake-4.x - f0fa1450a76d88b8ca010ece0ae836d6e6ffe182 authored about 12 years ago
github.com/premake/premake-4.x - f0fa1450a76d88b8ca010ece0ae836d6e6ffe182 authored about 12 years ago
Allow command line override of makefile flags (Cameron Hart)
github.com/premake/premake-core - b7bc59e1058aae8f8c9dbba3cc905be5cf7eab88 authored about 12 years ago
github.com/premake/premake-core - b7bc59e1058aae8f8c9dbba3cc905be5cf7eab88 authored about 12 years ago
Split out VC'08 CharacterSet attribute to allow extensions by add-ons
github.com/premake/premake-core - 24708fcb215df4778457af05daedcd0188d2cc8f authored about 12 years ago
github.com/premake/premake-core - 24708fcb215df4778457af05daedcd0188d2cc8f authored about 12 years ago
Merged in bitshifter/premake-stable-env-flags-makefile-fix (pull request #4)
Use ALL_CPPFLAGS, ALL_CFLAGS, ALL_CXXFLAGS and ALL_LDFLAGS internally so CFLAGS etc can be overr...
github.com/premake/premake-4.x - 47bddbf3f992fd1acc3702adc52b751f507ef342 authored about 12 years ago
Process ld.so.conf for includes, fixes os.findlib in Linux.
github.com/premake/premake-4.x - 224daefd0f692f8601497a7f5680451f9db1243a authored about 12 years ago
github.com/premake/premake-4.x - 224daefd0f692f8601497a7f5680451f9db1243a authored about 12 years ago
Moved UUID collision warning to stderr to improve visibility
github.com/premake/premake-core - 8e7da0f3be16ece8eb9e79d69a5b8cdb43611471 authored about 12 years ago
github.com/premake/premake-core - 8e7da0f3be16ece8eb9e79d69a5b8cdb43611471 authored about 12 years ago
Move "ng" deprecation warning to stderr to increase visibility
github.com/premake/premake-core - e0f0537aa2709df1be2c5ad9ed5513164e657ebe authored about 12 years ago
github.com/premake/premake-core - e0f0537aa2709df1be2c5ad9ed5513164e657ebe authored about 12 years ago
Split VC'10 import statements to own function to enable add-on overrides
github.com/premake/premake-core - b1c5e0dd204d56a213a009d42618c08cf1483c4a authored about 12 years ago
github.com/premake/premake-core - b1c5e0dd204d56a213a009d42618c08cf1483c4a authored about 12 years ago
Omit Keyword and RootNamespace from non-Windows Visual Studio projects
github.com/premake/premake-core - f60074d38083dfc370c1ad593205874974e3fafd authored about 12 years ago
github.com/premake/premake-core - f60074d38083dfc370c1ad593205874974e3fafd authored about 12 years ago
Bug 268: Target extension not set properly for Visual Studio 2010
github.com/premake/premake-4.x - 81d74190d51e88e632d65cf7b5db84e6e790e251 authored about 12 years ago
github.com/premake/premake-4.x - 81d74190d51e88e632d65cf7b5db84e6e790e251 authored about 12 years ago
Fix crash when run without any arguments
github.com/premake/premake-core - 62d269a12a44646c1dc01759515d5439e94abad9 authored about 12 years ago
github.com/premake/premake-core - 62d269a12a44646c1dc01759515d5439e94abad9 authored about 12 years ago
Fix: if link contains a token that expands to an absolute path, HintPath of C# projects will end up with absolute path
github.com/premake/premake-core - 8275e190a191784b089b0e4bdbaeef643217e429 authored about 12 years ago
github.com/premake/premake-core - 8275e190a191784b089b0e4bdbaeef643217e429 authored about 12 years ago
Adds OS X 10.8 detection yet in a different way than currently as I believe Gestalt has been deprecated in 10.8 and generates warnings. I have never tested this code on 10.8 yet have on other versions.
github.com/premake/premake-core - 6c6dd4c99e26877ce1a3ff22ddd09c16b97974b8 authored about 12 years ago
github.com/premake/premake-core - 6c6dd4c99e26877ce1a3ff22ddd09c16b97974b8 authored about 12 years ago
Adds Windows Server 2012 and Windows 8 detection to os_getversion as per the details from http://msdn.microsoft.com/en-us/library/windows/desktop/ms724833(v=vs.85).aspx
github.com/premake/premake-core - 06aea5ebd029b159fcfab199d2649bc0fea8f723 authored about 12 years ago
github.com/premake/premake-core - 06aea5ebd029b159fcfab199d2649bc0fea8f723 authored about 12 years ago
Added startproject() to specify startup project
github.com/premake/premake-core - 974d1a7d04a951f074f60662e7b286b71cdb9603 authored about 12 years ago
github.com/premake/premake-core - 974d1a7d04a951f074f60662e7b286b71cdb9603 authored about 12 years ago
Write out solution groups even if first project is ungrouped
github.com/premake/premake-core - 749df96f38e675f7da54920ea59cdff20ecf6603 authored about 12 years ago
github.com/premake/premake-core - 749df96f38e675f7da54920ea59cdff20ecf6603 authored about 12 years ago
Visual Studio solutions now use the same project ordering in all sections; avoids unnecessary changes if the solution is later changed within Visual Studio
github.com/premake/premake-core - 89d413d9d53c9f163d53a11e4f197b24bbba48c0 authored about 12 years ago
github.com/premake/premake-core - 89d413d9d53c9f163d53a11e4f197b24bbba48c0 authored about 12 years ago
Port path.getrelative() and path.translate() from Lua to C
github.com/premake/premake-core - a69b7501e70ca4c869100d2f8e236248d31279be authored about 12 years ago
github.com/premake/premake-core - a69b7501e70ca4c869100d2f8e236248d31279be authored about 12 years ago
Port path.getabsolute() from Lua to C
github.com/premake/premake-core - c94073fc7e675838b4bf37c461eb6ee45775e944 authored about 12 years ago
github.com/premake/premake-core - c94073fc7e675838b4bf37c461eb6ee45775e944 authored about 12 years ago
Ported old stress test; moved path.join() to C
github.com/premake/premake-core - b25c12f2b6b2decef91bf21a19326f5b5a1b46a7 authored about 12 years ago
github.com/premake/premake-core - b25c12f2b6b2decef91bf21a19326f5b5a1b46a7 authored about 12 years ago
Fixed issues with Makefile naming; removed more deprecated Gmake action code
github.com/premake/premake-core - 30daa20f39378888c0797b23684332fb0e3230a0 authored about 12 years ago
github.com/premake/premake-core - 30daa20f39378888c0797b23684332fb0e3230a0 authored about 12 years ago
Merged pull request #26: added dependson command to allow dependency without linking
github.com/premake/premake-core - 82633e66ceecbc6de628422bad14e5313caf6468 authored about 12 years ago
github.com/premake/premake-core - 82633e66ceecbc6de628422bad14e5313caf6468 authored about 12 years ago
Bug #266 Attempt to index nil global _ACTION
github.com/premake/premake-core - 55541f2dbec7f9501299958aa34b175c7cef6682 authored about 12 years ago
github.com/premake/premake-core - 55541f2dbec7f9501299958aa34b175c7cef6682 authored about 12 years ago
merge premake-dev->premake-dev-domu
github.com/premake/premake-core - 4d6d61035ca5aa59eb44da204337d0650f50f0bf authored about 12 years ago
github.com/premake/premake-core - 4d6d61035ca5aa59eb44da204337d0650f50f0bf authored about 12 years ago
UUIDs in Visual Studio project files now use a deterministic, name-based generator
github.com/premake/premake-core - 41198fac9aeb65519473c1978b2ec76358a6e6de authored about 12 years ago
github.com/premake/premake-core - 41198fac9aeb65519473c1978b2ec76358a6e6de authored about 12 years ago
Output UTF-8 BOM at start of .vcxproj files
github.com/premake/premake-core - 1cd3667118ea85f0f4e9c5979b6c8497d268234a authored about 12 years ago
github.com/premake/premake-core - 1cd3667118ea85f0f4e9c5979b6c8497d268234a authored about 12 years ago
Allow config maps to be attached to specific configurations
github.com/premake/premake-core - 06318ab5b6de0469f8c07b0cbdb1feb29e2e137f authored about 12 years ago
github.com/premake/premake-core - 06318ab5b6de0469f8c07b0cbdb1feb29e2e137f authored about 12 years ago
Use ALL_CPPFLAGS, ALL_CFLAGS, ALL_CXXFLAGS and ALL_LDFLAGS internally so CFLAGS etc can be overridden on the command line.
github.com/premake/premake-4.x - 74e439e8cf1b2ce4a04b9cbc3ca8a2d5c207ba3b authored about 12 years ago
github.com/premake/premake-4.x - 74e439e8cf1b2ce4a04b9cbc3ca8a2d5c207ba3b authored about 12 years ago
Make deterministic UUID code friendly to non-C99 compilers; update change log
github.com/premake/premake-core - 7abfc991aeb46998d8a6e888a7b528558e9d46fc authored about 12 years ago
github.com/premake/premake-core - 7abfc991aeb46998d8a6e888a7b528558e9d46fc authored about 12 years ago
Add support for solution groups
github.com/premake/premake-core - 4c7fc6881b7004ae80289c206adaa6f4c404ec3d authored about 12 years ago
github.com/premake/premake-core - 4c7fc6881b7004ae80289c206adaa6f4c404ec3d authored about 12 years ago
Add ability to generate a deterministic UUID from a string value
github.com/premake/premake-core - b88b606f335d9604709223e43da796d8d07cbe56 authored about 12 years ago
github.com/premake/premake-core - b88b606f335d9604709223e43da796d8d07cbe56 authored about 12 years ago
Port vpath tests from premake-dev
github.com/premake/premake-4.x - 691fd713608f91ece89d215712e34163c4a8df59 authored about 12 years ago
github.com/premake/premake-4.x - 691fd713608f91ece89d215712e34163c4a8df59 authored about 12 years ago
Clean up vpath tests before porting back to stable
github.com/premake/premake-core - e4d62bd30726e175555d08c4b255eee40bac93a1 authored about 12 years ago
github.com/premake/premake-core - e4d62bd30726e175555d08c4b255eee40bac93a1 authored about 12 years ago
Added NoRuntimeChecks flag to disable Visual Studio default checks
github.com/premake/premake-core - cb2435faf6e1cd01f8d5ba58cdbeb832a34f6115 authored about 12 years ago
github.com/premake/premake-core - cb2435faf6e1cd01f8d5ba58cdbeb832a34f6115 authored about 12 years ago
Stop enabling VC'10 smaller type checks
github.com/premake/premake-core - 43cd668b98f137aa523f1239aef59b4298e220e4 authored about 12 years ago
github.com/premake/premake-core - 43cd668b98f137aa523f1239aef59b4298e220e4 authored about 12 years ago
Merge
github.com/premake/premake-core - d7296695c90c984d554c9aeb66b442b744a90ae2 authored about 12 years ago
github.com/premake/premake-core - d7296695c90c984d554c9aeb66b442b744a90ae2 authored about 12 years ago
Change case of vc2010.link() to match new extension convention
github.com/premake/premake-core - b5cc1b96a2cd316c229c25726bed74120b1e6f78 authored about 12 years ago
github.com/premake/premake-core - b5cc1b96a2cd316c229c25726bed74120b1e6f78 authored about 12 years ago
Make VC2010 C++ .user file more extensible; add premake.override() convenience function.
github.com/premake/premake-core - 4ead57c055e77d89ad5b3681a761c002571274c4 authored about 12 years ago
github.com/premake/premake-core - 4ead57c055e77d89ad5b3681a761c002571274c4 authored about 12 years ago
Revert back to Visual Studio's default implicit linking; add NoImplicitLink flag to disable
github.com/premake/premake-core - cc6e53314f02b22eeff6105f567d5531a24a5e38 authored about 12 years ago
github.com/premake/premake-core - cc6e53314f02b22eeff6105f567d5531a24a5e38 authored about 12 years ago
Removed deprecated file configuration object; now uses context object directly
github.com/premake/premake-core - 732dd23d2e2442d9a44c553611d2d203324e3df2 authored about 12 years ago
github.com/premake/premake-core - 732dd23d2e2442d9a44c553611d2d203324e3df2 authored about 12 years ago
Fix deprecated action message
github.com/premake/premake-core - 5f338b665faa4d2889c8b4702e02c2fc4ca031a1 authored about 12 years ago
github.com/premake/premake-core - 5f338b665faa4d2889c8b4702e02c2fc4ca031a1 authored about 12 years ago
Add pre- and post-build support to Visual Studio C# projects
github.com/premake/premake-core - 3dd3166c140c7748fbf174087339aca677dc0400 authored about 12 years ago
github.com/premake/premake-core - 3dd3166c140c7748fbf174087339aca677dc0400 authored about 12 years ago
Display deprecation warning for "ng" actions; properly reset state between unit tests
github.com/premake/premake-core - 432e99b2c9f6902433a5f76b9efe2e6251edb251 authored about 12 years ago
github.com/premake/premake-core - 432e99b2c9f6902433a5f76b9efe2e6251edb251 authored about 12 years ago
Removed deprecated example action to avoid confusion
github.com/premake/premake-core - cdb34181f056ba75647174a4f3e3b7936557fdec authored about 12 years ago
github.com/premake/premake-core - cdb34181f056ba75647174a4f3e3b7936557fdec authored about 12 years ago
Remove deprecated tool interfaces
github.com/premake/premake-core - 547513a1d96eddda438a72226b30e8504e7e22c2 authored about 12 years ago
github.com/premake/premake-core - 547513a1d96eddda438a72226b30e8504e7e22c2 authored about 12 years ago
Removed deprecated clean action; replaced with placeholder warning for now
github.com/premake/premake-core - b4334e51cc7cdef7c04b308f83919399d2507667 authored about 12 years ago
github.com/premake/premake-core - b4334e51cc7cdef7c04b308f83919399d2507667 authored about 12 years ago
Removed deprecated Visual Studio actions
github.com/premake/premake-core - bcc2914139e19b1c2d0065eef99fbdf8b5e8d50c authored about 12 years ago
github.com/premake/premake-core - bcc2914139e19b1c2d0065eef99fbdf8b5e8d50c authored about 12 years ago
Removed deprecated Gmake actions
github.com/premake/premake-core - 9391e3b07cbc567aed0c21c7b3fef72c18914e0d authored about 12 years ago
github.com/premake/premake-core - 9391e3b07cbc567aed0c21c7b3fef72c18914e0d authored about 12 years ago
Removed deprecated --platform argument
github.com/premake/premake-core - 25ba92b048ec4996a9846533af22a7ecf2bfabde authored about 12 years ago
github.com/premake/premake-core - 25ba92b048ec4996a9846533af22a7ecf2bfabde authored about 12 years ago
Add architecture support to Visual Studio C# projects
github.com/premake/premake-core - cba537a8254684e210a277d700d044ec17f755ee authored about 12 years ago
github.com/premake/premake-core - cba537a8254684e210a277d700d044ec17f755ee authored about 12 years ago
VC200x requires library names to be wrapped with quotes if they contain spaces
github.com/premake/premake-core - 1690d9b968e4ed32cf8647dd8f37909ed11e28ac authored about 12 years ago
github.com/premake/premake-core - 1690d9b968e4ed32cf8647dd8f37909ed11e28ac authored about 12 years ago
Fixed small bug in VC200x empty configuration call
github.com/premake/premake-core - afdc2c37be56e80e5269443e4b2a453aae8040a1 authored about 12 years ago
github.com/premake/premake-core - afdc2c37be56e80e5269443e4b2a453aae8040a1 authored about 12 years ago
added dependson command to allow dependency without linking
github.com/premake/premake-core - 6a1e7eecb85946bc22c899cfba2ee64c99b46a1c authored about 12 years ago
github.com/premake/premake-core - 6a1e7eecb85946bc22c899cfba2ee64c99b46a1c authored about 12 years ago
Prevent duplicate config blocks in VC200x projects; clean up tests and remove old solution implementations
github.com/premake/premake-core - 13cb60a94b956251754a6c62cfb165ba00aedae2 authored about 12 years ago
github.com/premake/premake-core - 13cb60a94b956251754a6c62cfb165ba00aedae2 authored about 12 years ago
If platform matches a known architecture, omit the identifier from Visual Studio configurations (allows configuration mapping to external projects which use multiple architectures per project configuration).
github.com/premake/premake-core - 3af00f8773ced523494256f63a1465d953c5ba79 authored about 12 years ago
github.com/premake/premake-core - 3af00f8773ced523494256f63a1465d953c5ba79 authored about 12 years ago
Merge
github.com/premake/premake-core - a61185f5067e885457c1c27eac7158b09bfa7b9a authored about 12 years ago
github.com/premake/premake-core - a61185f5067e885457c1c27eac7158b09bfa7b9a authored about 12 years ago
Ported key-value handling to new configuration system
github.com/premake/premake-core - 2cf609c6acad940156cc1a0258834d8be6c69b3e authored about 12 years ago
github.com/premake/premake-core - 2cf609c6acad940156cc1a0258834d8be6c69b3e authored about 12 years ago
Pull 25: Add Unix support to os.getversion() (wfgleper)
github.com/premake/premake-core - 5e48d05e3de8be761f0c06266fa8f95d5d4116c0 authored about 12 years ago
github.com/premake/premake-core - 5e48d05e3de8be761f0c06266fa8f95d5d4116c0 authored about 12 years ago
Pull 25: Add Unix support to os.getversion() (wfgleper)
github.com/premake/premake-4.x - 56bf6b23267a210d3f551acc32d21b937d2f470b authored about 12 years ago
github.com/premake/premake-4.x - 56bf6b23267a210d3f551acc32d21b937d2f470b authored about 12 years ago
Added force includes to MSC tool definition
github.com/premake/premake-core - 400ad0a0bee67dcd034e37baf5389178e8947411 authored over 12 years ago
github.com/premake/premake-core - 400ad0a0bee67dcd034e37baf5389178e8947411 authored over 12 years ago
Fix pass-through of configuration values to enable token re-expansion
github.com/premake/premake-core - 8e8beb43120477885afcd838152be2b28a256188 authored over 12 years ago
github.com/premake/premake-core - 8e8beb43120477885afcd838152be2b28a256188 authored over 12 years ago
Add force includes for SNC; allow configuration context proxy to be reset by exporter code
github.com/premake/premake-core - 80a60231db0ef8402cc172be1ae828773ac121ce authored over 12 years ago
github.com/premake/premake-core - 80a60231db0ef8402cc172be1ae828773ac121ce authored over 12 years ago
Added force include files
github.com/premake/premake-core - 89deec04749515150c75337845975e501ec17dc6 authored over 12 years ago
github.com/premake/premake-core - 89deec04749515150c75337845975e501ec17dc6 authored over 12 years ago
Ported list handling to new configuration objects
github.com/premake/premake-core - 2800ebd0109f0c10131faaa9cb0775d8e3773a87 authored over 12 years ago
github.com/premake/premake-core - 2800ebd0109f0c10131faaa9cb0775d8e3773a87 authored over 12 years ago
First pass at removing dead and deprecated code
github.com/premake/premake-core - 3f79a363b2a2cd798e4002e67f6685c9109d1404 authored over 12 years ago
github.com/premake/premake-core - 3f79a363b2a2cd798e4002e67f6685c9109d1404 authored over 12 years ago
Merge new configuration system into the public APIs
github.com/premake/premake-core - 77212557dc1d065e4e66574e41e08e96a60fbc6f authored over 12 years ago
github.com/premake/premake-core - 77212557dc1d065e4e66574e41e08e96a60fbc6f authored over 12 years ago
More improvements to failed test stack traces
github.com/premake/premake-core - 4511bc6517f821e7c2dc5843eaaefcc06e7d45a5 authored over 12 years ago
github.com/premake/premake-core - 4511bc6517f821e7c2dc5843eaaefcc06e7d45a5 authored over 12 years ago
Config sets can now be hierarchical; pull target information from sets instead of old configs
github.com/premake/premake-core - 3d6e03e966c5c2791b2c947bf71b19f4819e498e authored over 12 years ago
github.com/premake/premake-core - 3d6e03e966c5c2791b2c947bf71b19f4819e498e authored over 12 years ago
Port "not" and "or" modifiers to new criteria objects
github.com/premake/premake-core - 6c1950973703b13bdbb225842151b87a2aca2031 authored over 12 years ago
github.com/premake/premake-core - 6c1950973703b13bdbb225842151b87a2aca2031 authored over 12 years ago
Improve stack traces from test failures
github.com/premake/premake-core - 837b3afbeb6dcc1609c7bd2798da74dc0fa1e251 authored over 12 years ago
github.com/premake/premake-core - 837b3afbeb6dcc1609c7bd2798da74dc0fa1e251 authored over 12 years ago
Initial connection of config sets to the public configuration API
github.com/premake/premake-core - fb5aaf860c95b5e2386808019af3d10aba2c6b48 authored over 12 years ago
github.com/premake/premake-core - fb5aaf860c95b5e2386808019af3d10aba2c6b48 authored over 12 years ago
Added LINUX value to string constants table
github.com/premake/premake-core - 211b53824836357409880947a8f5b8e46426eed2 authored over 12 years ago
github.com/premake/premake-core - 211b53824836357409880947a8f5b8e46426eed2 authored over 12 years ago
Add new API namespace() to set the root namespace of a C# project, independent of the project name
github.com/premake/premake-core - bbc1ae59ad13a000726eb38e10aa2db00835958a authored over 12 years ago
github.com/premake/premake-core - bbc1ae59ad13a000726eb38e10aa2db00835958a authored over 12 years ago
Added filename(); set solution or project file name independently of the solution or project name
github.com/premake/premake-core - 174703505096e39601b7735d170b823f8f80851b authored over 12 years ago
github.com/premake/premake-core - 174703505096e39601b7735d170b823f8f80851b authored over 12 years ago