LiamDevine
d1eb9852fe
pulled changes from premake repos
2010-06-18 00:33:25 +01:00
LiamDevine
f00217f741
removed invalid assumptions which were checked in unit tests
...
added link section even when a static lib
added ProgramDatabaseFile to link section
2010-06-18 00:27:34 +01:00
LiamDevine
db0f215e95
added failing test for ImportLibrary to remind me there is an unknown
2010-06-17 00:47:45 +01:00
LiamDevine
917217bc8f
Never saved before commit oops
2010-06-17 00:30:52 +01:00
LiamDevine
b96a354aba
Moved filter functions into core from test file
2010-06-17 00:30:14 +01:00
LiamDevine
5c4d3cd478
check why <MinimalRebuild>true</MinimalRebuild> is missing in a debug static lib and shared lib build
...
--------Requires symbols to be set in flags
shared lib missing <DebugInformationFormat>EditAndContinue</DebugInformationFormat> in ClCompile section
--------Requires symbols to be set in flags
shared lib incorrectly <GenerateDebugInformation>true</GenerateDebugInformation> to false in link section
--------Requires symbols to be set in flags
shared lib LinkIncremental set to incorrect value of false
---Fixed and tests wrote
check all configs %(AdditionalIncludeDirectories) missing before AdditionalIncludeDirectories end tag in ClCompile
---Fixed if no include Directories supplied, this tag is not present
2010-06-16 23:50:57 +01:00
LiamDevine
e1ca7109f1
Identified problems which need fixing
2010-06-16 19:34:21 +01:00
LiamDevine
223b5429f0
checked lib section for a static lib
2010-06-16 19:20:41 +01:00
LiamDevine
50e1665c34
the failed test has some how disapeared.
...
removed link section when kind is a static lib
2010-06-16 18:21:29 +01:00
LiamDevine
b27b21ce82
changed path seperators to window specific \\
2010-06-16 00:35:41 +01:00
LiamDevine
70a93c68bc
vcxproj.filters done
...
vcxproj.user done
vcxproj nearly done
2010-06-15 23:29:56 +01:00
LiamDevine
3f67eb5d7f
vcxproj support getting there
2010-06-11 22:07:07 +01:00
Jason Perkins
6426050f83
Patch 3011940: Add support for MFC (JTAnderson)
2010-06-10 19:34:50 -04:00
LiamDevine
7b61224398
hmm missing tests
2010-06-10 18:15:49 +01:00
LiamDevine
4484d388a4
vs2010 started vcxproj
2010-06-10 16:45:25 +01:00
starkos
c861bafe84
Added framework to vstudio C# 2005
2010-03-04 21:51:20 +00:00
starkos
0da8416c9b
Began work on new frameworks() api
2010-03-04 21:01:45 +00:00
starkos
d4143dae74
Feature 2944697: Add flag to disable Minimal Rebuild in Visual Studio
2010-03-03 13:40:56 +00:00
starkos
430fbc3fa4
Bug 2931722: pchheader handling not consistent between tools
2010-02-26 22:10:57 +00:00
starkos
0f49283f60
Alpha sort files in Xcode projects
2010-01-05 19:27:34 +00:00
starkos
0ab0451c09
Support targetprefix in Xcode
2009-12-31 22:52:02 +00:00
starkos
4a179ae704
Few fixes for targetsuffix
2009-12-17 15:08:38 +00:00
starkos
70636a4510
Split build commands out by configuration
2009-12-14 16:09:53 +00:00
starkos
c963a76892
Bug 2912756: dylibs missing lib prefix
2009-12-12 17:29:53 +00:00
starkos
9a3bf8e5e5
Bug 2910639: Nil reference on dylib project dependency
2009-12-09 18:40:56 +00:00
starkos
b51c75e70d
Bug 2909463: Fix Xcode handling of Obj-C++ .mm files
2009-12-07 21:54:34 +00:00
starkos
c0a7128a3c
Implemented prebuild, prelink, and postbuild commands
2009-12-03 21:07:24 +00:00
starkos
a39c338896
Implemented platforms
2009-12-03 20:28:42 +00:00
starkos
c858deabdd
Added linking to system libraries
2009-12-03 15:27:13 +00:00
starkos
fcff55ee47
Added NoExceptions, NoFramePointer, NoPCH, NoRTTI, libdirs, precompiled headers
2009-12-03 14:55:11 +00:00
starkos
14b7a2ca5d
Implemented buildoptions, ExtraWarnings, FatalWarnings, FloatFast, FloatStrict, NoEditAndContinue, Symbols
2009-12-01 21:29:44 +00:00
starkos
a0f7ffc87e
Fixed paths to dependent projects
2009-11-29 15:51:10 +00:00
starkos
00709e1074
Added PBXTargetDependency section
2009-11-29 15:37:39 +00:00
starkos
70349b3bdd
Added PBXReferenceProxy section
2009-11-29 15:01:25 +00:00
starkos
05bbfcc15b
Added project dependencies to PBXProject
2009-11-29 14:46:33 +00:00
starkos
ac4b428099
Added project dependencies to PBXNativeTarget
2009-11-29 14:39:58 +00:00
starkos
776f833413
Added project dependencies to PBXGroup
2009-11-29 14:24:12 +00:00
starkos
7e5e63d2dd
Added project dependencies to PBXFrameworksBuildPhase
2009-11-29 13:36:46 +00:00
starkos
992eec33ab
Added project dependency to PBXFileReference
2009-11-28 16:28:25 +00:00
starkos
912ebca665
Implemented PBXContainerItemProxy
2009-11-28 16:13:26 +00:00
starkos
8e3604d95f
Attach IDs needed for inter-project dependencies at solution setup time
2009-11-28 16:04:52 +00:00
starkos
f1e5457752
Implemented linkoptions() for Xcode
2009-11-25 20:36:20 +00:00
starkos
73aad5b34b
Implemented includedirs() and defines() for Xcode
2009-11-25 20:27:57 +00:00
starkos
293b03daa2
Fixed bug in Xcode group pathing; started work on project dependencies
2009-11-25 19:40:23 +00:00
starkos
b5dd640f9d
Fix for product file reference names
2009-11-19 19:44:11 +00:00
starkos
49755b0d23
Feature 2900623: Add targetsuffix and implibsuffix properties
2009-11-19 19:02:43 +00:00
starkos
f47e40abbe
Implemented location(), targetdir(), objdir()
2009-11-17 20:30:56 +00:00
starkos
bf152cac6b
Cleanup on target and project config blocks
2009-11-10 20:32:20 +00:00
starkos
5ad56cccaa
Removed SDKROOT
2009-11-10 19:03:35 +00:00
starkos
eef1a97501
Finished porting
2009-11-09 21:34:46 +00:00