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
2014-01-07Adding release script to do the build from the command linehg/windirstat-customizationsOliver Schneider
--HG-- branch : windirstat-customizations
2014-01-07Customized the project generation so that I can build the premake4.exe for ↵Oliver Schneider
WinDirStat easily Also adds a version resource to premake4.exe Invokes signtool for Release configuration "scripts.c" is included although it is being generated (This is intentional!) --HG-- branch : windirstat-customizations
2014-01-07Fixing: resincludedirs broken in premake-stable (only affects ↵Oliver Schneider
ResourceCompile sections) --HG-- branch : WDS-build
2014-01-07Patch to get vs2013 to run. Was broken from the first time it got added.Oliver Schneider
--HG-- branch : WDS-build
2014-01-07Ignoring Visual Lint files (updated .hgignore)Oliver Schneider
--HG-- branch : WDS-build
2013-11-26Bit of tweaking on the release scriptJason Perkins
2013-11-21Added tag 4.4-beta5 for changeset bb086266c189Jason Perkins
2013-11-21Update copyright year4.4-beta5Jason Perkins
2013-11-12Fix virtual path building for patterns like "filename.*"Jason Perkins
2013-11-12Fix CodeLite file testsJason Perkins
2013-10-31missed one configurationRyan Mulder
2013-10-31include a virtual folder at the root, because codelite expects it, and it ↵Ryan Mulder
causes many strange bugs in codelite when the virtual folder is absent
2013-10-31use underscores instead of pipes in configuration names, because codelite ↵Ryan Mulder
creates directories named after the configuration, and pipes are invalid in directory names on windows
2013-10-21Small improvement to build instructions (h/t John Driscoll)Jason Perkins
2013-10-03Pass same flags to PCH compile as C/C++ source codeJason Perkins
2013-09-16Fix incompatible types warning from VS 2005 (Oliver Schneider)Jason Perkins
2013-09-12Merged in wfgleper/premake-stable (pull request #18)Jason Perkins
Handle missing ld.so.conf gracefully instead of crashing.
2013-09-11Merged in lzprgmr/premake-stable (pull request #17)Jason Perkins
Make table.isempty work with table which has a key as false
2013-09-11Merged in mologie/premake-stable/macosx-quotes (pull request #14)Jason Perkins
Fixed generating xcode4 projects with preprocessor definitions including quotes
2013-08-20Find PCH on include dirs even if project has a location setJason Perkins
2013-08-17Enable custom source trees for Xcode frameworks using VS-esque variables ↵Jason Perkins
such as "$(SDKROOT)/OpenGLES.framework" (Ben Henning)
2013-08-17Initial support for Visual Studio 2013 (Igor Karatayev)Jason Perkins
2013-08-15Bug #280: Problem with prebuild, prelink, and postbuild commands in Xcode ↵Jason Perkins
(Ben Henning)
2013-08-15Leave PCH header path alone if no match is found in includedirsJason Perkins
2013-08-14Add bitmap and wave files as known Xcode resource types (Ben Henning)Jason Perkins
2013-08-13Fix detection of PCH files when include paths are usedJason Perkins
2013-08-08Swapped $(LIBS) and $(ALL_LDFLAGS) in makefile linking step (Ben Henning)Jason Perkins
See http://sourceforge.net/p/premake/bugs/279/
2013-08-08Fix typowfgleper
2013-08-08Fix typowfgleper
--HG-- branch : wfgleper/fix-typo-1375906880413
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-07-12Improved handling of precompiled headers across toolsetsJason Perkins
2013-07-03Stop stripping path from PCH headers in Visual Studio; first step in ↵Jason Perkins
standardizing handling across tools
2013-06-21use "ALL_RESFLAGS" instead of "RESFLAGS" on resource compiler command lineRyan Mulder
2013-06-13Fixed generating xcode4 projects with preprocessor definitions including quotesOliver Kuckertz
--HG-- branch : macosx-quotes
2013-05-20Fix error result handling in os.rmdir()Jason Perkins
2013-05-15Fixed bug #176: Target prefix breaks GCC linkingJason Perkins
2013-05-03Fix a nil reference error in premake.getlinks(); return "." for empty ↵Jason Perkins
directory paths instead
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-10Removed tag 4.3-rc2Jason Perkins
2013-03-10Removed tag 4.3-beta1Jason Perkins
2013-03-10Merged in assarbad/premake-stable/atl-support (pull request #10)Jason Perkins
Two new flags to complement MFC support with ATL support
2013-03-10Merged in assarbad/premake-stable/project-basename-mutate (pull request #9)Jason Perkins
Allow project names to be mutated
2013-03-10Implemented flags ATL and StaticATL to complement MFC and StaticRuntime ↵Oliver Schneider
flags ... perhaps an addition could be to make assumptions for ATL based on StaticRuntime as well, but in general these are distinct configuration settings --HG-- branch : atl-support
2013-03-10Implement a function that can be overridden to mutate project names and ↵Oliver Schneider
handle that correctly inside solution creation --HG-- branch : project-basename-mutate
2013-02-22Patch 159: Validate all values passed to options (Moi_ioM)Jason Perkins
2013-02-21Fix .def file support for VS2010 (Riccardo Ghetta)Jason Perkins
2013-02-07A bit of cleanup on Linux and BSD build configurationsJason Perkins
2013-01-29Merged in bitshifter/premake-stable-linux-findlib-fix-take-2 (pull request #7)Jason Perkins
Process ld.so.conf for includes, fixes os.findlib in Linux.