[asterisk-scf-commits] asterisk-scf/release/cmake.git branch	"master" updated.
    Commits to the Asterisk SCF project code repositories 
    asterisk-scf-commits at lists.digium.com
       
    Mon Feb  7 18:42:59 CST 2011
    
    
  
branch "master" has been updated
       via  2e337eb160277d12ca39fb90b7964d6c1f88d2b7 (commit)
       via  3481fad304fb7b1beaeb2bc641e822018c7b8332 (commit)
      from  639375c8195ee691db95dfa038de828b0a8bc08d (commit)
Summary of changes:
 AsteriskSCF.cmake |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 2e337eb160277d12ca39fb90b7964d6c1f88d2b7
Merge: 3481fad 639375c
Author: Kevin P. Fleming <kpfleming at digium.com>
Date:   Tue Feb 8 01:42:35 2011 +0100
    Merge branch 'master' of git.asterisk.org:asterisk-scf/release/cmake
commit 3481fad304fb7b1beaeb2bc641e822018c7b8332
Author: Kevin P. Fleming <kpfleming at digium.com>
Date:   Mon Feb 7 19:35:42 2011 +0100
    Ensure that all Slice translations include
    support for streaming, checksums and underscores
    in identifiers.
diff --git a/AsteriskSCF.cmake b/AsteriskSCF.cmake
index 08a29a6..9223bea 100644
--- a/AsteriskSCF.cmake
+++ b/AsteriskSCF.cmake
@@ -480,6 +480,12 @@ function(asterisk_scf_component_add_one_slice COMPONENT SLICE)
         list(APPEND slice_compiler_arguments "-I${include}")
     endforeach()
 
+    # Set some common Slice translator options:
+    # - generate support for the Ice streaming interface
+    # - generate checksums for definitions
+    # - allow underscores to be used in identifiers
+    list(APPEND slice_compiler_arguments "--stream" "--checksum" "--underscore")
+
     # If any Slice plugins are to be used, include them in the
     # compiler arguments
     if(SLICE_PLUGINS)
-----------------------------------------------------------------------
-- 
asterisk-scf/release/cmake.git
    
    
More information about the asterisk-scf-commits
mailing list