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

github.com/windirstat/premake-4.x.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/host
AgeCommit message (Collapse)Author
2014-09-21Merged in rglarix/premake-stable-wrk/scripts-option-rel (pull request #46)Jason Perkins
reissue #45 - 1 - enable optional scripts option even for release builds
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 ↵Jason Perkins
ignored
2013-11-21Update copyright year4.4-beta5Jason Perkins
2013-09-16Fix incompatible types warning from VS 2005 (Oliver Schneider)Jason Perkins
2013-05-20Fix error result handling in os.rmdir()Jason Perkins
2012-11-12Pull 25: Add Unix support to os.getversion() (wfgleper)Jason Perkins
2012-10-18Patch 3441850: Use debug.traceback() as error handler (Konstantin Tokarev)Jason Perkins
2012-09-28Patch 3485071: Fixed _PREMAKE_COMMAND fallback when premake4 is not in PATH ↵Jason Perkins
(Konstantin Tokarev)
2012-02-06Patch 3353975: Support usage of premake as a library (Konstantin Tokarev)Jason Perkins
2012-01-05Updated copyrights; added #ifdef around Objbase.h includeJason Perkins
2012-01-05Removed dynamic loading of Ole32 on Windows (see patch #3456407)Jason Perkins
2011-12-09Patch 3440466: Fixed compiler warnings on Mac (Konstantin Tokarev)Jason Perkins
2011-12-07Patch 3429777: Support for DragonFly BSD (Joachim de Groot) and 3445049: ↵Jason Perkins
Build fix for FreeBSD (Konstantin Tokarev)
2011-11-29Patch 3351583: _PREMAKE_COMMAND variable (Konstantin Tokarev)Jason Perkins
2011-11-13Merge latest changes from premake-devJason Perkins
2011-08-27Added new function os.stat to fetch information about a fileJason Perkins
2011-08-23* Bug 3277343: SM_SERVERR2 is not always defined by defaultLiam Devine
Also maybe running under WoW
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-04-05Some cleanup for is64bit() to make it look a bit like the other os functionsJason Perkins
2011-03-27Replaced host.windowsversion with os.getversionJason Perkins
2011-03-26enable optional scripts option even for release buildsUnknown
2011-03-25Fixed Windows version fetching to build under VS2008Jason Perkins
2011-03-13renamed host.is_64bit to host.is64bitLiam Devine
renamed host.windows_version to host.windowsversion
2011-03-12added host.windows_versionLiam Devine
2011-03-12did not do a diff on premake.lua and instead used code from another ↵Liam Devine
download, In other words I messed it up.
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-10Added support for Haiku OS (Yuriy O'Donnell)Jason Perkins
2011-01-02Updated copyright dateJason Perkins
2010-12-23Removed scripts.c from the repositoryJason 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-01fixes ClCompile blocks with PCH's in Vs10 generatorLiam Devine
2010-11-01embed scriptsliamDevine
2010-11-01embeds scriptsliamDevine
2010-10-30embeded scriptsliamDevine
2010-10-11Improved portability of Premake's Mac OS X binaries (William Burnson)Jason Perkins
2010-09-14Patch 3063804: Set CompileAs flag for VS200x C projects (rjmyst3)Jason Perkins
2010-08-31Merged with forkLiam Devine
2010-08-11Updated release scriptsJason Perkins
2010-07-28embedded scriptsliamDevine
2010-07-27embedded scriptsliamDevine
2010-07-21Added support for Solaris (Dean Ross-Smith)Jason Perkins
2010-07-21Merged Liam's VS2010 changesJason Perkins
2010-07-15embeded lua source. Checked clean operation on a solution with multiple ↵LiamDevine
projects, yet no intergration tests added.
2010-07-13Merged VS 2010 C/C++ support (Liam Devine)Jason Perkins
2010-07-13Fixed handling of icons in Xcode (bitshifter)Jason Perkins
2010-06-21Fixed bug where a filter path had a dot in it's pathLiamDevine
added C support