Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plamen5kov/refactored 5.2.361 #536

Merged
merged 36 commits into from
Sep 26, 2016
Merged

Commits on Sep 14, 2016

  1. added built binaries and includes

    * need to use new APIs available in v8
    * check new API for external heap tracing
    Plamen5kov authored and petekanev committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    ee3109d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    756cbf0 View commit details
    Browse the repository at this point in the history
  3. refactored v8 api usage

    refactored sethiddenvalue/gethiddenvalue to use one method
    fixed setWeak call to use weakcallbackinfo instead of weakcallbackdata
    passed additional parameter to setWeak (revisit logic there k::parameter)
    wip (project compiles with ndk r11c)
    Plamen5kov authored and petekanev committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    7448d8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    139553f View commit details
    Browse the repository at this point in the history
  5. broke Wrap function

    the v8::ObjectTemplate->Set api now takes functionTemplate instead of func as parameter
    Plamen5kov authored and petekanev committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    ac0a9b4 View commit details
    Browse the repository at this point in the history
  6. changed weakcallbacktype options on setWeak

    * got most of the tests running by changing WeakCallbackType from ::kParameter to ::kFinalizer
    * the tests still failing are in:
    (still need to research the difference between WeakCallbackType options)
    Plamen5kov authored and petekanev committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    868918e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9c4198d View commit details
    Browse the repository at this point in the history
  8. updated armeabi-v7a binaries

    Plamen5kov authored and petekanev committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    e2a0fb5 View commit details
    Browse the repository at this point in the history
  9. updated binaries built with ndk r12b

    Plamen5kov authored and petekanev committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    4ee52c7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f72089b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1ed913c View commit details
    Browse the repository at this point in the history
  12. fix compile error

    Plamen5kov authored and petekanev committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    484da47 View commit details
    Browse the repository at this point in the history
  13. fix rebase errors

    petekanev committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    fb35bc7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0204799 View commit details
    Browse the repository at this point in the history
  15. fix build after merge

    blagoev authored and petekanev committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    d299a7d View commit details
    Browse the repository at this point in the history
  16. fix profiler with newer version of v8

    refactor setting of static metadata members to set fields and set methods separately
    set field accessors before creating the function's prototype object (we need to be sure we don't try to modify the PrototypeTemplate after the prototype object is created or it will not take effect on the created object)
    blagoev authored and petekanev committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    c27dc2a View commit details
    Browse the repository at this point in the history
  17. revert gradle to 2.10

    blagoev authored and petekanev committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    1d7cf86 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    612d3bb View commit details
    Browse the repository at this point in the history
  19. show more output from gradle

    blagoev authored and petekanev committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    9ad4c16 View commit details
    Browse the repository at this point in the history
  20. bump the gradle

    blagoev authored and petekanev committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    1efb57b View commit details
    Browse the repository at this point in the history
  21. bump gradle experimental version

    blagoev authored and petekanev committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    4c1c872 View commit details
    Browse the repository at this point in the history
  22. fixed unused warnings failing build

    blagoev authored and petekanev committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    3381f95 View commit details
    Browse the repository at this point in the history
  23. fix use after free bug

    blagoev authored and petekanev committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    e2651f2 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    330dc1b View commit details
    Browse the repository at this point in the history
  25. remove debug log

    blagoev authored and petekanev committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    1babdb5 View commit details
    Browse the repository at this point in the history
  26. enable sudo build

    blagoev authored and petekanev committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    0a982dd View commit details
    Browse the repository at this point in the history
  27. remove arena flag

    blagoev authored and petekanev committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    9ac1fa7 View commit details
    Browse the repository at this point in the history
  28. fix travis build of runtime test app

    blagoev authored and petekanev committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    23fd433 View commit details
    Browse the repository at this point in the history
  29. fix travis build again

    blagoev authored and petekanev committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    a37b604 View commit details
    Browse the repository at this point in the history
  30. output emulator logcat

    blagoev authored and petekanev committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    40e9232 View commit details
    Browse the repository at this point in the history
  31. yet another try to fix travis build

    blagoev authored and petekanev committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    3e77c36 View commit details
    Browse the repository at this point in the history
  32. remove logcat dump

    blagoev authored and petekanev committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    6f24a1e View commit details
    Browse the repository at this point in the history
  33. adb logcat print and exit

    blagoev authored and petekanev committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    88a1814 View commit details
    Browse the repository at this point in the history
  34. added readwritelock implementation

    Plamen5kov authored and petekanev committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    63629aa View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2016

  1. fix rebase

    petekanev committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    4f54cde View commit details
    Browse the repository at this point in the history
  2. fix failing tests after recent changes, introduce private API so that…

    … we can determine the bitness of the current process
    petekanev committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    f7a4144 View commit details
    Browse the repository at this point in the history