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

Add 64 bit support to the 3_5_X branch #6370

Merged
merged 37 commits into from
Nov 21, 2014
Merged

Commits on Nov 21, 2014

  1. Configuration menu
    Copy the full SHA
    bbc71db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df5476e View commit details
    Browse the repository at this point in the history
  3. removed unused variables

    Chee Kiat Ng authored and vishalduggal committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    8d666fc View commit details
    Browse the repository at this point in the history
  4. [TIMOB-11093] Titanium to use new TiCore

    Also removes Debugger and Profiler functionality. They will be
    incorporated as part of TIMOB-17924 and TIMOB-17925
    vishalduggal committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    b316231 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76e95f9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0413f3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bde7784 View commit details
    Browse the repository at this point in the history
  8. [TIMOB-17876] 64 bit safe code migration

    Turn on GCC_WARN_64_TO_32_BIT_CONVERSION flag and fix code for the same
    vishalduggal committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    6803ac7 View commit details
    Browse the repository at this point in the history
  9. [TIMOB-17927] Include new JSCore header path

    Modules targeting the SDK with the new JSCore will need an updated path
    to the headers
    vishalduggal committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    c4ceb07 View commit details
    Browse the repository at this point in the history
  10. [TIMOB-17929] CLI will not set VALID_ARCHS

    All supported architectures now will depend on the SDK/Xcode
    combination used to build the application
    vishalduggal committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    193e10c View commit details
    Browse the repository at this point in the history
  11. [TIMOB-18027] Cherry Pick PR 6343 into 3_5_0_64-bit

    Resolving merge conflicts here itself so it can be merged back into
    master easily
    Chee Kiat Ng authored and vishalduggal committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    2d841e7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3919fe1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f1b1ad6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    86fa63a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    db0bb98 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d8c29ad View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bc9eafb View commit details
    Browse the repository at this point in the history
  18. [TIMOB-17876] Bug Fix

    vishalduggal committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    8940112 View commit details
    Browse the repository at this point in the history
  19. [TIMOB-17876] Work around va_list issue

    This issue only occurs on 64 bit simulators
    vishalduggal committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    ad3469e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5fbf215 View commit details
    Browse the repository at this point in the history
  21. [TIMOB-17876] Bug Fix

    vishalduggal committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    3a7b555 View commit details
    Browse the repository at this point in the history
  22. [TIMOB-17929] Define architectures

    Hyper loop CLI hook needs this to be defined
    vishalduggal committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    50ffe0a View commit details
    Browse the repository at this point in the history
  23. [TIMOB-17876] Bug Fix

    vishalduggal committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    0c84d32 View commit details
    Browse the repository at this point in the history
  24. [TIMOB-17876] Bug Fix

    vishalduggal committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    f95be63 View commit details
    Browse the repository at this point in the history
  25. Fixed logic and misc type errors

    Chee Kiat Ng authored and vishalduggal committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    1b05fc9 View commit details
    Browse the repository at this point in the history
  26. Fix API misuse errors

    Chee Kiat Ng authored and vishalduggal committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    04f4cf9 View commit details
    Browse the repository at this point in the history
  27. Some Fixes

    Chee Kiat Ng authored and vishalduggal committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    b9a7fe5 View commit details
    Browse the repository at this point in the history
  28. Merge commit 54c19a7 into 3_5_0_64-bit

    Chee Kiat Ng authored and vishalduggal committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    6df7359 View commit details
    Browse the repository at this point in the history
  29. Removed autorelease on init function

    Chee Kiat Ng authored and vishalduggal committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    94a96b8 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    f006719 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    bbafd9c View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    c95cc26 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    e487bd6 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    bfbcb15 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    73c8c22 View commit details
    Browse the repository at this point in the history
  36. Bump Version to 3.5.0

    vishalduggal committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    1a2157a View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    37e2206 View commit details
    Browse the repository at this point in the history