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
2011-12-20Bug 3410213: regression in xcode generation in 4.4 beta3Jason Perkins
2011-11-19Fixed Xcode unit tests on non-Mac OSesJason Perkins
2011-10-21Patch 3367641: Remove warnings in Xcode 4Jason Perkins
2011-08-16Fixed Xcode3 bug with sources in a subdirectory and grouped in virtual path4.4-beta3Jason Perkins
2011-08-16Added virtual path support to Xcode3Jason Perkins
2011-05-19More cleanup; preparing the virtual path stuffJason Perkins
2011-05-07merge with stableLiam Devine
2011-05-07Fixed bug 3297634 - UnitTest++ folder breaks Xcode 3Liam Devine
2011-03-24Merged with premake-stableJason Perkins
2011-03-233157645: Respects full path for xcode frameworksLiam Devine
2011-03-11Xcode4 workspace relative location paths and workspace generationLiam Devine
2011-03-11Xcode4 workspace initialLiam Devine
2011-02-16[#3100379] C# support for Visual Studio 2010Jason Perkins
2011-02-04Moved io.capture to test framework; removed from test suitesJason Perkins
2010-12-10Sets ONLY_ACTIVE_ARCH = YES in Xcode debug builds to mirror Xcode created pro...Liam Devine
2010-12-10adds GCC_SYMBOLS_PRIVATE_EXTERN = NO; which should be the default for builds....Liam Devine
2010-10-11Improved portability of Premake's Mac OS X binaries (William Burnson)Jason Perkins
2010-09-05Bug 3056381: Xcode project breaks on special charsJason Perkins
2010-07-13Fixed handling of icons in Xcode (bitshifter)Jason Perkins
2010-05-10Added test case for Xcode icon imagesCameron Hart
2010-01-05Alpha sort files in Xcode projectsstarkos
2010-01-01Support targetprefix in Xcodestarkos
2009-12-14Split build commands out by configurationstarkos
2009-12-12Bug 2912756: dylibs missing lib prefixstarkos
2009-12-09Bug 2910639: Nil reference on dylib project dependencystarkos
2009-12-08Bug 2909463: Fix Xcode handling of Obj-C++ .mm filesstarkos
2009-12-04Implemented prebuild, prelink, and postbuild commandsstarkos
2009-12-03Implemented platformsstarkos
2009-12-03Added linking to system librariesstarkos
2009-12-03Added NoExceptions, NoFramePointer, NoPCH, NoRTTI, libdirs, precompiled headersstarkos
2009-12-02Implemented buildoptions, ExtraWarnings, FatalWarnings, FloatFast, FloatStric...starkos
2009-11-29Fixed paths to dependent projectsstarkos
2009-11-29Added PBXTargetDependency sectionstarkos
2009-11-29Added PBXReferenceProxy sectionstarkos
2009-11-29Added project dependencies to PBXProjectstarkos
2009-11-29Added project dependencies to PBXNativeTargetstarkos
2009-11-29Added project dependencies to PBXGroupstarkos
2009-11-29Added project dependencies to PBXFrameworksBuildPhasestarkos
2009-11-28Added project dependency to PBXFileReferencestarkos
2009-11-28Implemented PBXContainerItemProxystarkos
2009-11-28Attach IDs needed for inter-project dependencies at solution setup timestarkos
2009-11-25Implemented linkoptions() for Xcodestarkos
2009-11-25Implemented includedirs() and defines() for Xcodestarkos
2009-11-25Fixed bug in Xcode group pathing; started work on project dependenciesstarkos
2009-11-19Fix for product file reference namesstarkos
2009-11-19Feature 2900623: Add targetsuffix and implibsuffix propertiesstarkos
2009-11-17Implemented location(), targetdir(), objdir()starkos
2009-11-10Cleanup on target and project config blocksstarkos
2009-11-10Removed SDKROOTstarkos
2009-11-10Finished portingstarkos