aboutsummaryrefslogtreecommitdiffstats
path: root/build
Commit message (Expand)AuthorAgeFilesLines
* Fix #10996, simplify offset code by forsaking ancient browsers.Mike Sherov2012-04-051-1/+2
* Update release notes version.Dave Methvin2012-03-091-3/+3
* too many undefs.Mike Sherov2012-01-281-1/+0
* Add undef:true to JSHint now that it understands hoistingMike Sherov2012-01-192-84/+189
* Improves handling of EOL whitespace error reportingRick Waldron2012-01-111-3/+3
* Reformat jshint errors to be readable; make post-compile.js write directly to...Rick Waldron2011-12-152-31/+32
* Two eq is not enough; three eq is more than we want for now.Dave Methvin2011-12-081-1/+0
* Fix #10692. JSLint is dead! Long live JSHint!Mike Sherov2011-12-084-5540/+4291
* Update release notes version.Dave Methvin2011-11-211-2/+2
* Update version.Dave Methvin2011-11-171-3/+3
* Update the version for building release notes.Dave Methvin2011-11-031-3/+3
* Landing pull request 560. Further reduce minimal header. Fixes #10553.Rick Waldron2011-10-221-1/+1
* Landing pull request 523. Adds character frequency reporting tool, use: make ...Rick Waldron2011-10-011-0/+79
* Landing pull request 511. Adding a little Makefile jQuery sizing utility to e...Corey Frang2011-09-191-0/+36
* Tagging the 1.6.3rc1 release.1.6.3rc1Dave Methvin2011-08-291-3/+3
* Removes date from minimal licenseRick Waldron2011-07-251-14/+3
* Mine and munge date from full source license headerRick Waldron2011-07-231-4/+15
* Builds minimal license header block for jquery.min.jsRick Waldron2011-07-231-3/+16
* Updating version in release notes script.John Resig2011-06-141-3/+3
* Tagging the 1.6.2rc1 release.1.6.2rc1John Resig2011-06-141-2/+2
* Adding in test case to support #9211.John Resig2011-05-111-3/+3
* Updating release note script.John Resig2011-05-031-2/+2
* Less aggressive semicolon insertion for the minified file.John Resig2011-05-021-1/+1
* Ensure that an endline is in place at the end of the minified jQuery file.John Resig2011-05-021-1/+1
* Update the UglifyJS code.John Resig2011-05-023-90/+222
* Fix bug with handling minor releases after major releases in the build script.John Resig2011-05-021-1/+1
* Add a simple script for generating the release notes of a pre-release.John Resig2011-04-272-0/+81
* Adding a Node-based release management script for pushing new releases to the...John Resig2011-04-261-0/+169
* Updating UglifyJS.John Resig2011-04-172-437/+571
* Remove sed from post-build code, due to portability issues between GNU and BS...awgy2011-02-121-0/+7
* Revert uglify.js to original and handle build changes in make fileDan Heberden2011-01-191-2/+2
* Merge branch 'master' of https://github.com/mathiasbynens/jquery into mathias...John Resig2011-01-181-2/+2
|\
| * Add missing line break after copyright header and trailing semicolon at the e...Mathias Bynens2011-01-181-2/+2
* | Weird, not sure why I got an exec error before - doesn't seem to be needed.John Resig2011-01-181-0/+0
|/
* Make sure that the UglifyJS file is executable.John Resig2011-01-181-0/+0
* Replace build system with a faster new one that uses Node and UglifyJS and ge...Colin Snover2011-01-178-6/+3032
* Handle the case where JSLint complains about arguments in try/catch already b...John Resig2010-10-171-2/+2
* Updating the copy of Google Closure Compiler.John Resig2010-10-142-0/+0
* Increase max number of JSLint errors. This is necessary because we have sever...Brandon Aaron2010-09-011-1/+1
* Added in integrated JSLint checking against the jQuery source. Just run 'make...jeresig2010-03-013-0/+5536
* Switched from using YUI Compressor to Google Compiler. Minified and Gzipped f...jeresig2009-12-182-0/+0
* Removing the old speed perf directory (the current one is in the main 'speed'...John Resig2009-10-224-3867/+0
* Cleaned out the build directory - a lot of old files that weren't being used ...John Resig2009-10-2218-3295/+0
* core: ant build - add Date and Revision to to header (just like make build)Jörn Zaefferer2009-01-181-0/+0
* core: replaced version.js build script in ant build; wasn't used in make anym...Jörn Zaefferer2009-01-181-4/+0
* core: Ant target to generate openAjaxMetadata; uses http://www.exfer.net/jque...Jörn Zaefferer2009-01-141-0/+99
* Updated the benchmarking utility to use the Yahoo homepage and a bunch of new...John Resig2009-01-122-457/+41
* Tweaked the benchmark tests.John Resig2009-01-121-1/+1
* Removed all uses of @ in the benchmarker and added a couple :not() tests.John Resig2009-01-061-7/+5
* Cleaned up the benchmarking utility (using a newer version of jQuery and fixi...John Resig2009-01-063-4142/+1705