1. 16 Feb, 2021 1 commit
  2. 29 Oct, 2020 1 commit
  3. 28 Oct, 2020 2 commits
  4. 27 Oct, 2020 1 commit
  5. 14 Sep, 2020 2 commits
  6. 09 Sep, 2020 1 commit
  7. 27 Apr, 2020 1 commit
  8. 18 Dec, 2019 1 commit
  9. 27 Nov, 2019 1 commit
  10. 09 Oct, 2019 1 commit
    • Clemens Backes's avatar
      [api] Use C++14 [[deprecated]] attribute · 739bee71
      Clemens Backes authored
      Since C++14, there is a spec'ed attribute for deprecation of methods,
      functions, types, aliases or anything else.
      This CL switches from the GCC __attribute__ to this standard attribute.
      This allows to use the V8_DEPRECATED and V8_DEPRECATE_SOON macros on
      anything where the standard attribute can be used (including {using}
      statements that were not working before). It also avoids the need to
      nest the whole declaration in the macro, making the code more readable.
      
      R=adamk@chromium.org
      
      Bug: v8:9810
      Change-Id: I7adab7694af75423fb31ade2fc982dbf9c9bc699
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1847361Reviewed-by: 's avatarAdam Klein <adamk@chromium.org>
      Commit-Queue: Clemens Backes <clemensb@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#64174}
      739bee71
  11. 24 Sep, 2019 1 commit
  12. 16 Sep, 2019 1 commit
  13. 13 Sep, 2019 1 commit
  14. 22 Aug, 2019 1 commit
  15. 20 Aug, 2019 1 commit
  16. 09 Aug, 2019 1 commit
  17. 26 Jul, 2019 1 commit
  18. 22 May, 2019 1 commit
  19. 15 May, 2019 1 commit
  20. 13 May, 2019 1 commit
  21. 10 May, 2019 1 commit
  22. 08 May, 2019 1 commit
  23. 25 Apr, 2019 1 commit
  24. 24 Apr, 2019 2 commits
  25. 16 Apr, 2019 1 commit
  26. 03 Apr, 2019 1 commit
  27. 26 Mar, 2019 1 commit
  28. 18 Mar, 2019 1 commit
  29. 13 Mar, 2019 1 commit
  30. 09 Mar, 2019 1 commit
  31. 24 Jan, 2019 1 commit
  32. 09 Nov, 2018 1 commit
  33. 18 Oct, 2018 1 commit
  34. 20 Sep, 2018 1 commit
  35. 14 Sep, 2018 1 commit
  36. 17 Aug, 2018 1 commit
  37. 06 Aug, 2018 1 commit