Boost logo

Boost-Commit :

From: lists.drrngrvy_at_[hidden]
Date: 2007-08-28 13:34:08


Author: drrngrvy
Date: 2007-08-28 13:34:07 EDT (Tue, 28 Aug 2007)
New Revision: 39044
URL: http://svn.boost.org/trac/boost/changeset/39044

Log:
Adding a README to note that development is temporarily moving to cgi.sf.net
Added:
   sandbox/SOC/2007/cgi/README (contents, props changed)
Text files modified:
   sandbox/SOC/2007/cgi/boost/cgi/basic_request.hpp | 36 ++++++++++++++++++------------------
   sandbox/SOC/2007/cgi/boost/cgi/detail/save_environment.hpp | 2 +-
   2 files changed, 19 insertions(+), 19 deletions(-)

Added: sandbox/SOC/2007/cgi/README
==============================================================================
--- (empty file)
+++ sandbox/SOC/2007/cgi/README 2007-08-28 13:34:07 EDT (Tue, 28 Aug 2007)
@@ -0,0 +1,14 @@
+Development has moved to cgi.sf.net for now (on the cgi/branches directory):
+
+ http://cgi.svn.sourceforge.net/viewvc/cgi/
+
+'Stable' updates will be uploaded to here, as and when available.
+
+Pre-built docs can be found at http://cgi.sf.net
+
+Comments/critique are welcome and can be directed to one of:
+
+ cgi-devel @ cgi dot sourceforge dot net
+ lists dot drrngrvy @ gmail dot com
+
+You can expect SCGI and FastCGI support this side of Chrismas!

Modified: sandbox/SOC/2007/cgi/boost/cgi/basic_request.hpp
==============================================================================
--- sandbox/SOC/2007/cgi/boost/cgi/basic_request.hpp (original)
+++ sandbox/SOC/2007/cgi/boost/cgi/basic_request.hpp 2007-08-28 13:34:07 EDT (Tue, 28 Aug 2007)
@@ -9,7 +9,7 @@
 #ifndef CGI_BASIC_REQUEST_HPP_INCLUDED__
 #define CGI_BASIC_REQUEST_HPP_INCLUDED__
 
-#include "detail/push_options.hpp"
+#include "boost/cgi/detail/push_options.hpp"
 
 #include <iostream>
 #include <boost/noncopyable.hpp>
@@ -20,21 +20,21 @@
 #include <boost/asio/io_service.hpp>
 #include <boost/asio/basic_io_object.hpp>
 
-#include "detail/throw_error.hpp"
-#include "detail/protocol_traits.hpp"
-#include "request_base.hpp"
-#include "role_type.hpp"
-#include "data_sink.hpp"
-#include "status_type.hpp"
-#include "is_async.hpp"
-#include "connection_base.hpp"
-#include "http/status_code.hpp"
-#include "request_service.hpp"
-#include "basic_protocol_service_fwd.hpp"
-#include "basic_request_fwd.hpp"
-#include "basic_sync_io_object.hpp"
-#include "basic_io_object.hpp"
-#include "map.hpp"
+#include "boost/cgi/detail/throw_error.hpp"
+#include "boost/cgi/detail/protocol_traits.hpp"
+#include "boost/cgi/request_base.hpp"
+#include "boost/cgi/role_type.hpp"
+#include "boost/cgi/data_sink.hpp"
+#include "boost/cgi/status_type.hpp"
+#include "boost/cgi/is_async.hpp"
+#include "boost/cgi/connection_base.hpp"
+#include "boost/cgi/http/status_code.hpp"
+#include "boost/cgi/request_service.hpp"
+#include "boost/cgi/basic_protocol_service_fwd.hpp"
+#include "boost/cgi/basic_request_fwd.hpp"
+#include "boost/cgi/basic_sync_io_object.hpp"
+#include "boost/cgi/basic_io_object.hpp"
+#include "boost/cgi/map.hpp"
 
 namespace cgi {
 
@@ -612,12 +612,12 @@
 
 } // namespace cgi
 
-#include "detail/pop_options.hpp"
+#include "boost/cgi/detail/pop_options.hpp"
 
 #endif // CGI_BASIC_REQUEST_HPP_INCLUDED__
 
 /*
-NOTES:
+NOTES::future_plans:
 * When a request is aborted (eg. when the client closes the connection)
   the library can call an abort_handler() function stored in the request.
   - The user should supply an abort_handler-derived function if they want

Modified: sandbox/SOC/2007/cgi/boost/cgi/detail/save_environment.hpp
==============================================================================
--- sandbox/SOC/2007/cgi/boost/cgi/detail/save_environment.hpp (original)
+++ sandbox/SOC/2007/cgi/boost/cgi/detail/save_environment.hpp 2007-08-28 13:34:07 EDT (Tue, 28 Aug 2007)
@@ -15,7 +15,7 @@
 #include "boost/cgi/map.hpp"
 
 // The process' environment
-// MSVC8 could do with this having a _CRTIMP at the start of it.
+// MSVC warns of 'inconsistent dll linkage' here...
 extern char** environ;
 
 namespace cgi {


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