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 (Collapse)Author
2011-09-08* Bug 3381149: Path of PCH source file in VS10 not being translated (intyuh)Liam Devine
Re- added unit test removed in 53abc69ab87c Applied patch from intyuh
2011-08-27Added new function os.stat to fetch information about a fileJason Perkins
2011-08-24* Added debug environment variable support for Codeblocks using gdbLiam Devine
Changes the name from environmentargs to debugenvs Effects VS flags EnvironmentArgsInherit and EnvironmentArgsDontMerge which become DebugEnvsInherit and DebugEnvsDontMerge respectively.
2011-08-23* Bug 3277343: SM_SERVERR2 is not always defined by defaultLiam Devine
Also maybe running under WoW
2011-08-22Added credit in change.txtliamDevine
2011-08-22* Bug 3277343: SM_SERVERR2 is not always defined by defaultliamDevine
Also maybe running under WoW
2011-08-22First member of SYSTEM_INFO is a union. MSCV allows {}, codeblocks with ↵liamDevine
mingw does not. Prevent warning on both by using {{0}} syntax.
2011-07-21Mentioned source filtering/grouping in changelogJason Perkins
2011-05-27Pulling stable change into dev.Liam Devine
2011-05-27Incorrect relative paths for gmake sibling static librariesLiam Devine
2011-05-18English alais' for the Optimize group of flagsLiam Devine
2011-05-07merge with stableLiam Devine
2011-05-07Fixed bug 3297634 - UnitTest++ folder breaks Xcode 3Liam Devine
Xcode itself only quotes when it needs to yet it is fine to always quote the string.
2011-05-04Removed 4.3.1 from changelog; going right to 4.44.4-beta1Jason Perkins
2011-05-01Applied patch which sets the target machine in visual studioliamDevine
2011-04-30merge with stableliamDevine
2011-04-29Fixes Bug 3294459: vs10 x86_64 using incorrect debug format for minimal rebuilddev@Rose-PC.cable.virginmedia.net
there is not an option for setting /Z7 OldStyle so OldStyle was removed /ZI is not compatible with /clr or x64_64 minimal Rebuild requires /Zi in x86_64
2011-04-25[#1657833] Set working directory an IDE starts/debugs the program inJason Perkins
2011-04-11Merged changes from stableJason Perkins
2011-03-27Replaced host.windowsversion with os.getversionJason Perkins
2011-03-26* Patch 3043933 gmake incorrectly links using -l when a solution contains a ↵Liam Devine
.so and .a of the same name and the static lib is wanted (Jonathan Derque)
2011-03-26* Patch 3043933 gmake incorrectly links using -l when a solution contains a ↵Liam Devine
.so and .a of the same name and the static lib is wanted (Jonathan Derque)
2011-03-24Merged with premake-stableJason Perkins
2011-03-23Updated changelog for previous fixJason Perkins
2011-03-233157645: Respects full path for xcode frameworksLiam Devine
2011-03-17added specialisation for terms in mergeobjectliamDevine
kind seems special. it gets set in the cfg and is needed by the terms yet not added automatically added a check when iterating blocks in merge to see if kind needs adding to terms changed getactiveterms so it doesn't use number keys at end of merge, added a merging of terms into cfg.terms terms were being shared between all configurations in collapse. NOTE : it may still need looking at for when the platform is not native. changed to use a local copy, this gets updated instead.
2011-03-14pdb file was being written to the 'Link' section when it needed to be in ↵liamDevine
'ClCompile'. Reported by hodsondd closes bug report: https://sourceforge.net/tracker/?func=detail&aid=3163703&group_id=71616&atid=531878
2011-03-13renamed host.is_64bit to host.is64bitLiam Devine
renamed host.windows_version to host.windowsversion
2011-03-12added define _CRT_SECURE_NO_DEPRECATE for visual studio build in ↵Liam Devine
premake4.lua. Old versions of vs2005 use this define. added host.c for detecting if the process is running under wow, uses code provided on msdn where we lookup the function at runtime, which fails gracefully if a 32 bit machine. add host.is_64bit function in host.lua
2011-02-16[#3100379] C# support for Visual Studio 2010Jason Perkins
2011-02-10Added support for Haiku OS (Yuriy O'Donnell)Jason Perkins
2011-01-04Bug 3138377: Link dependencies ignored within "SharedLib" configurationJason Perkins
2011-01-02Merged with stableJason Perkins
2011-01-02Updated copyright dateJason Perkins
2010-12-30Removes the setting of WholeProgramOptimization for vs10 projects as per the ↵liamDevine
msdn docs.
2010-12-28Merge with stableJason Perkins
2010-12-13Properly pass return codes back to shell in release buildsJason Perkins
2010-12-10Sets ONLY_ACTIVE_ARCH = YES in Xcode debug builds to mirror Xcode created ↵Liam Devine
projects
2010-12-10adds GCC_SYMBOLS_PRIVATE_EXTERN = NO; which should be the default for ↵Liam Devine
builds. This fixes a Release build yet not Debug as Xcode itself is broken. Bug 2920784 and Feature 3118000
2010-12-06More SNC changes: fixed location of PCH to match VS, fixed flagsJason Perkins
2010-12-02Switched PS3 builds from GCC to SNCJason Perkins
2010-12-02More stable/dev mergingJason Perkins
2010-12-02Merged with latest premake-stableJason Perkins
2010-12-01fixes ClCompile blocks with PCH's in Vs10 generatorLiam Devine
2010-11-164.3 release prep4.3Jason Perkins
2010-11-02mergeliamDevine
2010-11-01Cleaned up a few entries in changelogJason Perkins
2010-11-01Fixes vs10 Bug 3100062 uses premake.config.isdebugbuild to determine debug ↵liamDevine
status
2010-10-30removes invalid test in vs2010 filtersliamDevine
refactored moving more code in the function "if_config_and_platform" for vs2010 added write_file_compile_block which takes care of pre compiled headers and fixes Bug 3095274 Did lines ending changes in vs2010_vcxproj.lua and test_vs2010_vcxproj.lua which is why the changeset is bigger??
2010-10-30Bug 3097868: Patch 3076517 premake_rev465.patch. Removes relative paths from ↵liamDevine
vs2010 filters (Robert Konrad)