Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r49444 - in sandbox/guigl: boost/guigl/layout boost/guigl/platform boost/guigl/view boost/guigl/view/impl boost/guigl/view/impl/detail boost/guigl/widget libs/guigl/build libs/guigl/example libs/guigl/src libs/guigl/src/widget
From: stipe_at_[hidden]
Date: 2008-10-23 12:53:30


Author: srajko
Date: 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
New Revision: 49444
URL: http://svn.boost.org/trac/boost/changeset/49444

Log:
guigl example builds on Ubuntu
Text files modified:
   sandbox/guigl/boost/guigl/layout/grid.hpp | 2 +-
   sandbox/guigl/boost/guigl/platform/glut.hpp | 2 +-
   sandbox/guigl/boost/guigl/view/active_colored.hpp | 2 +-
   sandbox/guigl/boost/guigl/view/base.hpp | 2 +-
   sandbox/guigl/boost/guigl/view/clickable.hpp | 2 +-
   sandbox/guigl/boost/guigl/view/colored.hpp | 2 +-
   sandbox/guigl/boost/guigl/view/compound.hpp | 2 +-
   sandbox/guigl/boost/guigl/view/draggable.hpp | 2 +-
   sandbox/guigl/boost/guigl/view/impl/active_colored.hpp | 2 +-
   sandbox/guigl/boost/guigl/view/impl/clickable.hpp | 2 +-
   sandbox/guigl/boost/guigl/view/impl/colored.hpp | 2 +-
   sandbox/guigl/boost/guigl/view/impl/compound.hpp | 2 +-
   sandbox/guigl/boost/guigl/view/impl/detail/algorithm.hpp | 2 +-
   sandbox/guigl/boost/guigl/view/impl/detail/compound_event_processing.hpp | 2 +-
   sandbox/guigl/boost/guigl/view/impl/draggable.hpp | 2 +-
   sandbox/guigl/boost/guigl/view/impl/labeled.hpp | 2 +-
   sandbox/guigl/boost/guigl/view/impl/mouse_tracking.hpp | 2 +-
   sandbox/guigl/boost/guigl/view/impl/navigable.hpp | 2 +-
   sandbox/guigl/boost/guigl/view/impl/periodic.hpp | 2 +-
   sandbox/guigl/boost/guigl/view/impl/positioned.hpp | 2 +-
   sandbox/guigl/boost/guigl/view/impl/solid_background.hpp | 2 +-
   sandbox/guigl/boost/guigl/view/impl/static_compound.hpp | 2 +-
   sandbox/guigl/boost/guigl/view/impl/three_dimensional.hpp | 2 +-
   sandbox/guigl/boost/guigl/view/impl/window.hpp | 2 +-
   sandbox/guigl/boost/guigl/view/labeled.hpp | 2 +-
   sandbox/guigl/boost/guigl/view/mouse_tracking.hpp | 2 +-
   sandbox/guigl/boost/guigl/view/navigable.hpp | 2 +-
   sandbox/guigl/boost/guigl/view/periodic.hpp | 2 +-
   sandbox/guigl/boost/guigl/view/positioned.hpp | 4 ++--
   sandbox/guigl/boost/guigl/view/solid_background.hpp | 2 +-
   sandbox/guigl/boost/guigl/view/static_compound.hpp | 2 +-
   sandbox/guigl/boost/guigl/view/three_dimensional.hpp | 2 +-
   sandbox/guigl/boost/guigl/view/window.hpp | 2 +-
   sandbox/guigl/boost/guigl/widget/button.hpp | 2 +-
   sandbox/guigl/boost/guigl/widget/compound.hpp | 2 +-
   sandbox/guigl/boost/guigl/widget/label.hpp | 2 +-
   sandbox/guigl/boost/guigl/widget/labeled_button.hpp | 2 +-
   sandbox/guigl/boost/guigl/widget/labeled_slider.hpp | 2 +-
   sandbox/guigl/boost/guigl/widget/slider.hpp | 2 +-
   sandbox/guigl/boost/guigl/widget/window.hpp | 2 +-
   sandbox/guigl/libs/guigl/build/Jamfile | 3 +++
   sandbox/guigl/libs/guigl/example/two_buttons.hpp | 2 +-
   sandbox/guigl/libs/guigl/example/two_spheres.hpp | 2 +-
   sandbox/guigl/libs/guigl/example/window_example.cpp | 2 +-
   sandbox/guigl/libs/guigl/src/application.cpp | 2 +-
   sandbox/guigl/libs/guigl/src/widget/button.cpp | 2 +-
   sandbox/guigl/libs/guigl/src/widget/label.cpp | 2 +-
   sandbox/guigl/libs/guigl/src/widget/labeled_button.cpp | 2 +-
   sandbox/guigl/libs/guigl/src/widget/labeled_slider.cpp | 2 +-
   sandbox/guigl/libs/guigl/src/widget/slider.cpp | 2 +-
   sandbox/guigl/libs/guigl/src/widget/window.cpp | 2 +-
   sandbox/guigl/libs/guigl/src/window.cpp | 2 +-
   52 files changed, 55 insertions(+), 52 deletions(-)

