-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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: processing/processing
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: mikechambers/processing
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 6 files changed
- 1 contributor
Commits on Jul 22, 2014
-
Added support for specifying a universal include folder.
To enable, add the following preference to your preferences.txt file: preproc.includes_path=/path/to/include/folder When this preference is specified, any .pde or .java files included in the includes folder will be available when compiling sketch files from the IDE. This allows you to place commonly used code and files in a single folder and have them avaiable to all of your Processing projects, without having to copy the files into each project directory. If the preference is not specified, is empty, or does not point to a folder, it will be ignored. Note, I basically reused code for parsing SketchCode file in Sketch.java. Ideally, this code should be refactored in a way that it can be reused (so we don't have two copies of the code).
Configuration menu - View commit details
-
Copy full SHA for 9e7b3a9 - Browse repository at this point
Copy the full SHA 9e7b3a9View commit details -
adding support for #include directive. This compiles and runs, but wi…
…ll throw an error. I need to remove the #include line after I parse it.
Configuration menu - View commit details
-
Copy full SHA for 3aed66f - Browse repository at this point
Copy the full SHA 3aed66fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7c6db3 - Browse repository at this point
Copy the full SHA b7c6db3View commit details
Commits on Jul 23, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 1bbca08 - Browse repository at this point
Copy the full SHA 1bbca08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78d4f5d - Browse repository at this point
Copy the full SHA 78d4f5dView commit details -
fixed some bugs with possible duplicate files using different relativ…
…e paths not getting caught
Configuration menu - View commit details
-
Copy full SHA for a2c6bc3 - Browse repository at this point
Copy the full SHA a2c6bc3View commit details
Commits on Jul 26, 2014
-
completely refactored include code. Moved to Sketch and not preproces…
…sing. Can not include .java files. included files now open in sketch. #include directives in include files are currently ignored.
Configuration menu - View commit details
-
Copy full SHA for af1145c - Browse repository at this point
Copy the full SHA af1145cView commit details
Commits on Jan 2, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 286c2e6 - Browse repository at this point
Copy the full SHA 286c2e6View commit details
Commits on Dec 19, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 8ffbcf7 - Browse repository at this point
Copy the full SHA 8ffbcf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 533efa3 - Browse repository at this point
Copy the full SHA 533efa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c62badd - Browse repository at this point
Copy the full SHA c62baddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3158567 - Browse repository at this point
Copy the full SHA 3158567View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master