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: clojure/clojure
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: MHOOO/clojure
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.
  • 10 commits
  • 4 files changed
  • 1 contributor

Commits on May 29, 2010

  1. - incorporate George Jahad's clojure-android commit 9caf2913a2724c38d…

    …735 to get JIT compilation running
    Thomas Karolski authored and Thomas Karolski committed May 29, 2010
    Configuration menu
    Copy the full SHA
    c31c4d1 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2010

  1. - search for .dex files when trying to load new namespaces

    Thomas Karolski authored and Thomas Karolski committed May 30, 2010
    Configuration menu
    Copy the full SHA
    860d401 View commit details
    Browse the repository at this point in the history
  2. - add targets for compiling clojure systems with dx

    Thomas Karolski authored and Thomas Karolski committed May 30, 2010
    Configuration menu
    Copy the full SHA
    cfad8df View commit details
    Browse the repository at this point in the history
  3. - try to load .dex before trying to compile from .clj

    Thomas Karolski authored and Thomas Karolski committed May 30, 2010
    Configuration menu
    Copy the full SHA
    ed8c485 View commit details
    Browse the repository at this point in the history
  4. - if loading through .dex fails, continue with trying to compile

    Thomas Karolski authored and Thomas Karolski committed May 30, 2010
    Configuration menu
    Copy the full SHA
    cd40db8 View commit details
    Browse the repository at this point in the history
  5. - changes to how to load .dex files

    Thomas Karolski authored and Thomas Karolski committed May 30, 2010
    Configuration menu
    Copy the full SHA
    ae083b9 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2010

  1. - remove code to compile the systems into .dex files

    - when compiling code, only compile the relevant .class file instead of everything in the clojure/classes dir
    - make loading of new code from .apk files in /data/data/tk.clojure possible
    Thomas Karolski authored and Thomas Karolski committed May 31, 2010
    Configuration menu
    Copy the full SHA
    18d7d31 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2010

  1. - simplify android load of files

    - no longer initialize set,xml and zip
    Thomas Karolski authored and Thomas Karolski committed Jun 4, 2010
    Configuration menu
    Copy the full SHA
    c25fbea View commit details
    Browse the repository at this point in the history
  2. - indentation fix

    Thomas Karolski authored and Thomas Karolski committed Jun 4, 2010
    Configuration menu
    Copy the full SHA
    3980225 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of git://github.com/richhickey/clojure

    Thomas Karolski authored and Thomas Karolski committed Jun 4, 2010
    Configuration menu
    Copy the full SHA
    4ae4046 View commit details
    Browse the repository at this point in the history
Loading