Modified: sandbox/guigl/boost/guigl/layout/grid.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/layout/grid.hpp (original)
+++ sandbox/guigl/boost/guigl/layout/grid.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -110,4 +110,4 @@
 
 }}}
 
-#endif // BOOST__GUIGL__VIEW__POSITIONED_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__VIEW__POSITIONED_HPP

Modified: sandbox/guigl/boost/guigl/platform/glut.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/platform/glut.hpp (original)
+++ sandbox/guigl/boost/guigl/platform/glut.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -18,4 +18,4 @@
 
 #include <GL/glut.h>
 
-#endif
\ No newline at end of file
+#endif

Modified: sandbox/guigl/boost/guigl/view/active_colored.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/view/active_colored.hpp (original)
+++ sandbox/guigl/boost/guigl/view/active_colored.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -47,4 +47,4 @@
 
 }}}
 
-#endif // BOOST__GUIGL__VIEW__ACTIVE_COLORED_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__VIEW__ACTIVE_COLORED_HPP

Modified: sandbox/guigl/boost/guigl/view/base.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/view/base.hpp (original)
+++ sandbox/guigl/boost/guigl/view/base.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -76,4 +76,4 @@
 } \
 
 
-#endif // BOOST__GUIGL__VIEW_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__VIEW_HPP

Modified: sandbox/guigl/boost/guigl/view/clickable.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/view/clickable.hpp (original)
+++ sandbox/guigl/boost/guigl/view/clickable.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -58,4 +58,4 @@
 
 }}}
 
-#endif // BOOST__GUIGL__VIEW__CLICKABLE_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__VIEW__CLICKABLE_HPP

Modified: sandbox/guigl/boost/guigl/view/colored.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/view/colored.hpp (original)
+++ sandbox/guigl/boost/guigl/view/colored.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -42,4 +42,4 @@
 
 }}}
 
-#endif // BOOST__GUIGL__VIEW__COLORED_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__VIEW__COLORED_HPP

Modified: sandbox/guigl/boost/guigl/view/compound.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/view/compound.hpp (original)
+++ sandbox/guigl/boost/guigl/view/compound.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -46,4 +46,4 @@
 
 }}}
 
-#endif // BOOST__GUIGL__VIEW_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__VIEW_HPP

Modified: sandbox/guigl/boost/guigl/view/draggable.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/view/draggable.hpp (original)
+++ sandbox/guigl/boost/guigl/view/draggable.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -66,4 +66,4 @@
 
 }}}
 
-#endif // BOOST__GUIGL__VIEW__CLICKABLE_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__VIEW__CLICKABLE_HPP

Modified: sandbox/guigl/boost/guigl/view/impl/active_colored.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/view/impl/active_colored.hpp (original)
+++ sandbox/guigl/boost/guigl/view/impl/active_colored.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -22,4 +22,4 @@
 
 }}}
 
-#endif // BOOST__GUIGL__VIEW__IMPL__COLORED_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__VIEW__IMPL__COLORED_HPP

Modified: sandbox/guigl/boost/guigl/view/impl/clickable.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/view/impl/clickable.hpp (original)
+++ sandbox/guigl/boost/guigl/view/impl/clickable.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -81,4 +81,4 @@
 
 }}}
 
-#endif // BOOST__GUIGL__VIEW__IMPL__CLICKABLE_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__VIEW__IMPL__CLICKABLE_HPP

