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
AgeCommit message (Expand)Author
2009-06-15Cut some more fat from the embedded scriptsstarkos
2009-06-15Removed duplicate newlines from embedded scriptsstarkos
2009-06-15Bug 2152526: Code::Blocks doesn't build PCH correctly on GCCstarkos
2009-06-15Bug 2675518: Dependencies wrong on config linksstarkos
2009-06-15Bug 2709641: Location field does not propagate to projectsstarkos
2009-06-15Bug 2805763: GCC PCH issuesstarkos
2009-06-09Updated scriptsstarkos
2009-06-09#2801257: Linker error LNK1112 when cross-compiling for x64 platformstarkos
2009-06-08Bit of code cleanupstarkos
2009-06-08Automatically set the OS to Windows when generating for Visual Studiostarkos
2009-06-08Fixed naming of system libraries in Visual Studio link stepstarkos
2009-06-08Remove additional MonoDevelop files on cleanstarkos
2009-06-04Updated scriptsstarkos
2009-06-02PS3 target fixstarkos
2009-06-02Refactored target building, fixed path separators for .NET projectsstarkos
2009-05-31Fixed import library naming under OS Xstarkos
2009-05-31Updated scriptsstarkos
2009-05-29Bug 2790882: Trailing slash in path.getabsolute (really a patch by Ash Berlin)starkos
2009-05-29Bug 2790865: SharedLib on OSX (actually a patch by Ash Berlin)starkos
2009-05-29Enable parenthesis in file pathsstarkos
2009-05-29Fixed bug in "missing kind" error messagestarkos
2009-05-28Updated scriptsstarkos
2009-05-28Added new field 'trimpaths' to trim leading folders shown in IDEs. Not wired ...starkos
2009-05-28Condensed parameters to walksources to make trimpaths easier to implementstarkos
2009-05-23Added precompiled header support for GCCstarkos
2009-05-22Patch 2609028: verbose linking in makefile (kaidokert)starkos
2009-05-22Patch 2558089: workaround for --as-needed/correct link order (idl0r)starkos
2009-05-22Patch 2031626: Support for "additional manifest files" (Colin Graf)starkos
2009-05-13(no commit message)starkos
2009-05-13Fixed naming of PS3 executables under Cygwinstarkos
2009-05-13Bug fixes to PS3 makefiles, adding missing msc.lua filestarkos
2009-05-09VS now links against lib.a instead of .lib for PS3 buildsstarkos
2009-05-09Use GCC linker block for VS/PS3 projectsstarkos
2009-05-09Added PS3-specific target namingstarkos
2009-05-07Fixed bug in C# project referencesstarkos
2009-05-07Added PS3 compiler block for Visual Studiostarkos
2009-05-07Removed deprecated functionsstarkos
2009-05-07Added PS3 to vstudio configurations; now need to modify compiler/linker blocksstarkos
2009-05-06Merged changes from PS3 branchstarkos
2009-05-01Makefile support for PS3starkos
2009-04-29Added --platform argumentstarkos
2009-04-28Updated scriptsstarkos
2009-04-28Minor formatting improvementsstarkos
2009-04-28Preprocess project-level path fieldsstarkos
2009-04-28Building of unique object directories is now much fasterstarkos
2009-04-28Fixed bugs in new C functionsstarkos
2009-04-28Moved path.isabsolute() and string.endswith() to C to improve performancestarkos
2009-04-28First optimizing pass on configuration buildingstarkos
2009-04-24Updated scriptsstarkos
2009-04-24Refactored handling of configuration namesstarkos