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
path: root/src/base
AgeCommit message (Expand)Author
2017-03-22Introducing os.str2uuid() as possibility to convert a string deterministicall...Oliver Schneider
2017-03-22Removing trailing spaces and tabs on lines within the premake4 Lua scriptsOliver Schneider
2015-11-09Merge with upstreamOliver Schneider
2014-09-16Backport native path functions from Premake-devJason Perkins
2014-06-29Fix Issue #242: Recursive deletion in os.rmdir() goes up to root level on Win...Jason Perkins
2014-04-24Fix issue #20 - can now find files with a dot prefix; directories are still i...Jason Perkins
2013-11-12Fix virtual path building for patterns like "filename.*"Jason Perkins
2013-09-12Merged in wfgleper/premake-stable (pull request #18)Jason Perkins
2013-08-08Fix typowfgleper
2013-08-08Handle missing ld.so.conf gracefully instead of crashing.leper
2013-07-27Make table.isempty work with table which has a key as falseBaiyan Huang
2013-05-03Fix a nil reference error in premake.getlinks(); return "." for empty directo...Jason Perkins
2013-05-02Fix bug 171: ImpLib used incorrectly in dependency pathsJason Perkins
2013-04-26Add support for Visual Studio 2012 (Oliver Schneider)Jason Perkins
2013-03-10Merged in assarbad/premake-stable/atl-support (pull request #10)Jason Perkins
2013-03-10Implemented flags ATL and StaticATL to complement MFC and StaticRuntime flags...Oliver Schneider
2013-03-10Implement a function that can be overridden to mutate project names and handl...Oliver Schneider
2013-02-22Patch 159: Validate all values passed to options (Moi_ioM)Jason Perkins
2013-01-29Merged in bitshifter/premake-stable-linux-findlib-fix-take-2 (pull request #7)Jason Perkins
2013-01-29Fix linking to external libraries outside of project folderJason Perkins
2013-01-19Process ld.so.conf for includes, fixes os.findlib in Linux.Cameron Hart
2012-12-14Port vpath tests from premake-devJason Perkins
2012-10-19Patch 3462994: Make flag values case-insensitiveJason Perkins
2012-09-18Fixed handling of exact path matches in vpath buildingJason Perkins
2012-04-18adds option generate_user to control .user filesrghetta@larix.it
2012-01-20Patch 3111264: Allow path.join() to accept any number of argsJason Perkins
2011-12-20Bug 3410213: regression in xcode generation in 4.4 beta3Jason Perkins
2011-12-09Fixed broken lib search path from last commit (h/t coh)Jason Perkins
2011-12-08Bug 3121217: Test suite fails on Linux x86_64: os.findlib brokenJason Perkins
2011-11-13Merge latest changes from premake-devJason Perkins
2011-10-21Patch 3317329: Support vstudio CompileAs for mixed-language projects (xpol)Jason Perkins
2011-10-03Patch 3138574: NoImportLib ignored in Windows makefiles dependencies (rjmyst3)Jason Perkins
2011-09-16Patch 3021550: Add Wii homebrew platform (Pathogen David)Jason Perkins
2011-08-24* Added debug environment variable support for Codeblocks using gdbLiam Devine
2011-08-23Fixed #3381011: location breaks vpathsJason Perkins
2011-08-22Adds environmentargs for vs10 and flags which define specifics for them.liamDevine
2011-08-16Added virtual path support to Xcode3Jason Perkins
2011-08-10Added vpath support to VC200x and CodeliteJason Perkins
2011-07-25Removed block-commented code that was showing up in release builds4.4-beta2Jason Perkins
2011-07-20Flipped vpaths syntax, now ['group']={'pattern(s)'...}Jason Perkins
2011-07-01Implemented vpaths for VS2010Jason Perkins
2011-07-01Lost a commit somewhere; catching up with my local repositoryJason Perkins
2011-06-09Removed deprecated walksources() functionJason Perkins
2011-06-09Added project.getvpath() to map from real pathsJason 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-05-13Ported CodeLite to treesJason Perkins
2011-04-30merge with stableliamDevine