dart-sdk/runtime/platform
Matthew Dempsky 527238e008 [vm] Cleanup C99 header includes
Now that MSVC 2013 is required (commit f4824d3), we can simply use C99
headers that are provided [1]. This means we can rely on <stdint.h> to
provide intXX_t and uintXX_t types, and <inttypes.h> to provide PRIxx
macros.

[1] https://devblogs.microsoft.com/cppblog/c99-library-support-in-visual-studio-2013/

Change-Id: I0cc707907f8aca05ae543188cc01e6c50d517f5a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/107839
Auto-Submit: Matthew Dempsky <mdempsky@google.com>
Commit-Queue: Vyacheslav Egorov <vegorov@google.com>
Reviewed-by: Vyacheslav Egorov <vegorov@google.com>
2019-07-03 10:54:24 +00:00
..
address_sanitizer.h [vm] Avoid using a generated stub to get the current SP, since generated stubs aren't available during early start up. 2017-10-10 22:52:25 +00:00
allocation.h VM: Re-format to use at most one newline between functions 2017-07-13 08:08:37 -07:00
assert.cc [build] Remove last platform -> vm and bin -> vm dependencies. Fix some ODR violations. 2019-04-22 20:15:43 +00:00
assert.h [vm] Reimplement COMPILE_ASSERT with static_assert for nicer error messages from the C++ compiler. 2019-04-11 00:47:13 +00:00
atomic.h [vm] Use atomic release-acquire operations to update RawICData::ic_data_ 2018-11-01 18:29:05 +00:00
atomic_android.h [vm] Use atomic release-acquire operations to update RawICData::ic_data_ 2018-11-01 18:29:05 +00:00
atomic_fuchsia.h [vm] Use atomic release-acquire operations to update RawICData::ic_data_ 2018-11-01 18:29:05 +00:00
atomic_linux.h [vm] Use atomic release-acquire operations to update RawICData::ic_data_ 2018-11-01 18:29:05 +00:00
atomic_macos.h [vm] Use atomic release-acquire operations to update RawICData::ic_data_ 2018-11-01 18:29:05 +00:00
atomic_win.h [vm] Use atomic release-acquire operations to update RawICData::ic_data_ 2018-11-01 18:29:05 +00:00
BUILD.gn [build] Remove last platform -> vm and bin -> vm dependencies. Fix some ODR violations. 2019-04-22 20:15:43 +00:00
floating_point.h Add .clang-format and run clang-format on runtime/platform. 2016-11-03 14:25:16 -07:00
floating_point_win.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
floating_point_win.h Make header include guards great again 2016-10-26 00:26:03 -07:00
globals.h [vm] Cleanup C99 header includes 2019-07-03 10:54:24 +00:00
growable_array.h [vm/compiler] Rework how logical expressions are compiled to IL. 2018-08-02 10:51:53 +00:00
hashmap.cc [vm] Propagate more UTF8 conversion errors 2018-09-06 02:23:21 +00:00
hashmap.h [vm] Propagate more UTF8 conversion errors 2018-09-06 02:23:21 +00:00
memory_sanitizer.h Add .clang-format and run clang-format on runtime/platform. 2016-11-03 14:25:16 -07:00
platform_sources.gni [vm] Cleanup C99 header includes 2019-07-03 10:54:24 +00:00
safe_stack.h [vm] Avoid using a generated stub to get the current SP, since generated stubs aren't available during early start up. 2017-10-10 22:52:25 +00:00
signal_blocker.h VM: Re-format to use at most one newline between functions 2017-07-13 08:08:37 -07:00
splay-tree-inl.h [ VM ] Updated splay-tree licenses, added V8 project authors to AUTHORS 2019-04-30 19:50:46 +00:00
splay-tree.h [ VM ] Updated splay-tree licenses, added V8 project authors to AUTHORS 2019-04-30 19:50:46 +00:00
syslog.h [build] Remove last platform -> vm and bin -> vm dependencies. Fix some ODR violations. 2019-04-22 20:15:43 +00:00
syslog_android.cc [build] Remove last platform -> vm and bin -> vm dependencies. Fix some ODR violations. 2019-04-22 20:15:43 +00:00
syslog_fuchsia.cc [build] Remove last platform -> vm and bin -> vm dependencies. Fix some ODR violations. 2019-04-22 20:15:43 +00:00
syslog_linux.cc [build] Remove last platform -> vm and bin -> vm dependencies. Fix some ODR violations. 2019-04-22 20:15:43 +00:00
syslog_macos.cc [build] Remove last platform -> vm and bin -> vm dependencies. Fix some ODR violations. 2019-04-22 20:15:43 +00:00
syslog_win.cc [build] Remove last platform -> vm and bin -> vm dependencies. Fix some ODR violations. 2019-04-22 20:15:43 +00:00
text_buffer.cc [dart/vm]: fix bug in TextBuffer capacity 2019-05-01 22:26:41 +00:00
text_buffer.h [vm] Move some string utils from runtime/vm to runtime/platform. 2018-03-01 02:07:46 +00:00
unicode.cc [dart/fuzzer] Mechanism for target functions 2019-05-02 18:12:19 +00:00
unicode.h Reland "[vm] Finish adding support for ECMAScript 2018 features." 2019-04-29 09:11:48 +00:00
utils.cc Fixed some links 2019-07-01 16:21:41 +00:00
utils.h Reland "[vm] Finish adding support for ECMAScript 2018 features." 2019-04-29 09:11:48 +00:00
utils_android.cc [vm] Move some string utils from runtime/vm to runtime/platform. 2018-03-01 02:07:46 +00:00
utils_android.h VM: Re-format to use at most one newline between functions 2017-07-13 08:08:37 -07:00
utils_fuchsia.cc [vm] Move some string utils from runtime/vm to runtime/platform. 2018-03-01 02:07:46 +00:00
utils_fuchsia.h VM: Re-format to use at most one newline between functions 2017-07-13 08:08:37 -07:00
utils_linux.cc [vm] Move some string utils from runtime/vm to runtime/platform. 2018-03-01 02:07:46 +00:00
utils_linux.h VM: Re-format to use at most one newline between functions 2017-07-13 08:08:37 -07:00
utils_macos.cc [vm] Move some string utils from runtime/vm to runtime/platform. 2018-03-01 02:07:46 +00:00
utils_macos.h VM: Re-format to use at most one newline between functions 2017-07-13 08:08:37 -07:00
utils_win.cc [vm] Move some string utils from runtime/vm to runtime/platform. 2018-03-01 02:07:46 +00:00
utils_win.h VM: Re-format to use at most one newline between functions 2017-07-13 08:08:37 -07:00