Modified: sandbox/guigl/boost/guigl/view/impl/colored.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/view/impl/colored.hpp (original)
+++ sandbox/guigl/boost/guigl/view/impl/colored.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -24,4 +24,4 @@
 
 }}}
 
-#endif // BOOST__GUIGL__VIEW__IMPL__COLORED_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__VIEW__IMPL__COLORED_HPP

Modified: sandbox/guigl/boost/guigl/view/impl/compound.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/view/impl/compound.hpp (original)
+++ sandbox/guigl/boost/guigl/view/impl/compound.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -138,4 +138,4 @@
 
 }}}*/
 
-#endif // BOOST__GUIGL__VIEW__IMPL__COMPOUND_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__VIEW__IMPL__COMPOUND_HPP

Modified: sandbox/guigl/boost/guigl/view/impl/detail/algorithm.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/view/impl/detail/algorithm.hpp (original)
+++ sandbox/guigl/boost/guigl/view/impl/detail/algorithm.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -57,4 +57,4 @@
 
 }}}
 
-#endif // BOOST__GUIGL__VIEW__IMPL__DETAIL__COMPOUND_EVENT_PROCESSING_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__VIEW__IMPL__DETAIL__COMPOUND_EVENT_PROCESSING_HPP

Modified: sandbox/guigl/boost/guigl/view/impl/detail/compound_event_processing.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/view/impl/detail/compound_event_processing.hpp (original)
+++ sandbox/guigl/boost/guigl/view/impl/detail/compound_event_processing.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -29,4 +29,4 @@
 
 }}}
 
-#endif // BOOST__GUIGL__VIEW__IMPL__DETAIL__COMPOUND_EVENT_PROCESSING_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__VIEW__IMPL__DETAIL__COMPOUND_EVENT_PROCESSING_HPP

Modified: sandbox/guigl/boost/guigl/view/impl/draggable.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/view/impl/draggable.hpp (original)
+++ sandbox/guigl/boost/guigl/view/impl/draggable.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -75,4 +75,4 @@
 
 }}}
 
-#endif // BOOST__GUIGL__VIEW__IMPL__DRAGGABLE_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__VIEW__IMPL__DRAGGABLE_HPP

Modified: sandbox/guigl/boost/guigl/view/impl/labeled.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/view/impl/labeled.hpp (original)
+++ sandbox/guigl/boost/guigl/view/impl/labeled.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -28,4 +28,4 @@
 
 }}}
 
-#endif // BOOST__GUIGL__VIEW__IMPL__LABELED_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__VIEW__IMPL__LABELED_HPP

Modified: sandbox/guigl/boost/guigl/view/impl/mouse_tracking.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/view/impl/mouse_tracking.hpp (original)
+++ sandbox/guigl/boost/guigl/view/impl/mouse_tracking.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -95,4 +95,4 @@
 
 }}}
 
-#endif // BOOST__GUIGL__VIEW__IMPL__MOUSE_TRACKING_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__VIEW__IMPL__MOUSE_TRACKING_HPP

Modified: sandbox/guigl/boost/guigl/view/impl/navigable.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/view/impl/navigable.hpp (original)
+++ sandbox/guigl/boost/guigl/view/impl/navigable.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -44,4 +44,4 @@
 
 }}}
 
-#endif // BOOST__GUIGL__VIEW__IMPL__NAVIGABLE_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__VIEW__IMPL__NAVIGABLE_HPP

Modified: sandbox/guigl/boost/guigl/view/impl/periodic.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/view/impl/periodic.hpp (original)
+++ sandbox/guigl/boost/guigl/view/impl/periodic.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -16,4 +16,4 @@
 
 }}}
 
-#endif // BOOST__GUIGL__VIEW__IMPL__PERIODIC_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__VIEW__IMPL__PERIODIC_HPP

Modified: sandbox/guigl/boost/guigl/view/impl/positioned.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/view/impl/positioned.hpp (original)
+++ sandbox/guigl/boost/guigl/view/impl/positioned.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -34,4 +34,4 @@
 
 }}}
 
-#endif // BOOST__GUIGL__VIEW__POSITIONED_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__VIEW__POSITIONED_HPP

Modified: sandbox/guigl/boost/guigl/view/impl/solid_background.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/view/impl/solid_background.hpp (original)
+++ sandbox/guigl/boost/guigl/view/impl/solid_background.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -27,4 +27,4 @@
 
 }}}
 
