Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scriptease/F-Script
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: pablomarx/F-Script
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 8 files changed
  • 2 contributors

Commits on Sep 9, 2012

  1. import BlockSignature to make compilers happier.

    Steve White committed Sep 9, 2012
    Configuration menu
    Copy the full SHA
    b712155 View commit details
    Browse the repository at this point in the history
  2. xcode project migration.

    Steve White committed Sep 9, 2012
    Configuration menu
    Copy the full SHA
    dd601a4 View commit details
    Browse the repository at this point in the history
  3. ignore xcode4 project directories.

    Steve White committed Sep 9, 2012
    Configuration menu
    Copy the full SHA
    3796473 View commit details
    Browse the repository at this point in the history
  4. switch compiler to gcc 4.x

    to deal with arm assembly issue in libffi.
    Steve White committed Sep 9, 2012
    Configuration menu
    Copy the full SHA
    dcd5810 View commit details
    Browse the repository at this point in the history
  5. Make a static library target for the core FScript.

    Keep the demo app target as-is, just have it link against the static library.
    Steve White committed Sep 9, 2012
    Configuration menu
    Copy the full SHA
    921a5fd View commit details
    Browse the repository at this point in the history
  6. More static library project tweaks.

    Steve White committed Sep 9, 2012
    Configuration menu
    Copy the full SHA
    5810aad View commit details
    Browse the repository at this point in the history
  7. copy headers phase.

    Steve White committed Sep 9, 2012
    Configuration menu
    Copy the full SHA
    ab1fd6f View commit details
    Browse the repository at this point in the history
  8. Copy FSVoid+FSCompiler to public headers.

    Steve White committed Sep 9, 2012
    Configuration menu
    Copy the full SHA
    b6a6ad8 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2012

  1. Add blurb about a more interesting use.

    pablomarx committed Sep 11, 2012
    Configuration menu
    Copy the full SHA
    bd03678 View commit details
    Browse the repository at this point in the history
Loading