Re: [Lldb-commits] [PATCH] D17521: Update website for building and testing on Windows

2016-09-19 Thread Eugene Zelenko via lldb-commits
Eugene.Zelenko added a subscriber: Eugene.Zelenko. Eugene.Zelenko closed this revision. Eugene.Zelenko added a comment. Committed in r261795. https://reviews.llvm.org/D17521 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm

Re: [Lldb-commits] [PATCH] D17521: Update website for building and testing on Windows

2016-02-22 Thread Zachary Turner via lldb-commits
zturner updated this revision to Diff 48751. zturner added a comment. Updated with more info about using VS and ninja together, and a note about `python_d` on Windows. http://reviews.llvm.org/D17521 Files: www/build.html www/test.html Index: www/test.html =

Re: [Lldb-commits] [PATCH] D17521: Update website for building and testing on Windows

2016-02-22 Thread Zachary Turner via lldb-commits
zturner added a comment. In http://reviews.llvm.org/D17521#359245, @Honsik wrote: > Hello, newcomer here. > > Thanks zturner for you support. > Shouldn't best workflow for VS also be mentioned? Like one solution for code > editing generated by CMake -G "Visual Studio 14" that lacks directory >

Re: [Lldb-commits] [PATCH] D17521: Update website for building and testing on Windows

2016-02-22 Thread Petr Hons via lldb-commits
Honsik added a comment. Hello, newcomer here. Thanks zturner for you support. Shouldn't best workflow for VS also be mentioned? Like one solution for code editing generated by CMake -G "Visual Studio 14" that lacks directory structure (mostly CMake + VS issue) and another with custom project co

Re: [Lldb-commits] [PATCH] D17521: Update website for building and testing on Windows

2016-02-22 Thread Adrian McCarthy via lldb-commits
amccarth added a comment. Could you post the patch with full context? It's easier to see the changes in context. The information looks right. It's nice to see all the build-Python-yourself stuff simplified away. Comment at: www/build.html:63 @@ -64,1 +62,3 @@ +

Re: [Lldb-commits] [PATCH] D17521: Update website for building and testing on Windows

2016-02-22 Thread Zachary Turner via lldb-commits
zturner updated this revision to Diff 48737. zturner added a comment. Update to include full context. http://reviews.llvm.org/D17521 Files: www/build.html www/test.html Index: www/test.html === --- www/test.html +++ www/test.h

[Lldb-commits] [PATCH] D17521: Update website for building and testing on Windows

2016-02-22 Thread Zachary Turner via lldb-commits
zturner created this revision. zturner added reviewers: amccarth, Honsik. zturner added a subscriber: lldb-commits. Lots of new info about how to build / test on Windows. 1. Update for VS 2015 and Python 3.5 2. Remove old info about building with Python 2.7 3. Reformat the testing page to make it