-#endif // BOOST__GUIGL__VIEW__IMPL__SOLID_BACKGROUND_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__VIEW__IMPL__SOLID_BACKGROUND_HPP

Modified: sandbox/guigl/boost/guigl/view/impl/static_compound.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/view/impl/static_compound.hpp (original)
+++ sandbox/guigl/boost/guigl/view/impl/static_compound.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -213,4 +213,4 @@
 
 }}}
 
-#endif // BOOST__GUIGL__VIEW__IMPL__STATIC_COMPOUND_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__VIEW__IMPL__STATIC_COMPOUND_HPP

Modified: sandbox/guigl/boost/guigl/view/impl/three_dimensional.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/view/impl/three_dimensional.hpp (original)
+++ sandbox/guigl/boost/guigl/view/impl/three_dimensional.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -38,4 +38,4 @@
 
 }}}
 
-#endif // BOOST__GUIGL__VIEW__IMPL__THREE_DIMENSIONAL_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__VIEW__IMPL__THREE_DIMENSIONAL_HPP

Modified: sandbox/guigl/boost/guigl/view/impl/window.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/view/impl/window.hpp (original)
+++ sandbox/guigl/boost/guigl/view/impl/window.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -34,4 +34,4 @@
 
 }}}
 
-#endif // BOOST__GUIGL__VIEW__IMPL__WINDOW_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__VIEW__IMPL__WINDOW_HPP

Modified: sandbox/guigl/boost/guigl/view/labeled.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/view/labeled.hpp (original)
+++ sandbox/guigl/boost/guigl/view/labeled.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -46,4 +46,4 @@
 
 }}}
 
-#endif // BOOST__GUIGL__VIEW__POSITIONED_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__VIEW__POSITIONED_HPP

Modified: sandbox/guigl/boost/guigl/view/mouse_tracking.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/view/mouse_tracking.hpp (original)
+++ sandbox/guigl/boost/guigl/view/mouse_tracking.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -61,4 +61,4 @@
 
 }}}
 
-#endif // BOOST__GUIGL__VIEW__CLICKABLE_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__VIEW__CLICKABLE_HPP

Modified: sandbox/guigl/boost/guigl/view/navigable.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/view/navigable.hpp (original)
+++ sandbox/guigl/boost/guigl/view/navigable.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -57,4 +57,4 @@
 
 }}}
 
-#endif // BOOST__GUIGL__VIEW__NAVIGABLE_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__VIEW__NAVIGABLE_HPP

Modified: sandbox/guigl/boost/guigl/view/periodic.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/view/periodic.hpp (original)
+++ sandbox/guigl/boost/guigl/view/periodic.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -64,4 +64,4 @@
 
 }}}
 
-#endif // BOOST__GUIGL__VIEW__COLORED_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__VIEW__COLORED_HPP

Modified: sandbox/guigl/boost/guigl/view/positioned.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/view/positioned.hpp (original)
+++ sandbox/guigl/boost/guigl/view/positioned.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -68,7 +68,7 @@
     void draw_prologue();
     void draw_epilogue();
 
- friend class access;
+ friend class guigl::access;
     void set_parent(base &parent)
     { m_parent = &parent; }
 private:
@@ -84,4 +84,4 @@
 
 }}}
 
-#endif // BOOST__GUIGL__VIEW__POSITIONED_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__VIEW__POSITIONED_HPP

Modified: sandbox/guigl/boost/guigl/view/solid_background.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/view/solid_background.hpp (original)
+++ sandbox/guigl/boost/guigl/view/solid_background.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -49,4 +49,4 @@
 
 }}}
 
-#endif // BOOST__GUIGL__VIEW__SOLID_BACKGROUND_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__VIEW__SOLID_BACKGROUND_HPP

Modified: sandbox/guigl/boost/guigl/view/static_compound.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/view/static_compound.hpp (original)
+++ sandbox/guigl/boost/guigl/view/static_compound.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -92,4 +92,4 @@
 
 }}}
 
-#endif // BOOST__GUIGL__VIEW__STATIC_COMPOUND_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__VIEW__STATIC_COMPOUND_HPP

