[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.15 1.15.4.1 ccmake.cxx 1.37 1.37.4.1 cmCursesBoolWidget.cxx 1.8 1.8.14.1 cmCursesBoolWidget.h 1.4 1.4.28.1 cmCursesCacheEntryComposite.cxx 1.9 1.9.4.1 cmCursesCacheEntryComposite.h 1.9 1.9.14.1 cmCursesDummyWidget.cxx 1.6 1.6.14.1 cmCursesDummyWidget.h 1.4 1.4.28.1 cmCursesFilePathWidget.cxx 1.5 1.5.14.1 cmCursesFilePathWidget.h 1.4 1.4.26.1 cmCursesForm.cxx 1.5 1.5.14.1 cmCursesForm.h 1.9 1.9.14.1 cmCursesLabelWidget.cxx 1.7 1.7.14.1 cmCursesLabelWidget.h 1.7 1.7.28.1 cmCursesLongMessageForm.cxx 1.17 1.17.2.1 cmCursesLongMessageForm.h 1.5 1.5.14.1 cmCursesMainForm.cxx 1.76 1.76.2.1 cmCursesMainForm.h 1.24 1.24.14.1 cmCursesPathWidget.cxx 1.10 1.10.14.1 cmCursesPathWidget.h 1.5 1.5.14.1 cmCursesStandardIncludes.h 1.16 1.16.4.1 cmCursesStringWidget.cxx 1.14 1.14.2.1 cmCursesStringWidget.h 1.6 1.6.14.1 cmCursesWidget.cxx 1.5 1.5.14.1 cmCursesWidget.h 1.8 1.8.14.1

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Oct 1 17:21:18 EDT 2009


Update of /cvsroot/CMake/CMake/Source/CursesDialog
In directory public:/mounts/ram/cvs-serv11203/Source/CursesDialog

Modified Files:
      Tag: CMake-2-8
	CMakeLists.txt ccmake.cxx cmCursesBoolWidget.cxx 
	cmCursesBoolWidget.h cmCursesCacheEntryComposite.cxx 
	cmCursesCacheEntryComposite.h cmCursesDummyWidget.cxx 
	cmCursesDummyWidget.h cmCursesFilePathWidget.cxx 
	cmCursesFilePathWidget.h cmCursesForm.cxx cmCursesForm.h 
	cmCursesLabelWidget.cxx cmCursesLabelWidget.h 
	cmCursesLongMessageForm.cxx cmCursesLongMessageForm.h 
	cmCursesMainForm.cxx cmCursesMainForm.h cmCursesPathWidget.cxx 
	cmCursesPathWidget.h cmCursesStandardIncludes.h 
	cmCursesStringWidget.cxx cmCursesStringWidget.h 
	cmCursesWidget.cxx cmCursesWidget.h 
Log Message:
Merge in changes to CMake-2-8 RC 2


Index: cmCursesLabelWidget.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CursesDialog/cmCursesLabelWidget.cxx,v
retrieving revision 1.7
retrieving revision 1.7.14.1
diff -C 2 -d -r1.7 -r1.7.14.1
*** cmCursesLabelWidget.cxx	16 Mar 2006 15:44:55 -0000	1.7
--- cmCursesLabelWidget.cxx	1 Oct 2009 21:21:14 -0000	1.7.14.1
***************
*** 1,18 ****
! /*=========================================================================
! 
!   Program:   CMake - Cross-Platform Makefile Generator
!   Module:    $RCSfile$
!   Language:  C++
!   Date:      $Date$
!   Version:   $Revision$
! 
!   Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
!   See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
  
!      This software is distributed WITHOUT ANY WARRANTY; without even 
!      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
!      PURPOSE.  See the above copyright notices for more information.
  
! =========================================================================*/
  #include "cmCursesLabelWidget.h"
  
--- 1,13 ----
! /*============================================================================
!   CMake - Cross Platform Makefile Generator
!   Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
  
!   Distributed under the OSI-approved BSD License (the "License");
!   see accompanying file Copyright.txt for details.
  
!   This software is distributed WITHOUT ANY WARRANTY; without even the
!   implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
!   See the License for more information.
! ============================================================================*/
  #include "cmCursesLabelWidget.h"
  

Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CursesDialog/CMakeLists.txt,v
retrieving revision 1.15
retrieving revision 1.15.4.1
diff -C 2 -d -r1.15 -r1.15.4.1
*** CMakeLists.txt	23 Jan 2008 21:53:33 -0000	1.15
--- CMakeLists.txt	1 Oct 2009 21:21:13 -0000	1.15.4.1
***************
*** 1,2 ****
--- 1,13 ----
+ #=============================================================================
+ # CMake - Cross Platform Makefile Generator
+ # Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
+ #
+ # Distributed under the OSI-approved BSD License (the "License");
+ # see accompanying file Copyright.txt for details.
+ #
+ # This software is distributed WITHOUT ANY WARRANTY; without even the
+ # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ # See the License for more information.
+ #=============================================================================
  
  SET( CURSES_SRCS

Index: cmCursesStringWidget.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CursesDialog/cmCursesStringWidget.h,v
retrieving revision 1.6
retrieving revision 1.6.14.1
diff -C 2 -d -r1.6 -r1.6.14.1
*** cmCursesStringWidget.h	16 Mar 2006 15:44:55 -0000	1.6
--- cmCursesStringWidget.h	1 Oct 2009 21:21:14 -0000	1.6.14.1
***************
*** 1,18 ****
! /*=========================================================================
! 
!   Program:   CMake - Cross-Platform Makefile Generator
!   Module:    $RCSfile$
!   Language:  C++
!   Date:      $Date$
!   Version:   $Revision$
! 
!   Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
!   See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
  
!      This software is distributed WITHOUT ANY WARRANTY; without even 
!      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
!      PURPOSE.  See the above copyright notices for more information.
  
! =========================================================================*/
  #ifndef __cmCursesStringWidget_h
  #define __cmCursesStringWidget_h
--- 1,13 ----
! /*============================================================================
!   CMake - Cross Platform Makefile Generator
!   Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
  
!   Distributed under the OSI-approved BSD License (the "License");
!   see accompanying file Copyright.txt for details.
  
!   This software is distributed WITHOUT ANY WARRANTY; without even the
!   implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
!   See the License for more information.
! ============================================================================*/
  #ifndef __cmCursesStringWidget_h
  #define __cmCursesStringWidget_h

Index: cmCursesDummyWidget.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CursesDialog/cmCursesDummyWidget.cxx,v
retrieving revision 1.6
retrieving revision 1.6.14.1
diff -C 2 -d -r1.6 -r1.6.14.1
*** cmCursesDummyWidget.cxx	16 Mar 2006 15:44:55 -0000	1.6
--- cmCursesDummyWidget.cxx	1 Oct 2009 21:21:13 -0000	1.6.14.1
***************
*** 1,18 ****
! /*=========================================================================
! 
!   Program:   CMake - Cross-Platform Makefile Generator
!   Module:    $RCSfile$
!   Language:  C++
!   Date:      $Date$
!   Version:   $Revision$
! 
!   Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
!   See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
  
!      This software is distributed WITHOUT ANY WARRANTY; without even 
!      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
!      PURPOSE.  See the above copyright notices for more information.
  
! =========================================================================*/
  #include "cmCursesDummyWidget.h"
  
--- 1,13 ----
! /*============================================================================
!   CMake - Cross Platform Makefile Generator
!   Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
  
!   Distributed under the OSI-approved BSD License (the "License");
!   see accompanying file Copyright.txt for details.
  
!   This software is distributed WITHOUT ANY WARRANTY; without even the
!   implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
!   See the License for more information.
! ============================================================================*/
  #include "cmCursesDummyWidget.h"
  

Index: cmCursesStandardIncludes.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CursesDialog/cmCursesStandardIncludes.h,v
retrieving revision 1.16
retrieving revision 1.16.4.1
diff -C 2 -d -r1.16 -r1.16.4.1
*** cmCursesStandardIncludes.h	27 Aug 2007 13:01:14 -0000	1.16
--- cmCursesStandardIncludes.h	1 Oct 2009 21:21:14 -0000	1.16.4.1
***************
*** 1,18 ****
! /*=========================================================================
! 
!   Program:   CMake - Cross-Platform Makefile Generator
!   Module:    $RCSfile$
!   Language:  C++
!   Date:      $Date$
!   Version:   $Revision$
! 
!   Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
!   See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
  
!      This software is distributed WITHOUT ANY WARRANTY; without even 
!      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
!      PURPOSE.  See the above copyright notices for more information.
  
! =========================================================================*/
  #ifndef cmCursesStandardIncludes_h
  #define cmCursesStandardIncludes_h
--- 1,13 ----
! /*============================================================================
!   CMake - Cross Platform Makefile Generator
!   Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
  
!   Distributed under the OSI-approved BSD License (the "License");
!   see accompanying file Copyright.txt for details.
  
!   This software is distributed WITHOUT ANY WARRANTY; without even the
!   implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
!   See the License for more information.
! ============================================================================*/
  #ifndef cmCursesStandardIncludes_h
  #define cmCursesStandardIncludes_h

Index: cmCursesLabelWidget.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CursesDialog/cmCursesLabelWidget.h,v
retrieving revision 1.7
retrieving revision 1.7.28.1
diff -C 2 -d -r1.7 -r1.7.28.1
*** cmCursesLabelWidget.h	23 Oct 2002 22:03:27 -0000	1.7
--- cmCursesLabelWidget.h	1 Oct 2009 21:21:14 -0000	1.7.28.1
***************
*** 1,18 ****
! /*=========================================================================
! 
!   Program:   CMake - Cross-Platform Makefile Generator
!   Module:    $RCSfile$
!   Language:  C++
!   Date:      $Date$
!   Version:   $Revision$
! 
!   Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
!   See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
  
!      This software is distributed WITHOUT ANY WARRANTY; without even 
!      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
!      PURPOSE.  See the above copyright notices for more information.
  
! =========================================================================*/
  #ifndef __cmCursesLabelWidget_h
  #define __cmCursesLabelWidget_h
--- 1,13 ----
! /*============================================================================
!   CMake - Cross Platform Makefile Generator
!   Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
  
!   Distributed under the OSI-approved BSD License (the "License");
!   see accompanying file Copyright.txt for details.
  
!   This software is distributed WITHOUT ANY WARRANTY; without even the
!   implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
!   See the License for more information.
! ============================================================================*/
  #ifndef __cmCursesLabelWidget_h
  #define __cmCursesLabelWidget_h

Index: cmCursesPathWidget.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CursesDialog/cmCursesPathWidget.cxx,v
retrieving revision 1.10
retrieving revision 1.10.14.1
diff -C 2 -d -r1.10 -r1.10.14.1
*** cmCursesPathWidget.cxx	16 Mar 2006 15:44:55 -0000	1.10
--- cmCursesPathWidget.cxx	1 Oct 2009 21:21:14 -0000	1.10.14.1
***************
*** 1,18 ****
! /*=========================================================================
! 
!   Program:   CMake - Cross-Platform Makefile Generator
!   Module:    $RCSfile$
!   Language:  C++
!   Date:      $Date$
!   Version:   $Revision$
! 
!   Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
!   See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
  
!      This software is distributed WITHOUT ANY WARRANTY; without even 
!      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
!      PURPOSE.  See the above copyright notices for more information.
  
! =========================================================================*/
  #include "cmCursesPathWidget.h"
  
--- 1,13 ----
! /*============================================================================
!   CMake - Cross Platform Makefile Generator
!   Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
  
!   Distributed under the OSI-approved BSD License (the "License");
!   see accompanying file Copyright.txt for details.
  
!   This software is distributed WITHOUT ANY WARRANTY; without even the
!   implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
!   See the License for more information.
! ============================================================================*/
  #include "cmCursesPathWidget.h"
  

Index: cmCursesBoolWidget.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CursesDialog/cmCursesBoolWidget.cxx,v
retrieving revision 1.8
retrieving revision 1.8.14.1
diff -C 2 -d -r1.8 -r1.8.14.1
*** cmCursesBoolWidget.cxx	16 Mar 2006 15:44:55 -0000	1.8
--- cmCursesBoolWidget.cxx	1 Oct 2009 21:21:13 -0000	1.8.14.1
***************
*** 1,18 ****
! /*=========================================================================
! 
!   Program:   CMake - Cross-Platform Makefile Generator
!   Module:    $RCSfile$
!   Language:  C++
!   Date:      $Date$
!   Version:   $Revision$
! 
!   Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
!   See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
  
!      This software is distributed WITHOUT ANY WARRANTY; without even 
!      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
!      PURPOSE.  See the above copyright notices for more information.
  
! =========================================================================*/
  #include "cmCursesBoolWidget.h"
  #include "cmCursesMainForm.h"
--- 1,13 ----
! /*============================================================================
!   CMake - Cross Platform Makefile Generator
!   Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
  
!   Distributed under the OSI-approved BSD License (the "License");
!   see accompanying file Copyright.txt for details.
  
!   This software is distributed WITHOUT ANY WARRANTY; without even the
!   implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
!   See the License for more information.
! ============================================================================*/
  #include "cmCursesBoolWidget.h"
  #include "cmCursesMainForm.h"

Index: cmCursesForm.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CursesDialog/cmCursesForm.cxx,v
retrieving revision 1.5
retrieving revision 1.5.14.1
diff -C 2 -d -r1.5 -r1.5.14.1
*** cmCursesForm.cxx	16 Mar 2006 15:44:55 -0000	1.5
--- cmCursesForm.cxx	1 Oct 2009 21:21:14 -0000	1.5.14.1
***************
*** 1,18 ****
! /*=========================================================================
! 
!   Program:   CMake - Cross-Platform Makefile Generator
!   Module:    $RCSfile$
!   Language:  C++
!   Date:      $Date$
!   Version:   $Revision$
! 
!   Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
!   See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
  
!      This software is distributed WITHOUT ANY WARRANTY; without even 
!      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
!      PURPOSE.  See the above copyright notices for more information.
  
! =========================================================================*/
  #include "cmCursesForm.h"
  
--- 1,13 ----
! /*============================================================================
!   CMake - Cross Platform Makefile Generator
!   Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
  
!   Distributed under the OSI-approved BSD License (the "License");
!   see accompanying file Copyright.txt for details.
  
!   This software is distributed WITHOUT ANY WARRANTY; without even the
!   implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
!   See the License for more information.
! ============================================================================*/
  #include "cmCursesForm.h"
  

Index: cmCursesFilePathWidget.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CursesDialog/cmCursesFilePathWidget.h,v
retrieving revision 1.4
retrieving revision 1.4.26.1
diff -C 2 -d -r1.4 -r1.4.26.1
*** cmCursesFilePathWidget.h	5 Nov 2002 13:52:31 -0000	1.4
--- cmCursesFilePathWidget.h	1 Oct 2009 21:21:14 -0000	1.4.26.1
***************
*** 1,18 ****
! /*=========================================================================
! 
!   Program:   CMake - Cross-Platform Makefile Generator
!   Module:    $RCSfile$
!   Language:  C++
!   Date:      $Date$
!   Version:   $Revision$
! 
!   Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
!   See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
  
!      This software is distributed WITHOUT ANY WARRANTY; without even 
!      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
!      PURPOSE.  See the above copyright notices for more information.
  
! =========================================================================*/
  #ifndef __cmCursesFilePathWidget_h
  #define __cmCursesFilePathWidget_h
--- 1,13 ----
! /*============================================================================
!   CMake - Cross Platform Makefile Generator
!   Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
  
!   Distributed under the OSI-approved BSD License (the "License");
!   see accompanying file Copyright.txt for details.
  
!   This software is distributed WITHOUT ANY WARRANTY; without even the
!   implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
!   See the License for more information.
! ============================================================================*/
  #ifndef __cmCursesFilePathWidget_h
  #define __cmCursesFilePathWidget_h

Index: cmCursesLongMessageForm.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CursesDialog/cmCursesLongMessageForm.h,v
retrieving revision 1.5
retrieving revision 1.5.14.1
diff -C 2 -d -r1.5 -r1.5.14.1
*** cmCursesLongMessageForm.h	16 Mar 2006 15:44:55 -0000	1.5
--- cmCursesLongMessageForm.h	1 Oct 2009 21:21:14 -0000	1.5.14.1
***************
*** 1,18 ****
! /*=========================================================================
! 
!   Program:   CMake - Cross-Platform Makefile Generator
!   Module:    $RCSfile$
!   Language:  C++
!   Date:      $Date$
!   Version:   $Revision$
! 
!   Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
!   See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
  
!      This software is distributed WITHOUT ANY WARRANTY; without even 
!      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
!      PURPOSE.  See the above copyright notices for more information.
  
! =========================================================================*/
  #ifndef __cmCursesLongMessageForm_h
  #define __cmCursesLongMessageForm_h
--- 1,13 ----
! /*============================================================================
!   CMake - Cross Platform Makefile Generator
!   Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
  
!   Distributed under the OSI-approved BSD License (the "License");
!   see accompanying file Copyright.txt for details.
  
!   This software is distributed WITHOUT ANY WARRANTY; without even the
!   implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
!   See the License for more information.
! ============================================================================*/
  #ifndef __cmCursesLongMessageForm_h
  #define __cmCursesLongMessageForm_h

Index: cmCursesDummyWidget.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CursesDialog/cmCursesDummyWidget.h,v
retrieving revision 1.4
retrieving revision 1.4.28.1
diff -C 2 -d -r1.4 -r1.4.28.1
*** cmCursesDummyWidget.h	23 Oct 2002 22:03:27 -0000	1.4
--- cmCursesDummyWidget.h	1 Oct 2009 21:21:13 -0000	1.4.28.1
***************
*** 1,18 ****
! /*=========================================================================
! 
!   Program:   CMake - Cross-Platform Makefile Generator
!   Module:    $RCSfile$
!   Language:  C++
!   Date:      $Date$
!   Version:   $Revision$
! 
!   Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
!   See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
  
!      This software is distributed WITHOUT ANY WARRANTY; without even 
!      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
!      PURPOSE.  See the above copyright notices for more information.
  
! =========================================================================*/
  #ifndef __cmCursesDummyWidget_h
  #define __cmCursesDummyWidget_h
--- 1,13 ----
! /*============================================================================
!   CMake - Cross Platform Makefile Generator
!   Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
  
!   Distributed under the OSI-approved BSD License (the "License");
!   see accompanying file Copyright.txt for details.
  
!   This software is distributed WITHOUT ANY WARRANTY; without even the
!   implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
!   See the License for more information.
! ============================================================================*/
  #ifndef __cmCursesDummyWidget_h
  #define __cmCursesDummyWidget_h

Index: cmCursesPathWidget.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CursesDialog/cmCursesPathWidget.h,v
retrieving revision 1.5
retrieving revision 1.5.14.1
diff -C 2 -d -r1.5 -r1.5.14.1
*** cmCursesPathWidget.h	16 Mar 2006 15:44:55 -0000	1.5
--- cmCursesPathWidget.h	1 Oct 2009 21:21:14 -0000	1.5.14.1
***************
*** 1,18 ****
! /*=========================================================================
! 
!   Program:   CMake - Cross-Platform Makefile Generator
!   Module:    $RCSfile$
!   Language:  C++
!   Date:      $Date$
!   Version:   $Revision$
! 
!   Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
!   See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
  
!      This software is distributed WITHOUT ANY WARRANTY; without even 
!      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
!      PURPOSE.  See the above copyright notices for more information.
  
! =========================================================================*/
  #ifndef __cmCursesPathWidget_h
  #define __cmCursesPathWidget_h
--- 1,13 ----
! /*============================================================================
!   CMake - Cross Platform Makefile Generator
!   Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
  
!   Distributed under the OSI-approved BSD License (the "License");
!   see accompanying file Copyright.txt for details.
  
!   This software is distributed WITHOUT ANY WARRANTY; without even the
!   implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
!   See the License for more information.
! ============================================================================*/
  #ifndef __cmCursesPathWidget_h
  #define __cmCursesPathWidget_h

Index: cmCursesBoolWidget.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CursesDialog/cmCursesBoolWidget.h,v
retrieving revision 1.4
retrieving revision 1.4.28.1
diff -C 2 -d -r1.4 -r1.4.28.1
*** cmCursesBoolWidget.h	23 Oct 2002 22:03:27 -0000	1.4
--- cmCursesBoolWidget.h	1 Oct 2009 21:21:13 -0000	1.4.28.1
***************
*** 1,18 ****
! /*=========================================================================
! 
!   Program:   CMake - Cross-Platform Makefile Generator
!   Module:    $RCSfile$
!   Language:  C++
!   Date:      $Date$
!   Version:   $Revision$
! 
!   Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
!   See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
  
!      This software is distributed WITHOUT ANY WARRANTY; without even 
!      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
!      PURPOSE.  See the above copyright notices for more information.
  
! =========================================================================*/
  #ifndef __cmCursesBoolWidget_h
  #define __cmCursesBoolWidget_h
--- 1,13 ----
! /*============================================================================
!   CMake - Cross Platform Makefile Generator
!   Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
  
!   Distributed under the OSI-approved BSD License (the "License");
!   see accompanying file Copyright.txt for details.
  
!   This software is distributed WITHOUT ANY WARRANTY; without even the
!   implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
!   See the License for more information.
! ============================================================================*/
  #ifndef __cmCursesBoolWidget_h
  #define __cmCursesBoolWidget_h

Index: cmCursesForm.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CursesDialog/cmCursesForm.h,v
retrieving revision 1.9
retrieving revision 1.9.14.1
diff -C 2 -d -r1.9 -r1.9.14.1
*** cmCursesForm.h	16 Mar 2006 15:44:55 -0000	1.9
--- cmCursesForm.h	1 Oct 2009 21:21:14 -0000	1.9.14.1
***************
*** 1,18 ****
! /*=========================================================================
! 
!   Program:   CMake - Cross-Platform Makefile Generator
!   Module:    $RCSfile$
!   Language:  C++
!   Date:      $Date$
!   Version:   $Revision$
! 
!   Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
!   See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
  
!      This software is distributed WITHOUT ANY WARRANTY; without even 
!      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
!      PURPOSE.  See the above copyright notices for more information.
  
! =========================================================================*/
  #ifndef __cmCursesForm_h
  #define __cmCursesForm_h
--- 1,13 ----
! /*============================================================================
!   CMake - Cross Platform Makefile Generator
!   Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
  
!   Distributed under the OSI-approved BSD License (the "License");
!   see accompanying file Copyright.txt for details.
  
!   This software is distributed WITHOUT ANY WARRANTY; without even the
!   implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
!   See the License for more information.
! ============================================================================*/
  #ifndef __cmCursesForm_h
  #define __cmCursesForm_h

Index: cmCursesLongMessageForm.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CursesDialog/cmCursesLongMessageForm.cxx,v
retrieving revision 1.17
retrieving revision 1.17.2.1
diff -C 2 -d -r1.17 -r1.17.2.1
*** cmCursesLongMessageForm.cxx	5 Mar 2009 20:17:06 -0000	1.17
--- cmCursesLongMessageForm.cxx	1 Oct 2009 21:21:14 -0000	1.17.2.1
***************
*** 1,18 ****
! /*=========================================================================
! 
!   Program:   CMake - Cross-Platform Makefile Generator
!   Module:    $RCSfile$
!   Language:  C++
!   Date:      $Date$
!   Version:   $Revision$
! 
!   Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
!   See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
  
!      This software is distributed WITHOUT ANY WARRANTY; without even 
!      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
!      PURPOSE.  See the above copyright notices for more information.
  
! =========================================================================*/
  #include "../cmCacheManager.h"
  #include "../cmSystemTools.h"
--- 1,13 ----
! /*============================================================================
!   CMake - Cross Platform Makefile Generator
!   Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
  
!   Distributed under the OSI-approved BSD License (the "License");
!   see accompanying file Copyright.txt for details.
  
!   This software is distributed WITHOUT ANY WARRANTY; without even the
!   implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
!   See the License for more information.
! ============================================================================*/
  #include "../cmCacheManager.h"
  #include "../cmSystemTools.h"

Index: cmCursesFilePathWidget.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CursesDialog/cmCursesFilePathWidget.cxx,v
retrieving revision 1.5
retrieving revision 1.5.14.1
diff -C 2 -d -r1.5 -r1.5.14.1
*** cmCursesFilePathWidget.cxx	16 Mar 2006 15:44:55 -0000	1.5
--- cmCursesFilePathWidget.cxx	1 Oct 2009 21:21:14 -0000	1.5.14.1
***************
*** 1,18 ****
! /*=========================================================================
! 
!   Program:   CMake - Cross-Platform Makefile Generator
!   Module:    $RCSfile$
!   Language:  C++
!   Date:      $Date$
!   Version:   $Revision$
! 
!   Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
!   See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
  
!      This software is distributed WITHOUT ANY WARRANTY; without even 
!      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
!      PURPOSE.  See the above copyright notices for more information.
  
! =========================================================================*/
  #include "cmCursesFilePathWidget.h"
  
--- 1,13 ----
! /*============================================================================
!   CMake - Cross Platform Makefile Generator
!   Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
  
!   Distributed under the OSI-approved BSD License (the "License");
!   see accompanying file Copyright.txt for details.
  
!   This software is distributed WITHOUT ANY WARRANTY; without even the
!   implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
!   See the License for more information.
! ============================================================================*/
  #include "cmCursesFilePathWidget.h"
  

Index: cmCursesWidget.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CursesDialog/cmCursesWidget.cxx,v
retrieving revision 1.5
retrieving revision 1.5.14.1
diff -C 2 -d -r1.5 -r1.5.14.1
*** cmCursesWidget.cxx	16 Mar 2006 15:44:55 -0000	1.5
--- cmCursesWidget.cxx	1 Oct 2009 21:21:14 -0000	1.5.14.1
***************
*** 1,18 ****
! /*=========================================================================
! 
!   Program:   CMake - Cross-Platform Makefile Generator
!   Module:    $RCSfile$
!   Language:  C++
!   Date:      $Date$
!   Version:   $Revision$
! 
!   Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
!   See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
  
!      This software is distributed WITHOUT ANY WARRANTY; without even 
!      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
!      PURPOSE.  See the above copyright notices for more information.
  
! =========================================================================*/
  #include "cmCursesWidget.h"
  
--- 1,13 ----
! /*============================================================================
!   CMake - Cross Platform Makefile Generator
!   Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
  
!   Distributed under the OSI-approved BSD License (the "License");
!   see accompanying file Copyright.txt for details.
  
!   This software is distributed WITHOUT ANY WARRANTY; without even the
!   implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
!   See the License for more information.
! ============================================================================*/
  #include "cmCursesWidget.h"
  

Index: cmCursesCacheEntryComposite.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CursesDialog/cmCursesCacheEntryComposite.cxx,v
retrieving revision 1.9
retrieving revision 1.9.4.1
diff -C 2 -d -r1.9 -r1.9.4.1
*** cmCursesCacheEntryComposite.cxx	7 Mar 2008 21:32:09 -0000	1.9
--- cmCursesCacheEntryComposite.cxx	1 Oct 2009 21:21:13 -0000	1.9.4.1
***************
*** 1,18 ****
! /*=========================================================================
! 
!   Program:   CMake - Cross-Platform Makefile Generator
!   Module:    $RCSfile$
!   Language:  C++
!   Date:      $Date$
!   Version:   $Revision$
! 
!   Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
!   See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
  
!      This software is distributed WITHOUT ANY WARRANTY; without even 
!      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
!      PURPOSE.  See the above copyright notices for more information.
  
! =========================================================================*/
  #include "cmCursesCacheEntryComposite.h"
  #include "cmCursesStringWidget.h"
--- 1,13 ----
! /*============================================================================
!   CMake - Cross Platform Makefile Generator
!   Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
  
!   Distributed under the OSI-approved BSD License (the "License");
!   see accompanying file Copyright.txt for details.
  
!   This software is distributed WITHOUT ANY WARRANTY; without even the
!   implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
!   See the License for more information.
! ============================================================================*/
  #include "cmCursesCacheEntryComposite.h"
  #include "cmCursesStringWidget.h"

Index: cmCursesWidget.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CursesDialog/cmCursesWidget.h,v
retrieving revision 1.8
retrieving revision 1.8.14.1
diff -C 2 -d -r1.8 -r1.8.14.1
*** cmCursesWidget.h	16 Mar 2006 15:44:55 -0000	1.8
--- cmCursesWidget.h	1 Oct 2009 21:21:14 -0000	1.8.14.1
***************
*** 1,18 ****
! /*=========================================================================
! 
!   Program:   CMake - Cross-Platform Makefile Generator
!   Module:    $RCSfile$
!   Language:  C++
!   Date:      $Date$
!   Version:   $Revision$
! 
!   Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
!   See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
  
!      This software is distributed WITHOUT ANY WARRANTY; without even 
!      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
!      PURPOSE.  See the above copyright notices for more information.
  
! =========================================================================*/
  #ifndef __cmCursesWidget_h
  #define __cmCursesWidget_h
--- 1,13 ----
! /*============================================================================
!   CMake - Cross Platform Makefile Generator
!   Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
  
!   Distributed under the OSI-approved BSD License (the "License");
!   see accompanying file Copyright.txt for details.
  
!   This software is distributed WITHOUT ANY WARRANTY; without even the
!   implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
!   See the License for more information.
! ============================================================================*/
  #ifndef __cmCursesWidget_h
  #define __cmCursesWidget_h

Index: cmCursesStringWidget.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CursesDialog/cmCursesStringWidget.cxx,v
retrieving revision 1.14
retrieving revision 1.14.2.1
diff -C 2 -d -r1.14 -r1.14.2.1
*** cmCursesStringWidget.cxx	19 Aug 2008 20:40:19 -0000	1.14
--- cmCursesStringWidget.cxx	1 Oct 2009 21:21:14 -0000	1.14.2.1
***************
*** 1,18 ****
! /*=========================================================================
! 
!   Program:   CMake - Cross-Platform Makefile Generator
!   Module:    $RCSfile$
!   Language:  C++
!   Date:      $Date$
!   Version:   $Revision$
! 
!   Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
!   See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
  
!      This software is distributed WITHOUT ANY WARRANTY; without even 
!      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
!      PURPOSE.  See the above copyright notices for more information.
  
! =========================================================================*/
  #include "cmCursesStringWidget.h"
  #include "cmCursesMainForm.h"
--- 1,13 ----
! /*============================================================================
!   CMake - Cross Platform Makefile Generator
!   Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
  
!   Distributed under the OSI-approved BSD License (the "License");
!   see accompanying file Copyright.txt for details.
  
!   This software is distributed WITHOUT ANY WARRANTY; without even the
!   implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
!   See the License for more information.
! ============================================================================*/
  #include "cmCursesStringWidget.h"
  #include "cmCursesMainForm.h"

Index: cmCursesCacheEntryComposite.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CursesDialog/cmCursesCacheEntryComposite.h,v
retrieving revision 1.9
retrieving revision 1.9.14.1
diff -C 2 -d -r1.9 -r1.9.14.1
*** cmCursesCacheEntryComposite.h	16 Mar 2006 15:44:55 -0000	1.9
--- cmCursesCacheEntryComposite.h	1 Oct 2009 21:21:13 -0000	1.9.14.1
***************
*** 1,18 ****
! /*=========================================================================
! 
!   Program:   CMake - Cross-Platform Makefile Generator
!   Module:    $RCSfile$
!   Language:  C++
!   Date:      $Date$
!   Version:   $Revision$
! 
!   Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
!   See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
  
!      This software is distributed WITHOUT ANY WARRANTY; without even 
!      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
!      PURPOSE.  See the above copyright notices for more information.
  
! =========================================================================*/
  #ifndef __cmCursesCacheEntryComposite_h
  #define __cmCursesCacheEntryComposite_h
--- 1,13 ----
! /*============================================================================
!   CMake - Cross Platform Makefile Generator
!   Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
  
!   Distributed under the OSI-approved BSD License (the "License");
!   see accompanying file Copyright.txt for details.
  
!   This software is distributed WITHOUT ANY WARRANTY; without even the
!   implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
!   See the License for more information.
! ============================================================================*/
  #ifndef __cmCursesCacheEntryComposite_h
  #define __cmCursesCacheEntryComposite_h

Index: cmCursesMainForm.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CursesDialog/cmCursesMainForm.h,v
retrieving revision 1.24
retrieving revision 1.24.14.1
diff -C 2 -d -r1.24 -r1.24.14.1
*** cmCursesMainForm.h	16 Mar 2006 15:44:55 -0000	1.24
--- cmCursesMainForm.h	1 Oct 2009 21:21:14 -0000	1.24.14.1
***************
*** 1,18 ****
! /*=========================================================================
! 
!   Program:   CMake - Cross-Platform Makefile Generator
!   Module:    $RCSfile$
!   Language:  C++
!   Date:      $Date$
!   Version:   $Revision$
! 
!   Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
!   See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
  
!      This software is distributed WITHOUT ANY WARRANTY; without even 
!      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
!      PURPOSE.  See the above copyright notices for more information.
  
! =========================================================================*/
  #ifndef __cmCursesMainForm_h
  #define __cmCursesMainForm_h
--- 1,13 ----
! /*============================================================================
!   CMake - Cross Platform Makefile Generator
!   Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
  
!   Distributed under the OSI-approved BSD License (the "License");
!   see accompanying file Copyright.txt for details.
  
!   This software is distributed WITHOUT ANY WARRANTY; without even the
!   implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
!   See the License for more information.
! ============================================================================*/
  #ifndef __cmCursesMainForm_h
  #define __cmCursesMainForm_h

Index: cmCursesMainForm.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CursesDialog/cmCursesMainForm.cxx,v
retrieving revision 1.76
retrieving revision 1.76.2.1
diff -C 2 -d -r1.76 -r1.76.2.1
*** cmCursesMainForm.cxx	11 Sep 2009 12:17:58 -0000	1.76
--- cmCursesMainForm.cxx	1 Oct 2009 21:21:14 -0000	1.76.2.1
***************
*** 1,18 ****
! /*=========================================================================
! 
!   Program:   CMake - Cross-Platform Makefile Generator
!   Module:    $RCSfile$
!   Language:  C++
!   Date:      $Date$
!   Version:   $Revision$
! 
!   Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
!   See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
  
!      This software is distributed WITHOUT ANY WARRANTY; without even 
!      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
!      PURPOSE.  See the above copyright notices for more information.
  
! =========================================================================*/
  #include "../cmCacheManager.h"
  #include "../cmSystemTools.h"
--- 1,13 ----
! /*============================================================================
!   CMake - Cross Platform Makefile Generator
!   Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
  
!   Distributed under the OSI-approved BSD License (the "License");
!   see accompanying file Copyright.txt for details.
  
!   This software is distributed WITHOUT ANY WARRANTY; without even the
!   implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
!   See the License for more information.
! ============================================================================*/
  #include "../cmCacheManager.h"
  #include "../cmSystemTools.h"

Index: ccmake.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CursesDialog/ccmake.cxx,v
retrieving revision 1.37
retrieving revision 1.37.4.1
diff -C 2 -d -r1.37 -r1.37.4.1
*** ccmake.cxx	13 Dec 2007 22:56:50 -0000	1.37
--- ccmake.cxx	1 Oct 2009 21:21:13 -0000	1.37.4.1
***************
*** 1,18 ****
! /*=========================================================================
! 
!   Program:   CMake - Cross-Platform Makefile Generator
!   Module:    $RCSfile$
!   Language:  C++
!   Date:      $Date$
!   Version:   $Revision$
! 
!   Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
!   See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
  
!      This software is distributed WITHOUT ANY WARRANTY; without even 
!      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
!      PURPOSE.  See the above copyright notices for more information.
  
! =========================================================================*/
  #include "../cmCacheManager.h"
  #include "../cmSystemTools.h"
--- 1,13 ----
! /*============================================================================
!   CMake - Cross Platform Makefile Generator
!   Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
  
!   Distributed under the OSI-approved BSD License (the "License");
!   see accompanying file Copyright.txt for details.
  
!   This software is distributed WITHOUT ANY WARRANTY; without even the
!   implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
!   See the License for more information.
! ============================================================================*/
  #include "../cmCacheManager.h"
  #include "../cmSystemTools.h"



More information about the Cmake-commits mailing list