Commit Graph

9 Commits

Author SHA1 Message Date
Steve Gates
98de7ecf1d Updating checks for the Windows Runtime to use the correct Boost Predefs. 2014-06-10 17:27:53 -07:00
Steve Gates
25da6e01a8 Updating macro for detecting WinRT to BOOST_WINDOWS_RUNTIME based on code review feedback. 2014-05-13 17:26:42 -07:00
Steve Gates
e93a85718c Adding support for Windows Runtime (WinRT) to chrono.
Changes largely consist of updating Win32 APIs or disabling features which aren't possible.
2014-04-28 15:27:49 -07:00
Vicente J. Botet Escriba
d42e56ef8e Chrono: Inspect cleanup
[SVN r74437]
2011-09-17 11:31:27 +00:00
David Deakins
c5e71b2234 Changes to complete Boost.Chrono support for Windows CE. Closes ticket 5218.
[SVN r69240]
2011-02-24 18:21:52 +00:00
Vicente J. Botet Escriba
a2f6f86db9 Chrono
[SVN r69018]
2011-02-19 01:08:00 +00:00
Vicente J. Botet Escriba
cd5bed7a71 Chrono: update original file from Bemman port to boost, so the runtime_resolution namespace is used.
[SVN r68733]
2011-02-08 20:46:12 +00:00
Vicente J. Botet Escriba
28f5d361d0 Boost.Chrono: Try to solve Darwin issue
Test output: Sandia-darwin-4.0.1 - chrono - runtime_resolution_shared / darwin-4.0.1
Rev 67828 / Sun, 9 Jan 2011 01:50:24 +0000
Report Time: Sun, 9 Jan 2011 04:02:34 +0000

Compile [2011-01-09 02:37:56 UTC]: fail

    "/usr/bin/g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -pedantic -g -dynamic -no-cpp-precomp -gdwarf-2 -Wno-long-double -fPIC -Wextra -Wno-long-long -pedantic -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_DYN_LINK=1 -DBOOST_CHRONO_USES_MPL_ASSERT -DBOOST_SYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_USE_WINDOWS_H  -I".." -c -o "/Volumes/Scratch/kbelco/boost/results/boost/bin.v2/libs/chrono/test/runtime_resolution_shared.test/darwin-4.0.1/debug/runtime_resolution.o" "../libs/chrono/test/../example/runtime_resolution.cpp"

../libs/chrono/test/../example/runtime_resolution.cpp: In function 'double runtime_resolution::init_duration()':
../libs/chrono/test/../example/runtime_resolution.cpp:131: error: 'mach_timebase_info_data_t' was not declared in this scope
../libs/chrono/test/../example/runtime_resolution.cpp:131: error: expected `;' before 'MachInfo'
../libs/chrono/test/../example/runtime_resolution.cpp:132: error: 'MachInfo' was not declared in this scope
../libs/chrono/test/../example/runtime_resolution.cpp:132: error: 'mach_timebase_info' was not declared in this scope
../libs/chrono/test/../example/runtime_resolution.cpp: In static member function 'static runtime_resolution::time_point runtime_resolution::clock::now()':
../libs/chrono/test/../example/runtime_resolution.cpp:190: error: 'gettimeofday' was not declared in this scope

TinyUrl 

[SVN r67852]
2011-01-09 07:47:41 +00:00
Vicente J. Botet Escriba
c183fb72fd Boost.Chrono: Moved to trunk
[SVN r67698]
2011-01-06 00:47:42 +00:00