Modified: sandbox/guigl/boost/guigl/view/three_dimensional.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/view/three_dimensional.hpp (original)
+++ sandbox/guigl/boost/guigl/view/three_dimensional.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -34,4 +34,4 @@
 
 }}}
 
-#endif // BOOST__GUIGL__VIEW__THREE_DIMENSIONAL_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__VIEW__THREE_DIMENSIONAL_HPP

Modified: sandbox/guigl/boost/guigl/view/window.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/view/window.hpp (original)
+++ sandbox/guigl/boost/guigl/view/window.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -41,4 +41,4 @@
 
 }}}
 
-#endif // BOOST__GUIGL__WINDOW_VIEW_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__WINDOW_VIEW_HPP

Modified: sandbox/guigl/boost/guigl/widget/button.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/widget/button.hpp (original)
+++ sandbox/guigl/boost/guigl/widget/button.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -59,4 +59,4 @@
 
 }}}
 
-#endif // BOOST__GUIGL__WIDGET__BUTTON_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__WIDGET__BUTTON_HPP

Modified: sandbox/guigl/boost/guigl/widget/compound.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/widget/compound.hpp (original)
+++ sandbox/guigl/boost/guigl/widget/compound.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -39,4 +39,4 @@
 
 }}}
 
-#endif // BOOST__GUIGL__WIDGET__COMPOUND_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__WIDGET__COMPOUND_HPP

Modified: sandbox/guigl/boost/guigl/widget/label.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/widget/label.hpp (original)
+++ sandbox/guigl/boost/guigl/widget/label.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -40,4 +40,4 @@
 
 }}}
 
-#endif // BOOST__GUIGL__WIDGET__LABELED_BUTTON_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__WIDGET__LABELED_BUTTON_HPP

Modified: sandbox/guigl/boost/guigl/widget/labeled_button.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/widget/labeled_button.hpp (original)
+++ sandbox/guigl/boost/guigl/widget/labeled_button.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -40,4 +40,4 @@
 
 }}}
 
-#endif // BOOST__GUIGL__WIDGET__LABELED_BUTTON_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__WIDGET__LABELED_BUTTON_HPP

Modified: sandbox/guigl/boost/guigl/widget/labeled_slider.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/widget/labeled_slider.hpp (original)
+++ sandbox/guigl/boost/guigl/widget/labeled_slider.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -37,4 +37,4 @@
 
 }}}
 
-#endif // BOOST__GUIGL__WIDGET__LABELED_SLIDER_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__WIDGET__LABELED_SLIDER_HPP

Modified: sandbox/guigl/boost/guigl/widget/slider.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/widget/slider.hpp (original)
+++ sandbox/guigl/boost/guigl/widget/slider.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -66,4 +66,4 @@
 
 }}}
 
-#endif // BOOST__GUIGL__WIDGET__SLIDER_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__WIDGET__SLIDER_HPP

Modified: sandbox/guigl/boost/guigl/widget/window.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/widget/window.hpp (original)
+++ sandbox/guigl/boost/guigl/widget/window.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -38,4 +38,4 @@
 
 }}}
 
-#endif // BOOST__GUIGL__WIDGET__WINDOW_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__WIDGET__WINDOW_HPP

Modified: sandbox/guigl/libs/guigl/build/Jamfile
==============================================================================
--- sandbox/guigl/libs/guigl/build/Jamfile (original)
+++ sandbox/guigl/libs/guigl/build/Jamfile 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -6,12 +6,15 @@
 # http://www.boost.org/LICENSE_1_0.txt)
 #----------------------------------------------===============================*/
 
+lib glut : : <name>glut <link>shared ;
+
 project boost/guigl
     : source-location ../src
     : requirements
         <toolset>darwin:<linkflags>"-framework GLUT -framework OpenGL"
         <define>BOOST_ALL_NO_LIB=1
     : usage-requirements
+ <toolset>gcc:<library>glut
         <toolset>darwin:<linkflags>"-framework GLUT -framework OpenGL"
         <library>/boost/signals//boost_signals
         <define>BOOST_ALL_NO_LIB=1

Modified: sandbox/guigl/libs/guigl/example/two_buttons.hpp
==============================================================================
--- sandbox/guigl/libs/guigl/example/two_buttons.hpp (original)
+++ sandbox/guigl/libs/guigl/example/two_buttons.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -43,4 +43,4 @@
     bool on_event(const boost::guigl::event_type &event_info);
 };
 
