On Thu, Jun 06, 2013 at 11:06:19AM -0400, Tomoki Sekiyama wrote: > changes from v3: > -[01/10] Use c++ instead of g++ in configureing C++ compiler if neither > $cross_prefix nor $CXX is specified. > -[02/10] Add "alternative representations" as a reserved keywords in qapi.py. > -[03/10 (newly added)] modify check-patch.pl to check C++ source code > -[04/10] Improve compatibility (POSIX-compliant). > -[04/10] Added some error checks. > -[05/10] Added --with-win-sdk option to configure path to Windows SDK. > -[06/10] Patch v3 09/11 (adding binary .tlb file) is squashed into this patch > in order to avoid git-bisect failure. > -[06/10 & 07/10] Fix coding style. > -Dropped Patch v3 11/11 (encode error desc of exception with current locale) > > changes from v2: > -[06/11] Fix errors in Windows 7, reported by Li Baiqing > > changes from v1: > - Fix out-tree build by stop using recursive Makefile > - Added script to extract VSS SDK headers on POSIX systems using msitools > (thanks Paolo) > - Remove some unnecessary header files
Cool, thanks for the checkpatch.pl and ./configure changes! Stefan