aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Reformat jshint errors to be readable; make post-compile.js write directly to...Rick Waldron2011-12-151-1/+1
* Two eq is not enough; three eq is more than we want for now.Dave Methvin2011-12-081-3/+1
* Fix #10692. JSLint is dead! Long live JSHint!Mike Sherov2011-12-081-6/+8
* Landing pull request 586. Create exports.js for exporting jQuery to window an...jrburke2011-11-141-1/+2
* Eliminate spurious error message from `which`.Dave Methvin2011-11-061-1/+1
* Landing pull request 523. Adds character frequency reporting tool, use: make ...Rick Waldron2011-10-011-0/+7
* Removing topic.js as it will be a plugintimmywil2011-09-191-1/+0
* $.Callbacks, $.Topic and notify/progress on $.Deferred.jaubourg2011-09-191-0/+2
* Landing pull request 511. Adding a little Makefile jQuery sizing utility to e...Corey Frang2011-09-191-2/+10
* Merge branch 'master' of https://github.com/azatoth/jqueryjeresig2011-04-121-1/+1
|\
| * Makefile: pull_submodules cleaningCarl Fürstenberg2011-03-221-1/+1
* | Merge branch 'master' into makefile_fixesCarl Fürstenberg2011-03-221-7/+17
|\|
| * merge doesn't work when initCarl Fürstenberg2011-03-181-1/+9
| * Adding core targetCarl Fürstenberg2011-03-181-2/+4
| * updating phony rulesCarl Fürstenberg2011-03-171-1/+1
| * Change makefile order to only update submodules on 'all' targetCarl Fürstenberg2011-03-171-5/+6
| * Remove jq targetCarl Fürstenberg2011-03-171-1/+0
| * Merge when updating submodules on makeCarl Fürstenberg2011-03-171-1/+1
* | Changing dependice order for minify to prevent reminifyCarl Fürstenberg2011-03-161-2/+2
|/
* adding pull commandCarl Fürstenberg2011-03-151-0/+3
* pull submodules make commandCarl Fürstenberg2011-03-151-0/+5
* Introduce submodules, closes #8536Carl Fürstenberg2011-03-151-30/+4
* Moves Deferred-related code into a separate module. Context handling has been...jaubourg2011-03-031-0/+1
* Remove sed from post-build code, due to portability issues between GNU and BS...awgy2011-02-121-2/+3
* Fix Makefile to use plain sed agin. Remove unicode trickery. Thanks to danheb...Anton M2011-01-261-2/+1
* Make sure that init is run before jquery is built (avoiding weird warnings wh...jeresig2011-01-261-13/+26
* Revert "Fix Makefile to use plain sed. Remove unicode trickery"jeresig2011-01-241-3/+5
* Fix Makefile to use plain sed. Remove unicode trickeryAnton M2011-01-241-5/+3
* Revert uglify.js to original and handle build changes in make fileDan Heberden2011-01-191-1/+4
* Clarify cygwin instructions slightly and swap the order of arguments to which...Colin Snover2011-01-171-1/+1
* Update Makefile to use either nodejs or node, whichever exists (Debian uses n...Colin Snover2011-01-171-1/+1
* Replace build system with a faster new one that uses Node and UglifyJS and ge...Colin Snover2011-01-171-11/+4
* Renamed src/transports to src/ajax (in case we need prefilters in the future ...jaubourg2011-01-061-3/+3
* Removed re-usability from jXHR object (no more open, send & onreadystatechang...jaubourg2010-12-311-1/+0
* Update Rakefile to remove module wrappers (feature parity with make and ant)....Jonas Pfenniger2010-12-301-1/+1
* Clean trailing whitespace from all files.Colin Snover2010-12-301-1/+1
* Replaced spaces with a tab in Makefile.jaubourg2010-12-101-5/+5
* Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be fou...jaubourg2010-12-091-1/+5
* Allow for versions with spaces in them, in the Makefile.John Resig2010-10-231-1/+1
* Updating the copy of Google Closure Compiler.John Resig2010-10-141-1/+1
* Fix broken min file header generation.jeresig2010-10-101-2/+4
* Makefile: cleanupCarl Fürstenberg2010-09-221-20/+45
* Trim out the module wrappers during the build process. Follow-up to #7011.jeresig2010-09-091-0/+2
* Minor fix to Makefile so that 'make clean' doesn't fail when run immediately ...Richard D. Worth2010-07-211-1/+1
* Simplified getting the commit date using git log --pretty. Fixed missing date...Richard D. Worth2010-07-211-1/+1
* Remove the need for the return in sizzle-jquery and just remove the attempt t...jeresig2010-03-011-1/+1
* Added in integrated JSLint checking against the jQuery source. Just run 'make...jeresig2010-03-011-3/+8
* Ignore potential error codes from Github in doing a clone. Fixes #6049.Iraê Carvalho2010-02-101-2/+2
* Add a new build mode to the Makefile that doesn't try to pull from external s...jeresig2010-01-281-0/+1
* Fixed typo in logic, also disabled function setters in this case to allow th...jeresig2010-01-121-1/+1