1. 477a7cd C++11 atomics by jfb · 9 years ago
  2. 0916f84 Remove old/unused atomicops code by sbc · 9 years ago
  3. 83de4e0 Linux: Properly detect __GLIBCXX__ in atomicops.h by thestig · 10 years ago
  4. 90484d4 Use C++11 atomics by jfb · 10 years ago
  5. ab30423 Adding atomic ops for MIPS64. by Gordana.Cmiljanovic@imgtec.com · 10 years ago
  6. 0fbd7b7 Cleanup coding style by byungwook.ahn@gmail.com · 10 years ago
  7. 92447ad Add Arm64 atomicops to base. by rmcilroy@chromium.org · 10 years ago
  8. 83bafe8 Atomic ops cleanup. by ctruta@blackberry.com · 11 years ago
  9. 9de6497 Improve the implementation of atomic operations on Linux/ARM (including Android/ARM). by digit@chromium.org · 11 years ago
  10. 99b56ee fix x32 handling of Atomic64 by vapier@chromium.org · 12 years ago
  11. 80f6b33 Workaround to make MemoryBarrier compile on Win x64 by scottmg@chromium.org · 12 years ago
  12. 86d0cc3 Atomics implementation for compiler-based ThreadSanitizer (http://dev.chromium.org/developers/testing/threadsanitizer-tsan-v2) by glider@chromium.org · 12 years ago
  13. 407d3b5 Fix atomic ops on ARM to compile in NaCl untrusted targets. by bbudge@chromium.org · 12 years ago
  14. 98cd05c Have iOS use the same atomicops_internal implementation that Mac uses. by leng@chromium.org · 12 years ago
  15. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  16. d3a3e76 [MIPS] Adding atomic ops for MIPS architecture. by petarj@mips.com · 12 years ago
  17. 05ef52b windows: Remove vestigal support for /Wp64 by evan@chromium.org · 13 years ago
  18. 22b86ac OpenBSD: make it possible to build libbase.a. by phajdan.jr@chromium.org · 13 years ago
  19. 8e73d06 iwyu: Cleanup in the following files: by jhawkins@chromium.org · 13 years ago
  20. e30d170 Help make base compile in NaCl. by abarth@chromium.org · 14 years ago
  21. 01d1452 `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by thakis@chromium.org · 14 years ago
  22. dc8b492 Some base/ progress towards building on Linux x86-64. by deanm@chromium.org · 15 years ago
  23. 569de14 Add atomic operations for ARM. Review URL: http://codereview.chromium.org/57031 by thestig@chromium.org · 15 years ago
  24. ad8855a NO CODE CHANGE by deanm@chromium.org · 16 years ago
  25. 957336c Rename atomicops_internals_x86_mac.h back to its original name, by mmentovai@google.com · 16 years ago
  26. a4d0e9e Add more passing tests to base_unittests. Add a few more headers we use to by mmentovai@google.com · 16 years ago
  27. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  28. 602a3cf Fix incorrect OS_APPLE to OS_MACOSX and drop COMPILER_GCC since the code by deanm@google.com · 16 years ago
  29. 30bbf75 Use the build_config defines in atomicops.h. This still uses the compiler/platform specific defines in the platform dependent internals headers, keeping them closer to the original implementation. by deanm@google.com · 16 years ago
  30. 1579ec7 New atomic operation foundation code and interfaces. Based on the atomic operations in google-perftools / tcmalloc. by deanm@google.com · 16 years ago