-#endif // BOOST__GUIGL__EXAMPLE__TWO_BUTTONS_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__EXAMPLE__TWO_BUTTONS_HPP

Modified: sandbox/guigl/libs/guigl/example/two_spheres.hpp
==============================================================================
--- sandbox/guigl/libs/guigl/example/two_spheres.hpp (original)
+++ sandbox/guigl/libs/guigl/example/two_spheres.hpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -51,4 +51,4 @@
     bool m_closer;
 };
 
-#endif // BOOST__GUIGL__EXAMPLE__TWO_SPHERES_HPP
\ No newline at end of file
+#endif // BOOST__GUIGL__EXAMPLE__TWO_SPHERES_HPP

Modified: sandbox/guigl/libs/guigl/example/window_example.cpp
==============================================================================
--- sandbox/guigl/libs/guigl/example/window_example.cpp (original)
+++ sandbox/guigl/libs/guigl/example/window_example.cpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -94,4 +94,4 @@
     application::on_idle().connect(&idle);
     application::timeout(&timer, 5000);
     application::run();
-}
\ No newline at end of file
+}

Modified: sandbox/guigl/libs/guigl/src/application.cpp
==============================================================================
--- sandbox/guigl/libs/guigl/src/application.cpp (original)
+++ sandbox/guigl/libs/guigl/src/application.cpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -56,4 +56,4 @@
 }
 
 
-}}
\ No newline at end of file
+}}

Modified: sandbox/guigl/libs/guigl/src/widget/button.cpp
==============================================================================
--- sandbox/guigl/libs/guigl/src/widget/button.cpp (original)
+++ sandbox/guigl/libs/guigl/src/widget/button.cpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -43,4 +43,4 @@
     return base_type::on_event(event_info);
 }
 
-}}}
\ No newline at end of file
+}}}

Modified: sandbox/guigl/libs/guigl/src/widget/label.cpp
==============================================================================
--- sandbox/guigl/libs/guigl/src/widget/label.cpp (original)
+++ sandbox/guigl/libs/guigl/src/widget/label.cpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -23,4 +23,4 @@
     return base_type::on_event(event_info);
 }
 
-}}}
\ No newline at end of file
+}}}

Modified: sandbox/guigl/libs/guigl/src/widget/labeled_button.cpp
==============================================================================
--- sandbox/guigl/libs/guigl/src/widget/labeled_button.cpp (original)
+++ sandbox/guigl/libs/guigl/src/widget/labeled_button.cpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -20,4 +20,4 @@
     return base_type::on_event(event_info);
 }
 
-}}}
\ No newline at end of file
+}}}

Modified: sandbox/guigl/libs/guigl/src/widget/labeled_slider.cpp
==============================================================================
--- sandbox/guigl/libs/guigl/src/widget/labeled_slider.cpp (original)
+++ sandbox/guigl/libs/guigl/src/widget/labeled_slider.cpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -20,4 +20,4 @@
     return base_type::on_event(event_info);
 }
 
-}}}
\ No newline at end of file
+}}}

Modified: sandbox/guigl/libs/guigl/src/widget/slider.cpp
==============================================================================
--- sandbox/guigl/libs/guigl/src/widget/slider.cpp (original)
+++ sandbox/guigl/libs/guigl/src/widget/slider.cpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -59,4 +59,4 @@
     return base_type::on_event(event_info);
 }
 
-}}}
\ No newline at end of file
+}}}

Modified: sandbox/guigl/libs/guigl/src/widget/window.cpp
==============================================================================
--- sandbox/guigl/libs/guigl/src/widget/window.cpp (original)
+++ sandbox/guigl/libs/guigl/src/widget/window.cpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -23,4 +23,4 @@
 }
 
 
-}}}
\ No newline at end of file
+}}}

Modified: sandbox/guigl/libs/guigl/src/window.cpp
==============================================================================
--- sandbox/guigl/libs/guigl/src/window.cpp (original)
+++ sandbox/guigl/libs/guigl/src/window.cpp 2008-10-23 12:53:26 EDT (Thu, 23 Oct 2008)
@@ -172,4 +172,4 @@
 }
 
 
-} }
\ No newline at end of file
+} }


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