This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r176549 - in /trunk/libstdc++-v3: ChangeLog inc...


Author: bkoz
Date: Thu Jul 21 03:27:51 2011
New Revision: 176549

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176549
Log:
2011-07-20  Benjamin Kosnik  <bkoz@redhat.com>
	    Daniel Krugler  <daniel.kruegler@googlemail.com>

	* include/std/chrono: (system_clock::is_steady): Update to N3291
	from is_monotonic.
	(time_point): Add constexpr to nonmember arithmetic operators.
	* src/chrono.cc: Modify for above.
	* src/compatibility-c++0x.cc: Same.
	* testsuite/20_util/time_point/nonmember/constexpr.cc: New.
	* testsuite/20_util/time_point/1.cc: Modify.
	* testsuite/20_util/system_clock/constexpr_data.cc: Modify.
	* testsuite/20_util/system_clock/1.cc: Modify.
	* testsuite/20_util/monotonic_clock/constexpr_data.cc: Move to...
	* testsuite/20_util/steady_clock/constexpr_data.cc: ...here.
	* testsuite/30_threads/condition_variable/members/2.cc: Modify.
	* testsuite/30_threads/condition_variable_any/members/2.cc: Modify.


Added:
    trunk/libstdc++-v3/testsuite/20_util/steady_clock/
      - copied from r176534, trunk/libstdc++-v3/testsuite/20_util/monotonic_clock/
    trunk/libstdc++-v3/testsuite/20_util/time_point/nonmember/
    trunk/libstdc++-v3/testsuite/20_util/time_point/nonmember/constexpr.cc
Removed:
    trunk/libstdc++-v3/testsuite/20_util/monotonic_clock/
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/std/chrono
    trunk/libstdc++-v3/src/chrono.cc
    trunk/libstdc++-v3/src/compatibility-c++0x.cc
    trunk/libstdc++-v3/testsuite/20_util/steady_clock/constexpr_data.cc
    trunk/libstdc++-v3/testsuite/20_util/system_clock/1.cc
    trunk/libstdc++-v3/testsuite/20_util/system_clock/constexpr_data.cc
    trunk/libstdc++-v3/testsuite/20_util/time_point/1.cc
    trunk/libstdc++-v3/testsuite/30_threads/condition_variable/members/2.cc
    trunk/libstdc++-v3/testsuite/30_threads/condition_variable_any/members/2.cc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]