Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-16Backport native path functions from Premake-devJason Perkins
2014-04-24Fix issue #20 - can now find files with a dot prefix; directories are still i...Jason Perkins
2013-07-27Make table.isempty work with table which has a key as falseBaiyan Huang
2012-10-19Patch 3462994: Make flag values case-insensitiveJason Perkins
2012-09-28Patch 3485071: Fixed _PREMAKE_COMMAND fallback when premake4 is not in PATH (...Jason Perkins
2012-01-20Patch 3111264: Allow path.join() to accept any number of argsJason Perkins
2011-07-20Flipped vpaths syntax, now ['group']={'pattern(s)'...}Jason Perkins
2011-07-13Removed a bunch of deprecated VC2010 codeJason Perkins
2011-06-02Added support for key-value fields to the APIJason Perkins
2011-05-19More cleanup; preparing the virtual path stuffJason Perkins
2011-05-18English alais' for the Optimize group of flagsLiam Devine
2011-05-16Split configuration baking into its own file; prep for file config workJason Perkins
2011-04-28Bug 3277357: Projects no longer inherit location from solutionJason Perkins
2011-03-24Merged with premake-stableJason Perkins
2011-03-23[#3232160] Environment variables are cut offJason Perkins
2011-03-17added specialisation for terms in mergeobjectliamDevine
2011-02-10Added support for Haiku OS (Yuriy O'Donnell)Jason Perkins
2011-02-04Moved io.capture to test framework; removed from test suitesJason Perkins
2011-01-18Add test to ensure path.join() can be called with a nil argumentJason Perkins
2010-11-02refactors optimise check to function premake.config.isoptimizedbuild(flags) w...liamDevine
2010-10-21Bug 3016050: {"../Dir/file1.c","../../Dir/file2.c"} breaks Xcode (Stephane)Jason Perkins
2010-10-13Bug 3035545: The pattern { "./folder/*.c" } matches no filesJason Perkins
2010-09-06Bug 3007101: Generating PDB in Release builds is not supportedJason Perkins
2010-08-27Patch 3053959: kind() crashes when called with no arguments (rjmyst3)Jason Perkins
2010-03-08Patch 2965229: Fix handling of '+' symbol in file patterns (Rachel Blum)starkos
2010-02-27Bug 2953594: includedirs / libdirs converting absolute paths to relativestarkos
2010-02-27Bug 2958829: Files pattern matching including too many filesstarkos
2010-02-18Patch 2936443: Expose configuration terms to scripts (Laurent Humbertclaude)starkos
2010-01-14Fixed handling of ./ prefix on file wildcardsstarkos
2010-01-14Bug 2928775: Error loading external Lua module with require(); added test for...starkos
2010-01-05Alpha sort files in Xcode projectsstarkos
2009-12-08Bug 2903430: Using relative instead of absolute paths with $() macrostarkos
2009-11-25Fixed bug in Xcode group pathing; started work on project dependenciesstarkos
2009-09-29Fixed os.match() for very large result sets; fixed bug in action testsstarkos
2009-09-29Set up _OS for xcode testsstarkos
2009-09-16Cleaned up PBXBuildFile and PBXFileReference sectionsstarkos
2009-09-06Fixed source paths containing ..starkos
2009-09-03Removed duplication .pinfo filesstarkos
2009-08-25Add .xib file resourcesstarkos
2009-08-18Added source file tree builderstarkos
2009-08-11Add onsolution() and onproject() callbacks to actionsstarkos
2009-08-11Refactored and consolidated action list handlingstarkos
2009-07-16Started refactoring action liststarkos