[Cmake-commits] CMake branch, master, updated. v2.8.3-730-g8caed60

2011-02-15 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  8caed602080c6e052adec1d38dba8a37d3a76f58 (commit)
  from  4d1240eb0a8d0f867d7e15fe63fc6389ea550e60 (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=8caed602080c6e052adec1d38dba8a37d3a76f58
commit 8caed602080c6e052adec1d38dba8a37d3a76f58
Author: KWSys Robot 
AuthorDate: Wed Feb 16 00:01:10 2011 -0500
Commit: KWSys Robot 
CommitDate: Wed Feb 16 00:12:03 2011 -0500

KWSys Nightly Date Stamp

diff --git a/Source/kwsys/kwsysDateStamp.cmake 
b/Source/kwsys/kwsysDateStamp.cmake
index 2fc5086..1bcbf98 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 02)
 
 # KWSys version date day component.  Format is DD.
-SET(KWSYS_DATE_STAMP_DAY   15)
+SET(KWSYS_DATE_STAMP_DAY   16)

---

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, next, updated. v2.8.3-1645-g6707097

2011-02-15 Thread Eric Noulard
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  670709703faf6388ab3096bf43c3221ee2a6e838 (commit)
   via  0cf1d72e3c1be9218f4dc0d1dcc0aaf03f160684 (commit)
  from  43d96cfe881eed354414195938deaefa537749e5 (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=670709703faf6388ab3096bf43c3221ee2a6e838
commit 670709703faf6388ab3096bf43c3221ee2a6e838
Merge: 43d96cf 0cf1d72
Author: Eric Noulard 
AuthorDate: Tue Feb 15 14:00:22 2011 -0500
Commit: CMake Topic Stage 
CommitDate: Tue Feb 15 14:00:22 2011 -0500

Merge topic 'CPackRPM-HonorAllComponentWays' into next

0cf1d72 CPackRPM  fix IRIX compiler warning (variable never used)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0cf1d72e3c1be9218f4dc0d1dcc0aaf03f160684
commit 0cf1d72e3c1be9218f4dc0d1dcc0aaf03f160684
Author: Eric NOULARD 
AuthorDate: Tue Feb 15 19:55:36 2011 +0100
Commit: Eric NOULARD 
CommitDate: Tue Feb 15 19:55:36 2011 +0100

CPackRPM  fix IRIX compiler warning (variable never used)

diff --git a/Source/CPack/cmCPackRPMGenerator.cxx 
b/Source/CPack/cmCPackRPMGenerator.cxx
index a5a9753..2d675c1 100644
--- a/Source/CPack/cmCPackRPMGenerator.cxx
+++ b/Source/CPack/cmCPackRPMGenerator.cxx
@@ -182,7 +182,7 @@ int cmCPackRPMGenerator::PackageComponentsAllInOne(bool 
allComponent)
   // add the generated package to package file names list
   packageFileNames.push_back(packageFileName);
 
-  return 1;
+  return retval;
 }
 
 //--

---

Summary of changes:
 Source/CPack/cmCPackRPMGenerator.cxx |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, next, updated. v2.8.3-1643-g43d96cf

