[Cmake-commits] CMake branch, master, updated. v2.8.4-607-gd2430b2

2011-06-28 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, master has been updated
   via  d2430b2ffdfb29a1b65b39bf6620d05411f0e79e (commit)
   via  fc045318f846b66c0db94e25ab64658064107014 (commit)
  from  34238d5bcb92c7c9a2652126de2001ec4c73a4c9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d2430b2ffdfb29a1b65b39bf6620d05411f0e79e
commit d2430b2ffdfb29a1b65b39bf6620d05411f0e79e
Merge: 34238d5 fc04531
Author: Brad King brad.k...@kitware.com
AuthorDate: Tue Jun 28 16:27:06 2011 -0400
Commit: CMake Topic Stage kwro...@kitware.com
CommitDate: Tue Jun 28 16:27:06 2011 -0400

Merge topic 'revert-fixbug_0004147'

fc04531 Revert Add a new function SWIG_GET_WRAPPER_DEPENDENCIES to 
UseSWIG.cmake

diff --cc Modules/UseSWIG.cmake
index be15b52,b547dc7..2a83045
--- a/Modules/UseSWIG.cmake
+++ b/Modules/UseSWIG.cmake
@@@ -220,14 -166,8 +165,10 @@@ MACRO(SWIG_ADD_SOURCE_TO_MODULE name ou
IF(SWIG_MODULE_${name}_EXTRA_FLAGS)
  SET(swig_extra_flags ${swig_extra_flags} 
${SWIG_MODULE_${name}_EXTRA_FLAGS})
ENDIF(SWIG_MODULE_${name}_EXTRA_FLAGS)
-   SWIG_GET_WRAPPER_DEPENDENCIES(${swig_source_file_fullname}
- ${swig_generated_file_fullname} 
${SWIG_MODULE_${name}_SWIG_LANGUAGE_FLAG}
- swig_extra_dependencies)
-   LIST(APPEND SWIG_MODULE_${name}_EXTRA_DEPS ${swig_extra_dependencies})
ADD_CUSTOM_COMMAND(
  OUTPUT ${swig_generated_file_fullname} ${swig_extra_generated_files}
 +# Let's create the ${swig_outdir} at execution time, in case dir contains 
$(OutDir)
 +COMMAND ${CMAKE_COMMAND} -E make_directory ${swig_outdir}
  COMMAND ${SWIG_EXECUTABLE}
  ARGS -${SWIG_MODULE_${name}_SWIG_LANGUAGE_FLAG}
  ${swig_source_file_flags}

---

Summary of changes:
 Modules/UseSWIG.cmake |   59 -
 1 files changed, 0 insertions(+), 59 deletions(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, next, updated. v2.8.4-1837-ga38c33c

2011-06-28 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, next has been updated
   via  a38c33ca7f96b70f131c3ca38efcce3ed5616a25 (commit)
   via  d2430b2ffdfb29a1b65b39bf6620d05411f0e79e (commit)
   via  34238d5bcb92c7c9a2652126de2001ec4c73a4c9 (commit)
  from  4024a1ac7c1730046181fc4c1de892ddfffe8f83 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a38c33ca7f96b70f131c3ca38efcce3ed5616a25
commit a38c33ca7f96b70f131c3ca38efcce3ed5616a25
Merge: 4024a1a d2430b2
Author: Brad King brad.k...@kitware.com
AuthorDate: Tue Jun 28 16:27:20 2011 -0400
Commit: Brad King brad.k...@kitware.com
CommitDate: Tue Jun 28 16:27:20 2011 -0400

Merge branch 'master' into next


---

Summary of changes:
 Source/kwsys/kwsysDateStamp.cmake |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, master, updated. v2.8.4-608-ge123747

2011-06-28 Thread KWSys Robot
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, master has been updated
   via  e1237478f101d81c67c02a963ae49b69e25c841a (commit)
  from  d2430b2ffdfb29a1b65b39bf6620d05411f0e79e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e1237478f101d81c67c02a963ae49b69e25c841a
commit e1237478f101d81c67c02a963ae49b69e25c841a
Author: KWSys Robot kwro...@kitware.com
AuthorDate: Wed Jun 29 00:01:03 2011 -0400
Commit: KWSys Robot kwro...@kitware.com
CommitDate: Wed Jun 29 00:12:05 2011 -0400

KWSys Nightly Date Stamp

diff --git a/Source/kwsys/kwsysDateStamp.cmake 
b/Source/kwsys/kwsysDateStamp.cmake
index bbbd0fa..b12e4f5 100644
--- a/Source/kwsys/kwsysDateStamp.cmake
+++ b/Source/kwsys/kwsysDateStamp.cmake
@@ -18,4 +18,4 @@ SET(KWSYS_DATE_STAMP_YEAR  2011)
 SET(KWSYS_DATE_STAMP_MONTH 06)
 
 # KWSys version date day component.  Format is DD.
-SET(KWSYS_DATE_STAMP_DAY   28)
+SET(KWSYS_DATE_STAMP_DAY   29)

---

Summary of changes:
 Source/kwsys/kwsysDateStamp.cmake |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits