Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r61944 - sandbox/SOC/2010/bit_masks/lib/integer/test
From: bbartmanboost_at_[hidden]
Date: 2010-05-13 09:46:19


Author: bbartman
Date: 2010-05-13 09:46:18 EDT (Thu, 13 May 2010)
New Revision: 61944
URL: http://svn.boost.org/trac/boost/changeset/61944

Log:
working on creating bit mask stuff for both testing and implementation
Added:
   sandbox/SOC/2010/bit_masks/lib/integer/test/high_bit_mask_test.cpp (contents, props changed)
   sandbox/SOC/2010/bit_masks/lib/integer/test/low_bit_mask_test.cpp (contents, props changed)
Text files modified:
   sandbox/SOC/2010/bit_masks/lib/integer/test/Jamfile.v2 | 2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)

Modified: sandbox/SOC/2010/bit_masks/lib/integer/test/Jamfile.v2
==============================================================================
--- sandbox/SOC/2010/bit_masks/lib/integer/test/Jamfile.v2 (original)
+++ sandbox/SOC/2010/bit_masks/lib/integer/test/Jamfile.v2 2010-05-13 09:46:18 EDT (Thu, 13 May 2010)
@@ -9,5 +9,7 @@
 test-suite integer
     :
         [ run mask_check.cpp ]
+ [ run high_bit_mask_test.cpp ]
+ [ run low_bit_mask_test.cpp ]
         [ compile bit_mask_test.cpp ]
     ;

Added: sandbox/SOC/2010/bit_masks/lib/integer/test/high_bit_mask_test.cpp
==============================================================================
--- (empty file)
+++ sandbox/SOC/2010/bit_masks/lib/integer/test/high_bit_mask_test.cpp 2010-05-13 09:46:18 EDT (Thu, 13 May 2010)
@@ -0,0 +1,7 @@
+
+
+#include <boost/integer/high_low_bits.hpp>
+
+int main() {
+ return 0;
+}

Added: sandbox/SOC/2010/bit_masks/lib/integer/test/low_bit_mask_test.cpp
==============================================================================
--- (empty file)
+++ sandbox/SOC/2010/bit_masks/lib/integer/test/low_bit_mask_test.cpp 2010-05-13 09:46:18 EDT (Thu, 13 May 2010)
@@ -0,0 +1,6 @@
+
+#include <boost/integer/high_low_bits.hpp>
+
+int main() {
+ return 0;
+}


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk