1. b097bb3 Remove lingering patched-yasm directory. by Dale Curtis · 4 years, 7 months ago master
  2. 306b2b1 Switch all remaining YASM projects over to NASM. by Dale Curtis · 4 years, 7 months ago
  3. 8e4e548 Remove more MSVC compat hacks by Nico Weber · 4 years, 9 months ago
  4. 0d01347 Reformat all gn files in /third_party/yasm. by Nico Weber · 4 years, 10 months ago
  5. 02a8d21 Fix typo in yasm dummy DEPS. by Jamie Madill · 5 years ago
  6. 729c783 Add dummy DEPS file for patched YASM. by Jamie Madill · 5 years ago
  7. cc10bc0 Add "# COMPONENT" to OWNERS files by Eric Foo · 5 years ago
  8. 1543937 More fixes necessary for Windows/libc++ by Tom Anderson · 6 years ago
  9. 86b6058 Revert "Won't build yasm with sanitizer option for release build." by Hiroki Nakagawa · 6 years ago
  10. 19db892 Won't build yasm with sanitizer option for release build. by Yoshisato Yanagisawa · 6 years ago
  11. f74dfa3 Disable sanitizers for the yasm build tool. by Dale Curtis · 6 years ago
  12. 9920ba2 Make yasm deterministic by setting YASM_TEST_SUITE=1 while running it. by Nico Weber · 6 years ago
  13. e48672f roll yasm: remove timestamps from re2c-generated files by Mostyn Bramley-Moore · 6 years ago
  14. 995d17d Remove references to exe_and_shlib_deps in src by Tom Anderson · 6 years ago
  15. 530de22 yasm: specify empty public header for assembly library by Takuto Ikuta · 7 years ago
  16. 4d4150f Prepare for |is_posix| switch in the Fuchsia build in yasm/ by Fabrice de Gans-Riberi · 7 years ago
  17. fe154ce Revert "Disable incremental linking for some tools" by Bruce Dawson · 7 years ago
  18. 7cfd897 [CFI] Enable cfi-icall type generalization by Vlad Tsyrklevich · 7 years ago
  19. becc4e8 Disable incremental linking for some tools by Bruce Dawson · 7 years ago
  20. 8b430d8 Update to yasm 1.3.0. by David Benjamin · 7 years ago
  21. a6206ed Optimize yasm even in debug builds by brucedawson · 7 years ago
  22. 001e17a Replace sanitizers:deps with exe_and_shlib_deps (Chromium repo only) by thomasanderson · 7 years ago
  23. 88731c8 Gcc: Suppress warnings in third_party by thomasanderson · 8 years ago
  24. a0b0a69 Remove GYP files. by brettw · 8 years ago
  25. b197a12 Convert third_party source sets to static libraries. by brettw · 8 years ago
  26. 100af47 Shrink chrome_elf.dll by switching source_sets to static_library by brucedawson · 8 years ago
  27. 9703604 Fix some TODOs in the yasm build. by brettw · 8 years ago
  28. c4ac72b Enable /GL for all targets in Official (behind a flag) by sebmarchand · 9 years ago
  29. b53b5f8 Fixing gn manifests for many executables by brucedawson · 9 years ago
  30. 79eda1c Roll patched-yasm to remove the __DATE__ reference. by maruel · 9 years ago
  31. e2a1c94 -ansi means -std=c89, so replace -std=gnu99 -ansi with it by thakis · 9 years ago
  32. 94beccb Run gn --format over all .gn files by agrieve · 9 years ago
  33. 71ac14a Un-nest configs in GN files. by brettw · 9 years ago
  34. 37f21b6 Revert of Un-nest configs in GN files. (patchset #3 id:40001 of https://codereview.chromium.org/1318823008/ ) by thakis · 9 years ago
  35. 77d8c3b Un-nest configs in GN files. by brettw · 9 years ago
  36. 50255e1 Explicitly pass -Wno-unused-function to the targets that need it. by thakis · 9 years ago
  37. c709452 Really suppress -Wswitch warnings in third_party/yasm for GN build. by dcheng · 9 years ago
  38. e191144 clang/win: Enable -Wunused-local-typedef by thakis · 9 years ago
  39. 9dde521 Refactor incompatible pointer type to a config by petermayo · 9 years ago
  40. dc64081 Use /analyze:WX- instead of /WX- - avoids 3925 D9025 warnings. by brucedawson · 9 years ago
  41. f77efe2 Replace absent owner with present owner. by brucedawson · 9 years ago
  42. 23090bd Add more entries to UBSan blacklists, and only compile with a subset of UBSan sanitizers. by ochang · 9 years ago
  43. 12d4afe Fix ASAN build in GN. by jam · 10 years ago
  44. 2d97329 libc++: Suppress a compiler warning when building yasm. by earthdok · 10 years ago
  45. 83de15b Apply gn format with 'sources' sorting to src/ by scottmg · 10 years ago
  46. ac20e2f Update Chomium's build files to work w/ latest GN binaries. by dpranke · 10 years ago
  47. 0b29f31 Update existing uses of /wd4267 to use the GN config by brettw · 10 years ago
  48. 43059d1 gn format // (the rest, except mojo) by scottmg · 10 years ago
  49. 632673e gn format //third_party by scottmg · 10 years ago
  50. 0377e97 Remove a reference to __DATE__ from yasm for non official builds. by sebmarchand · 10 years ago
  51. 882df52 Disable /analyze for the libexif and yasm projects to hack around internal compiler errors by brucedawson · 10 years ago
  52. 1c2dac3 Fix the GN rule of yasm for ChromeOS. by mukai · 10 years ago
  53. b162e43 Fix yasm_assemble.gni by piman · 10 years ago
  54. 50990de GN: Build libvpx by Alpha Lam · 10 years ago
  55. 2a3df51 gn: fix last_commit_position.py and yasm_assemble.gni by piman · 10 years ago
  56. 40de422 Convert GN visibility variables to lists. by brettw · 10 years ago
  57. cf9fad9 Fix compiled action dependencies in GN. by Brett Wilson · 10 years ago
  58. fffa935 gn yasm: use root_build_dir instead of . for rebase_path by scottmg@chromium.org · 10 years ago
  59. b3ac54b Convert another clang warning that I missed in r287137. by thakis@chromium.org · 10 years ago
  60. f6954c3 Update several clang warnings after r287092. by thakis@chromium.org · 10 years ago
  61. 6539e8a Check for unused variables in GN. by brettw@chromium.org · 10 years ago
  62. 383796e Rename source_prereqs to inputs in the GN build. by brettw@chromium.org · 10 years ago
  63. e258797 Fix the GN yasm_assemble template to have a dep on yasm itself. by dpranke@chromium.org · 10 years ago
  64. 53f1d55 Minor Fixes for Windows GN build. by brettw@chromium.org · 10 years ago
  65. 54df0da Pull GN binary at r276776 by brettw@chromium.org · 10 years ago
  66. e46458c Add yasm to the GN build. by brettw@chromium.org · 10 years ago
  67. 76a8b35 android: disable NLS when building yasm. by torne@chromium.org · 11 years ago
  68. e53c8c1 Remove trailing "." from message lines. by thakis@chromium.org · 11 years ago
  69. aeb3485 yasm: add support for targeting iOS (at least simulator) by copying mac->ios by fischman@chromium.org · 11 years ago
  70. 4d7a99b Add OWNERS for third_party/yasm/. by scherkus@chromium.org · 11 years ago
  71. 11b71c8 Streamline SIMD targets in media.gyp by dalecurtis@google.com · 11 years ago
  72. 284898d Enables win64 build of yuv_convert_simd_x86 without rolling x86inc.asm forward. by dalecurtis@google.com · 12 years ago
  73. c20891f Remove -DPREFIX from win64 yasm_compile.gypi to fix ffmpeg linking by wolenetz@chromium.org · 12 years ago
  74. ca24713 Add support for win64 flags to yasm. by fgalligan@chromium.org · 12 years ago
  75. bc1193c Make yasm compile on Win64 by jschuh@chromium.org · 12 years ago
  76. f4495dc Update Update Yasm to 1.2.0 (Chromium Part) by hbono@chromium.org · 12 years ago
  77. 2caa6fb Add yasm flags for 64-bit mac builds. by badea@adobe.com · 12 years ago
  78. e70f2aa yasm: merge fixes from upstream and remove warning suppression on win by scottmg@chromium.org · 12 years ago
  79. 5aab7c7 Retry of warnings-as-errors for Windows third_party. by scottmg@google.com · 12 years ago
  80. 27657ca Revert 153092 - Turn on warnings as errors for (most) third_party code on Windows by scottmg@google.com · 12 years ago
  81. a7ea98a Turn on warnings as errors for (most) third_party code on Windows by scottmg@chromium.org · 12 years ago
  82. 09ad73f Add 'License Android Compatible' field to yasm license metadata by steveblock@chromium.org · 12 years ago
  83. ce2172d Fix third-party license information for a number of projects by steveblock@chromium.org · 12 years ago
  84. d963da2 This patch is to enable x86 android build. by james.wei@intel.com · 13 years ago
  85. ccc06f2 Revert 135087 - This patch is to enable x86 android build. by rsleevi@chromium.org · 13 years ago
  86. 677e4dc This patch is to enable x86 android build. by james.wei@intel.com · 13 years ago
  87. 01d894d roll yasm to 134927 by scottmg@chromium.org · 13 years ago
  88. 002318d Revert 134849 - roll yasm to 134825 by joi@chromium.org · 13 years ago
  89. 76f56cf roll yasm to 134825 by scottmg@chromium.org · 13 years ago
  90. a931dad Add missing .exe extension to yasm binary path on Windows by scottmg@chromium.org · 13 years ago
  91. 134012f Update comment to point to a commit instead of a pull request. by thakis@chromium.org · 13 years ago
  92. f3f6beb roll yasm 124750:126079 by thakis@chromium.org · 13 years ago
  93. d2cf997 Revert 124294 - Revert 124283 - roll yasm 73761:124103 by mattm@chromium.org · 13 years ago
  94. 87563cd Revert 124283 - roll yasm 73761:124103 by mattm@chromium.org · 13 years ago
  95. 003ed91 roll yasm 73761:124103 by thakis@chromium.org · 13 years ago
  96. 5565b67 clang: -Wswitch warning tweaks. by thakis@chromium.org · 13 years ago
  97. cc5c54e Disable harmless warnings for 3rdparty code: yasm. by thakis@chromium.org · 13 years ago
  98. 567d973 use EXECUTABLE_SUFFIX instead of exe_ext in yasm.gyp by scottmg@chromium.org · 13 years ago
  99. 36bbe33 Add .exe extension in gyp to fix yasm build deps. Fixes yasm always rebuilding on VS2010. by scottmg@chromium.org · 13 years ago
  100. ce06449 OpenBSD support for yasm. by mark@chromium.org · 13 years ago