2011-02-15 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  43d96cfe881eed354414195938deaefa537749e5 (commit)
   via  8a8da3694b0f53aef5a677e94fc5855822493456 (commit)
   via  1462561a8cab7cf3cad9979019778f3c13b0bdf9 (commit)
  from  48ca59315cde4736edf364b887b9f92e56139eb8 (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=43d96cfe881eed354414195938deaefa537749e5
commit 43d96cfe881eed354414195938deaefa537749e5
Merge: 48ca593 8a8da36
Author: Brad King 
AuthorDate: Tue Feb 15 13:50:30 2011 -0500
Commit: CMake Topic Stage 
CommitDate: Tue Feb 15 13:50:30 2011 -0500

Merge topic 
'resolve/add-STRING-subcommand-FIND-issue-11795/fix-2828-more-info-in-script-mode'
 into next

8a8da36 Merge branch 'fix-2828-more-info-in-script-mode' into 
add-STRING-subcommand-FIND-issue-11795
1462561 Add a string(FIND) sub-command (#11795)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8a8da3694b0f53aef5a677e94fc5855822493456
commit 8a8da3694b0f53aef5a677e94fc5855822493456
Merge: 1462561 94d1684
Author: Brad King 
AuthorDate: Tue Feb 15 13:48:37 2011 -0500
Commit: Brad King 
CommitDate: Tue Feb 15 13:48:37 2011 -0500

Merge branch 'fix-2828-more-info-in-script-mode' into 
add-STRING-subcommand-FIND-issue-11795

Conflicts:
Tests/CMakeTests/StringTestScript.cmake

diff --cc Tests/CMakeTests/StringTestScript.cmake
index 8dfdc89,d1db2ee..7a264a0
--- a/Tests/CMakeTests/StringTestScript.cmake
+++ b/Tests/CMakeTests/StringTestScript.cmake
@@@ -194,83 -194,8 +194,85 @@@ elseif(testname STREQUAL random_with_va
string(RANDOM LENGTH 78 ALPHABET "~`!@#$%^&*()_-+={}[]\\|:\\;'\",.<>/?" v)
message(STATUS "v='${v}'")
  
+   message(STATUS "CMAKE_SCRIPT_MODE_FILE='${CMAKE_SCRIPT_MODE_FILE}'")
+ 
 +elseif(testname STREQUAL string_find_with_no_parameter) # fail
 +  string(FIND)
 +
 +elseif(testname STREQUAL string_find_with_one_parameter) # fail
 +  string(FIND "CMake is great.")
 +
 +elseif(testname STREQUAL string_find_with_two_parameters) # fail
 +  string(FIND "CMake is great." "a")
 +
 +elseif(testname STREQUAL string_find_with_three_parameters) # pass
 +  string(FIND "CMake is great." "a" v)
 +  message(STATUS "v='${v}'")
 +
 +elseif(testname STREQUAL string_find_with_four_parameters) # fail
 +  string(FIND "CMake is great." "a" v v2)
 +
 +elseif(testname STREQUAL string_find_reverse_with_no_parameter) # fail
 +  string(FIND REVERSE)
 +
 +elseif(testname STREQUAL string_find_reverse_with_one_parameter) # fail
 +  string(FIND "CMake is great." REVERSE)
 +
 +elseif(testname STREQUAL string_find_reverse_with_two_parameters) # fail
 +  string(FIND "CMake is great." "a" REVERSE)
 +
 +elseif(testname STREQUAL string_find_reverse_with_three_parameters) # pass
 +  string(FIND "CMake is great." "a" v REVERSE)
 +  message(STATUS "v='${v}'")
 +
 +elseif(testname STREQUAL string_find_reverse_with_four_parameters_part1) # 
fail
 +  string(FIND "CMake is great." "a" v v2 REVERSE)
 +
 +elseif(testname STREQUAL string_find_reverse_with_four_parameters_part2) # 
fail
 +  string(FIND "CMake is great." "a" v REVERSE v2)
 +
 +elseif(testname STREQUAL string_find_with_no_possible_result) # pass
 +  string(FIND "CMake is a great application." "z" v)
 +  message(STATUS "v='${v}'")
 +  if(NOT(-1 EQUAL ${v}))
 +message(SEND_ERROR "FIND sub-command should return -1 but returned ${v}.")
 +  endif(NOT(-1 EQUAL ${v}))
 +
 +elseif(testname STREQUAL string_find_reverse_with_no_possible_result) # pass
 +  string(FIND "CMake is a great application." "z" v REVERSE)
 +  message(STATUS "v='${v}'")
 +  if(NOT(-1 EQUAL ${v}))
 +message(SEND_ERROR "FIND REVERSE sub-command should return -1 but 
returned ${v}.")
 +  endif(NOT(-1 EQUAL ${v}))
 +
 +elseif(testname STREQUAL string_find_with_required_result) # pass
 +  string(FIND "CMake is a great application." "g" v)
 +  message(STATUS "v='${v}'")
 +  if(NOT(11 EQUAL ${v}))
 +message(SEND_ERROR "FIND sub-command should return 11 but returned ${v}.")
 +  endif(NOT(11 EQUAL ${v}))
 +
 +elseif(testname STREQUAL string_find_reverse_with_required_result) # pass
 +  string(FIND "CMake is a great application." "e" v REVERSE)
 +  message(STATUS "v='${v}'")
 +  if(NOT(13 EQUAL ${v}))
 +message(SEND_ERROR "FIND REVERSE sub-command should return 13 but 
returned ${v}.")
 +  endif(NOT(13 EQUAL ${v}))
 +
 +elseif(testname STREQUAL string_find_word_reverse_with_required_result) # pass
 +  string(FIND "The command should find REVERSE in this string. Or maybe this 
REVERSE?!" "REVERSE" v)
 +  message(STATUS "v='${v}'")
 +  if(NOT(24 EQUAL ${v}))
 +message(SEND_ERROR "F

[Cmake-commits] CMake branch, release, updated. v2.8.3-728-g1bb4c7b

2011-02-15 Thread David Cole
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, release has been updated
   via  1bb4c7be11b2fb7a19aeedfffdbb341553aae9d2 (commit)
   via  d5d661d2b259447edfc89d130878f3a9b2203ea1 (commit)
   via  d4884710a4db8a24e08b47617c912ba83deb1e39 (commit)
   via  6720f97d3b07f89af283024d29fad2194edd06f7 (commit)
   via  d02519e974c64805b7d193eb35b703a53beaa470 (commit)
   via  42a5e8d978a316620027b32eeb976a5b8758d8ba (commit)
   via  2a2fca24aa0058bb12f20d3d860c23123f902b74 (commit)
   via  d26ef5c1180835d8cb32b1783b6e01806905b1e8 (commit)
   via  84dafee565cd49fd26b2018f82059ad5eed99cb1 (commit)
   via  831c5ebe581e4b5cc0dfb02c6f5e8ef4e955492f (commit)
   via  bff5772084392d74aa3eb04188af4abb82c3ab21 (commit)
   via  5cdd05bc685b21911553fc3bd8d0b179501d9a2e (commit)
   via  e53b7cbadf1b7faf353e91b6041a697a90d9584d (commit)
   via  7258b0674cf64292751dcd36d734688031fffa4c (commit)
   via  ee55a4f70906a41db18df07de89383f0aa948c71 (commit)
   via  d5fceb4f07108071f4899e2b1bdfb945615e84e2 (commit)
   via  7f87205161bb7d87b20e37b58079a8fab3d27640 (commit)
   via  5b8869faea87187743b7a1578f29b5c3223fee19 (commit)
   via  68c004aa11e2a6e16ebbd20f954e0299a31c8d56 (commit)
   via  41b7b3efa4e2684085be7c7dd76baea17f269988 (commit)
   via  d7a51814a3886d99e8191183b21cb17198c05d34 (commit)
   via  f97a1c6493770c2a17923a0696c4bac08284271b (commit)
   via  d27dfc25c11516f775255dc1b4ff6eaf8df42eb5 (commit)
   via  00e7ea76e83153db1f95289a4b101b3031c97b99 (commit)
   via  aa78a60ca65b37472a6cb217a269ebd5e1a37b6e (commit)
   via  c310450daf346aafe1e9b230752952228a7e7815 (commit)
   via  26eba9cb9c1cbdc7739a9a26aeb4b8f00802f56d (commit)
   via  bd7dd34aba1d4d9bf0dce6465e1fbc14ace321f8 (commit)
   via  4f1e1fe7821da7d5af17d18f031f72daa05c89e1 (commit)
   via  b8da1a1378a4e36d80bda0cd551cb27dcb0ec982 (commit)
   via  92ced20fa13cd2b4ed45a80d265a590d2291f8ee (commit)
  from  086cd2fa400cbfc1b5700cc3a322a66530ba3b84 (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 -
---

Summary of changes:
 CMakeLists.txt |2 +-
 ChangeLog.manual   |   20 +++
 Modules/FindPerlLibs.cmake |1 +
 Source/CPack/cmCPackOSXX11Generator.cxx|2 +-
 Source/CPack/cmCPackPackageMakerGenerator.cxx  |2 +-
 Source/cmDocumentVariables.cxx |   10 +++-
 Source/cmGraphVizWriter.cxx|6 ++
 Source/kwsys/kwsysDateStamp.cmake  |4 +-
 Tests/CMakeLists.txt   |   56 
 Tests/CPackComponentsForAll/CMakeLists.txt |   12 ++--
 .../MyLibCPackConfig-AllGroupsInOne.cmake.in   |   18 ++
 .../MyLibCPackConfig-AllInOne.cmake.in |   18 ++
 .../MyLibCPackConfig-IgnoreGroup.cmake.in  |   18 ++
 .../MyLibCPackConfig-OnePackPerGroup.cmake.in  |   18 ++
 .../MyLibCPackConfig.cmake.in  |7 ---
 .../RunCPackVerifyResult.cmake |   12 
 Utilities/cmlibarchive/CMakeLists.txt  |   12 -
 Utilities/cmlibarchive/libarchive/archive_entry.c  |   15 --
 .../cmlibarchive/libarchive/archive_entry_xattr.c  |7 ---
 .../cmlibarchive/libarchive/archive_windows.h  |5 --
 20 files changed, 184 insertions(+), 61 deletions(-)
 create mode 100644 
Tests/CPackComponentsForAll/MyLibCPackConfig-AllGroupsInOne.cmake.in
 create mode 100644 
Tests/CPackComponentsForAll/MyLibCPackConfig-AllInOne.cmake.in
 create mode 100644 
Tests/CPackComponentsForAll/MyLibCPackConfig-IgnoreGroup.cmake.in
 create mode 100644 
Tests/CPackComponentsForAll/MyLibCPackConfig-OnePackPerGroup.cmake.in
 delete mode 100644 Tests/CPackComponentsForAll/MyLibCPackConfig.cmake.in


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.3-729-g4d1240e

2011-02-15 Thread David Cole
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  4d1240eb0a8d0f867d7e15fe63fc6389ea550e60 (commit)
   via  1bb4c7be11b2fb7a19aeedfffdbb341553aae9d2 (commit)
   via  d5d661d2b259447edfc89d130878f3a9b2203ea1 (commit)
   via  086cd2fa400cbfc1b5700cc3a322a66530ba3b84 (commit)
   via  37f4a1d121e9bdaa7e448fa8d7f4a7593434dd07 (commit)
   via  799efb4a2c173e44ae228658f2f00ade4778 (commit)
  from  d4884710a4db8a24e08b47617c912ba83deb1e39 (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 -
---

Summary of changes:
 CMakeLists.txt   |2 +-
 ChangeLog.manual |  413 ++
 2 files changed, 414 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, next, updated. v2.8.3-1640-g48ca593

2011-02-15 Thread David Cole
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  48ca59315cde4736edf364b887b9f92e56139eb8 (commit)
   via  4d1240eb0a8d0f867d7e15fe63fc6389ea550e60 (commit)
   via  1bb4c7be11b2fb7a19aeedfffdbb341553aae9d2 (commit)
   via  d5d661d2b259447edfc89d130878f3a9b2203ea1 (commit)
   via  086cd2fa400cbfc1b5700cc3a322a66530ba3b84 (commit)
   via  37f4a1d121e9bdaa7e448fa8d7f4a7593434dd07 (commit)
   via  799efb4a2c173e44ae228658f2f00ade4778 (commit)
  from  1971ff89d3cb44b2dd0361be18f10d8b1198cd8b (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=48ca59315cde4736edf364b887b9f92e56139eb8
commit 48ca59315cde4736edf364b887b9f92e56139eb8
Merge: 1971ff8 4d1240e
Author: David Cole 
AuthorDate: Tue Feb 15 11:46:58 2011 -0500
Commit: David Cole 
CommitDate: Tue Feb 15 11:46:58 2011 -0500

Merge branch 'master' into next


---

Summary of changes:
 CMakeLists.txt   |2 +-
 ChangeLog.manual |  413 ++
 2 files changed, 414 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, next, updated. v2.8.3-1633-g1971ff8

2011-02-15 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  1971ff89d3cb44b2dd0361be18f10d8b1198cd8b (commit)
   via  acd8161bad5d2106f176cd464819df5fbedf2ec7 (commit)
  from  236eab5e3732e3bfbf51a8983bb123203fe9dd18 (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=1971ff89d3cb44b2dd0361be18f10d8b1198cd8b
commit 1971ff89d3cb44b2dd0361be18f10d8b1198cd8b
Merge: 236eab5 acd8161
Author: Brad King 
AuthorDate: Tue Feb 15 08:52:51 2011 -0500
Commit: CMake Topic Stage 
CommitDate: Tue Feb 15 08:52:51 2011 -0500

Merge topic 'fix-clang-warnings' into next

acd8161 ccmake: Remove extra parens around comparison


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=acd8161bad5d2106f176cd464819df5fbedf2ec7
commit acd8161bad5d2106f176cd464819df5fbedf2ec7
Author: Brad King 
AuthorDate: Tue Feb 15 08:46:50 2011 -0500
Commit: Brad King 
CommitDate: Tue Feb 15 08:46:50 2011 -0500

ccmake: Remove extra parens around comparison

The Clang compiler warns about extra parenthesis in the code

  if ((form->curpage == field->page))
  ~  ^ ~

because the idiom is commonly used when an assignment is intended
instead of a comparison.  Remove the extra enclosing layer.

diff --git a/Source/CursesDialog/form/frm_driver.c 
b/Source/CursesDialog/form/frm_driver.c
index 03896c2..f234722 100644
--- a/Source/CursesDialog/form/frm_driver.c
+++ b/Source/CursesDialog/form/frm_driver.c
@@ -1086,7 +1086,7 @@ _nc_Synchronize_Options(FIELD *field, Field_Options 
newopts)
 
   if (form->status & _POSTED)
 {
-  if ((form->curpage == field->page))
+  if (form->curpage == field->page)
 {
   if (changed_opts & O_VISIBLE)
 {

---

Summary of changes:
 Source/CursesDialog/form/frm_driver.c |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, next, updated. v2.8.3-1631-g236eab5

2011-02-15 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  236eab5e3732e3bfbf51a8983bb123203fe9dd18 (commit)
   via  d4884710a4db8a24e08b47617c912ba83deb1e39 (commit)
  from  9b3dc16d9741c4ed3f45eb2cde452bf1d074a088 (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=236eab5e3732e3bfbf51a8983bb123203fe9dd18
commit 236eab5e3732e3bfbf51a8983bb123203fe9dd18
Merge: 9b3dc16 d488471
Author: Brad King 
AuthorDate: Tue Feb 15 07:40:02 2011 -0500
Commit: Brad King 
CommitDate: Tue Feb 15 07:40:02 2011 -0500

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