Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r69408 - sandbox/xint
From: chad.thecomfychair_at_[hidden]
Date: 2011-02-28 18:12:31


Author: chadnelson
Date: 2011-02-28 18:12:30 EST (Mon, 28 Feb 2011)
New Revision: 69408
URL: http://svn.boost.org/trac/boost/changeset/69408

Log:
Final minor changes before review.
Text files modified:
   sandbox/xint/.gitignore | 33 ++++++++++++++++++++-------------
   sandbox/xint/README.TXT | 8 ++++----
   2 files changed, 24 insertions(+), 17 deletions(-)

Modified: sandbox/xint/.gitignore
==============================================================================
--- sandbox/xint/.gitignore (original)
+++ sandbox/xint/.gitignore 2011-02-28 18:12:30 EST (Mon, 28 Feb 2011)
@@ -1,18 +1,25 @@
+*.gch
+
+libs/xint/doc/*.html
+libs/xint/doc/*.gif
+libs/xint/doc/*.png
+libs/xint/doc/*.css
+
 libs/xint/test/bin/*
 
-dev/Debug/*
-dev/Release/*
-dev/*.mk
-dev/*.tags
-dev/tags
-dev/*.session
-dev/*.depend
-dev/*.layout
+libs/xint/build/codelite/Debug/*
+libs/xint/build/codelite/Release/*
+libs/xint/build/codelite/*.mk
+libs/xint/build/codelite/*.tags
+libs/xint/build/codelite/tags
+libs/xint/build/codelite/*.session
+libs/xint/build/codelite/*.depend
+libs/xint/build/codelite/*.layout
 
-dev-ms/Debug/*
-dev-ms/Release/*
-dev-ms/*.ncb
-dev-ms/*.suo
-dev-ms/*.user
+libs/xint/build/msvc/Debug/*
+libs/xint/build/msvc/Release/*
+libs/xint/build/msvc/*.ncb
+libs/xint/build/msvc/*.suo
+libs/xint/build/msvc/*.user
 
 dev-cb/*

Modified: sandbox/xint/README.TXT
==============================================================================
--- sandbox/xint/README.TXT (original)
+++ sandbox/xint/README.TXT 2011-02-28 18:12:30 EST (Mon, 28 Feb 2011)
@@ -5,13 +5,13 @@
 * Copy (or link) the contents of the libs directory directly under
   $(BOOST_ROOT)/libs.
 
-That's it -- it's now a header-only library. :-)
+That's it!
 
 Notes:
 
 The code has been fully tested under Windows (MSVC 8 SP1) and Linux (GCC 4.4.3).
 
-See the very thorough documentation for any other questions, or ask me on the
-Boost developer's mailing list. Please put [xint] at the beginning of the
-subject line so I'll notice it faster.
+See the very thorough documentation for any other questions, or ask me (Chad
+Nelson) on the Boost developer's mailing list. Please put [xint] at the
+beginning of the subject line so I'll notice it faster.
 


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