mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 21:05:50 +12:00
Initial commit (I really need to remove Boost)
This commit is contained in:
commit
b5371dc66c
3226 changed files with 668081 additions and 0 deletions
15
third_party/boost/libs/chrono/src/chrono.cpp
vendored
Normal file
15
third_party/boost/libs/chrono/src/chrono.cpp
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
// chrono.cpp --------------------------------------------------------------//
|
||||
|
||||
// Copyright Beman Dawes 2008
|
||||
// Copyright Vicente J. Botet Escriba 2009-2010
|
||||
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// See http://www.boost.org/LICENSE_1_0.txt
|
||||
|
||||
// define BOOST_CHRONO_SOURCE so that <boost/filesystem/config.hpp> knows
|
||||
// the library is being built (possibly exporting rather than importing code)
|
||||
|
||||
#define BOOST_CHRONO_SOURCE
|
||||
|
||||
#include <boost/chrono/detail/inlined/chrono.hpp>
|
||||
|
18
third_party/boost/libs/chrono/src/process_cpu_clocks.cpp
vendored
Normal file
18
third_party/boost/libs/chrono/src/process_cpu_clocks.cpp
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
// boost process_cpu_clocks.cpp -----------------------------------------------------------//
|
||||
|
||||
// Copyright 2009-2010 Vicente J. Botet Escriba
|
||||
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// See http://www.boost.org/LICENSE_1_0.txt
|
||||
|
||||
// See http://www.boost.org/libs/chrono for documentation.
|
||||
|
||||
//--------------------------------------------------------------------------------------//
|
||||
|
||||
// define BOOST_CHRONO_SOURCE so that <boost/chrono/config.hpp> knows
|
||||
// the library is being built (possibly exporting rather than importing code)
|
||||
|
||||
#define BOOST_CHRONO_SOURCE
|
||||
|
||||
#include <boost/chrono/detail/inlined/process_cpu_clocks.hpp>
|
||||
|
19
third_party/boost/libs/chrono/src/thread_clock.cpp
vendored
Normal file
19
third_party/boost/libs/chrono/src/thread_clock.cpp
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
// boost thread_clock.cpp -----------------------------------------------------------//
|
||||
|
||||
// Copyright 2010 Vicente J. Botet Escriba
|
||||
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// See http://www.boost.org/LICENSE_1_0.txt
|
||||
|
||||
// See http://www.boost.org/libs/chrono for documentation.
|
||||
|
||||
//--------------------------------------------------------------------------------------//
|
||||
|
||||
|
||||
// define BOOST_CHRONO_SOURCE so that <boost/chrono/config.hpp> knows
|
||||
// the library is being built (possibly exporting rather than importing code)
|
||||
|
||||
#define BOOST_CHRONO_SOURCE
|
||||
|
||||
#include <boost/chrono/detail/inlined/thread_clock.hpp>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue