aboutsummaryrefslogtreecommitdiff
path: root/win32
AgeCommit message (Collapse)Author
2009-11-29Kill off clang/win32 which contains the hand generated Visual Studio project ↵Kovarththanan Rajaratnam
files. These files are severely out of date and have been superseded by the CMake build system. RIP. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90081 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-31Update VS project.Ted Kremenek
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68130 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-26Many updates to Windows project files.Steve Naroff
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63018 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-22Disable language extensions for the clang parser.Steve Naroff
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62808 91177308-0d34-0410-b5e6-96231b3b80d8
2008-11-13Add file to VC++ project.Steve Naroff
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59261 91177308-0d34-0410-b5e6-96231b3b80d8
2008-11-10Update VC++ project file.Steve Naroff
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58996 91177308-0d34-0410-b5e6-96231b3b80d8
2008-11-08update post-build stepTed Kremenek
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58878 91177308-0d34-0410-b5e6-96231b3b80d8
2008-11-06Update VC++ proj.Steve Naroff
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58797 91177308-0d34-0410-b5e6-96231b3b80d8
2008-11-04Update VC++ project file.Steve Naroff
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58656 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-24Add initial dependency file generation support. Patch by KovarththananDaniel Dunbar
Rajaratnam, with some updates and formatting changes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58122 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-24Add another file to VC++ project.Steve Naroff
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58098 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-24Yet another update to the VC++ proj.Steve Naroff
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58091 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-24Add file to VC++ project.Steve Naroff
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58059 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-23Add some files to VC++ project.Steve Naroff
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58047 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-21Update VC++ project files.Steve Naroff
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57902 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-15Add TokenRewriter to VC++ project.Steve Naroff
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57593 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-15Add RewriteTest.cpp to VC++ project.Steve Naroff
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57592 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-10Add DeclGroup.cpp.Steve Naroff
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57354 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-05Update VC++ project fileSteve Naroff
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57090 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-04Add MemRegion.cpp to VS project.Ted Kremenek
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57055 91177308-0d34-0410-b5e6-96231b3b80d8
2008-09-20Update VS projects.Cedric Venet
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56390 91177308-0d34-0410-b5e6-96231b3b80d8
2008-09-09Update VC++ project files.Argyrios Kyrtzidis
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55986 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-28Remove Regions.cpp from VS project file.Ted Kremenek
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55517 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-26Update VS project.Cedric Venet
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55379 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-24Update VS projects.Cedric Venet
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55280 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-13Update VS project file.Ted Kremenek
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54723 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-12Update VS project files.Ted Kremenek
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54701 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-06Added VCProj file for libDriver.Ted Kremenek
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54423 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-24Update VS project.Ted Kremenek
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53995 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-22Update VS project.Ted Kremenek
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53921 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-22Update VS project.Ted Kremenek
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53913 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-12Added two new files to VC++ project.Cedric Venet
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53518 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-08Add Environment.cpp to the clangAnalysis Visual Studio project.Ted Kremenek
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53258 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-06Add new file to VS projects.Cedric Venet
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53160 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-02Add DeclCXX.[h.cpp] to clangAST.vcprojTed Kremenek
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53004 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-02Added AnalysisConsumer.[cpp,h] to clangDriver.vcproj.Ted Kremenek
Added CXXFieldCollector.h to clangSema.vcproj. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52999 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-27Add missing include file (due to a file splitting in llvm).Cedric Venet
Add new file to Sema Project for VS. this unbreak the build for VS2005 (with the associated patch on llvm). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52830 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-25Update VS project files.Ted Kremenek
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52732 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-23Update VS project files. Patch by Cedric Venet!Ted Kremenek
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52625 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-07Fix Visual Studio project files; patch by Cédric Venet.Eli Friedman
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52074 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-20Add SemaInit.cpp to VC++ proj.Steve Naroff
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51330 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-15Revert...Steve Naroff
Author: akirtzidis Date: Wed May 14 05:00:15 2008 New Revision: 51101 URL: http://llvm.org/viewvc/llvm-project?rev=51101&view=rev Log: Upgrading VC++ projects to VC++ 2008. I really need to build with VC++ 2005. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51158 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-14Update the clangSema VC++ project.Argyrios Kyrtzidis
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51104 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-14Upgrading VC++ projects to VC++ 2008.Argyrios Kyrtzidis
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51101 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-09More VC++ project file updates.Steve Naroff
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@50909 91177308-0d34-0410-b5e6-96231b3b80d8
2008-04-17Update VC++ project files.Steve Naroff
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49881 91177308-0d34-0410-b5e6-96231b3b80d8
2008-04-04Add BugReporter.cpp to VC++ project file.Steve Naroff
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49233 91177308-0d34-0410-b5e6-96231b3b80d8
2008-03-27Add some of Ted's recent work to the VC++ project file.Steve Naroff
Fix a couple bozo bugs in the rewriter. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48903 91177308-0d34-0410-b5e6-96231b3b80d8
2008-03-24Add a couple files to VC++ project and cleanup an "#if 0".Steve Naroff
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48748 91177308-0d34-0410-b5e6-96231b3b80d8
2008-03-18Update project files.Steve Naroff
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48500 91177308-0d34-0410-b5e6-96231b3b80d8