Boost logo

Boost-Commit :

From: steven_at_[hidden]
Date: 2008-05-16 11:51:02


Author: steven_watanabe
Date: 2008-05-16 11:51:01 EDT (Fri, 16 May 2008)
New Revision: 45428
URL: http://svn.boost.org/trac/boost/changeset/45428

Log:
Renamed physical_units.hpp for consistency
Added:
   sandbox/units/boost/units/systems/physical_dimensions.hpp
      - copied, changed from r45425, /sandbox/units/boost/units/systems/physical_units.hpp
Removed:
   sandbox/units/boost/units/systems/physical_units.hpp
Text files modified:
   sandbox/units/boost/units/systems/physical_dimensions.hpp | 4 +++-
   sandbox/units/libs/units/doc/Jamfile.v2 | 2 +-
   sandbox/units/libs/units/example/non_base_dimension.cpp | 4 ++--
   3 files changed, 6 insertions(+), 4 deletions(-)

Copied: sandbox/units/boost/units/systems/physical_dimensions.hpp (from r45425, /sandbox/units/boost/units/systems/physical_units.hpp)
==============================================================================
--- /sandbox/units/boost/units/systems/physical_units.hpp (original)
+++ sandbox/units/boost/units/systems/physical_dimensions.hpp 2008-05-16 11:51:01 EDT (Fri, 16 May 2008)
@@ -2,7 +2,7 @@
 // unit/quantity manipulation and conversion
 //
 // Copyright (C) 2003-2008 Matthias Christian Schabel
-// Copyright (C) 2008 Steven Watanabe
+// Copyright (C) 2007-2008 Steven Watanabe
 //
 // Distributed under the Boost Software License, Version 1.0. (See
 // accompanying file LICENSE_1_0.txt or copy at
@@ -11,6 +11,8 @@
 #ifndef BOOST_UNITS_PHYSICAL_UNITS_HPP
 #define BOOST_UNITS_PHYSICAL_UNITS_HPP
 
+/// \file Includes all of the physical_dimension headers.
+
 #include <boost/units/systems/physical_dimensions/amount.hpp>
 #include <boost/units/systems/physical_dimensions/current.hpp>
 #include <boost/units/systems/physical_dimensions/length.hpp>

Deleted: sandbox/units/boost/units/systems/physical_units.hpp
==============================================================================
--- sandbox/units/boost/units/systems/physical_units.hpp 2008-05-16 11:51:01 EDT (Fri, 16 May 2008)
+++ (empty file)
@@ -1,50 +0,0 @@
-// Boost.Units - A C++ library for zero-overhead dimensional analysis and
-// unit/quantity manipulation and conversion
-//
-// Copyright (C) 2003-2008 Matthias Christian Schabel
-// Copyright (C) 2008 Steven Watanabe
-//
-// Distributed under the Boost Software License, Version 1.0. (See
-// accompanying file LICENSE_1_0.txt or copy at
-// http://www.boost.org/LICENSE_1_0.txt)
-
-#ifndef BOOST_UNITS_PHYSICAL_UNITS_HPP
-#define BOOST_UNITS_PHYSICAL_UNITS_HPP
-
-#include <boost/units/systems/physical_dimensions/amount.hpp>
-#include <boost/units/systems/physical_dimensions/current.hpp>
-#include <boost/units/systems/physical_dimensions/length.hpp>
-#include <boost/units/systems/physical_dimensions/luminous_intensity.hpp>
-#include <boost/units/systems/physical_dimensions/mass.hpp>
-#include <boost/units/systems/physical_dimensions/plane_angle.hpp>
-#include <boost/units/systems/physical_dimensions/solid_angle.hpp>
-#include <boost/units/systems/physical_dimensions/temperature.hpp>
-#include <boost/units/systems/physical_dimensions/time.hpp>
-
-#include <boost/units/systems/physical_dimensions/absorbed_dose.hpp>
-#include <boost/units/systems/physical_dimensions/acceleration.hpp>
-#include <boost/units/systems/physical_dimensions/action.hpp>
-#include <boost/units/systems/physical_dimensions/activity.hpp>
-#include <boost/units/systems/physical_dimensions/angular_velocity.hpp>
-#include <boost/units/systems/physical_dimensions/area.hpp>
-#include <boost/units/systems/physical_dimensions/dose_equivalent.hpp>
-#include <boost/units/systems/physical_dimensions/dynamic_viscosity.hpp>
-#include <boost/units/systems/physical_dimensions/energy.hpp>
-#include <boost/units/systems/physical_dimensions/force.hpp>
-#include <boost/units/systems/physical_dimensions/frequency.hpp>
-#include <boost/units/systems/physical_dimensions/illuminance.hpp>
-#include <boost/units/systems/physical_dimensions/kinematic_viscosity.hpp>
-#include <boost/units/systems/physical_dimensions/luminance.hpp>
-#include <boost/units/systems/physical_dimensions/luminous_flux.hpp>
-#include <boost/units/systems/physical_dimensions/mass_density.hpp>
-#include <boost/units/systems/physical_dimensions/momentum.hpp>
-#include <boost/units/systems/physical_dimensions/power.hpp>
-#include <boost/units/systems/physical_dimensions/pressure.hpp>
-#include <boost/units/systems/physical_dimensions/specific_volume.hpp>
-#include <boost/units/systems/physical_dimensions/stress.hpp>
-#include <boost/units/systems/physical_dimensions/surface_density.hpp>
-#include <boost/units/systems/physical_dimensions/velocity.hpp>
-#include <boost/units/systems/physical_dimensions/volume.hpp>
-#include <boost/units/systems/physical_dimensions/wavenumber.hpp>
-
-#endif // BOOST_UNITS_PHYSICAL_UNITS_HPP

Modified: sandbox/units/libs/units/doc/Jamfile.v2
==============================================================================
--- sandbox/units/libs/units/doc/Jamfile.v2 (original)
+++ sandbox/units/libs/units/doc/Jamfile.v2 2008-05-16 11:51:01 EDT (Fri, 16 May 2008)
@@ -88,7 +88,7 @@
 
 run_doxygen dimensions_reference
   :
- ../../../boost/units/systems/physical_units.hpp
+ ../../../boost/units/systems/physical_dimensions.hpp
     [ path.glob-tree ../../../boost/units/systems/physical_dimensions : *.hpp : detail ]
   :
     "Dimensions Reference"

Modified: sandbox/units/libs/units/example/non_base_dimension.cpp
==============================================================================
--- sandbox/units/libs/units/example/non_base_dimension.cpp (original)
+++ sandbox/units/libs/units/example/non_base_dimension.cpp 2008-05-16 11:51:01 EDT (Fri, 16 May 2008)
@@ -2,7 +2,7 @@
 // unit/quantity manipulation and conversion
 //
 // Copyright (C) 2003-2008 Matthias Christian Schabel
-// Copyright (C) 2008 Steven Watanabe
+// Copyright (C) 2007-2008 Steven Watanabe
 //
 // Distributed under the Boost Software License, Version 1.0. (See
 // accompanying file LICENSE_1_0.txt or copy at
@@ -31,7 +31,7 @@
 #include <boost/units/conversion.hpp>
 #include <boost/units/unit.hpp>
 #include <boost/units/quantity.hpp>
-#include <boost/units/systems/physical_units.hpp>
+#include <boost/units/systems/physical_dimensions.hpp>
 #include <boost/units/base_unit.hpp>
 #include <boost/units/make_system.hpp>
 


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