index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
dependabot/npm_and_yarn/rollup-4.22.4
main
jQuery JavaScript Library: https://github.com/jquery/jquery
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reformat jshint errors to be readable; make post-compile.js write directly to...
Rick Waldron
2011-12-15
1
-1
/
+1
*
Two eq is not enough; three eq is more than we want for now.
Dave Methvin
2011-12-08
1
-3
/
+1
*
Fix #10692. JSLint is dead! Long live JSHint!
Mike Sherov
2011-12-08
1
-6
/
+8
*
Landing pull request 586. Create exports.js for exporting jQuery to window an...
jrburke
2011-11-14
1
-1
/
+2
*
Eliminate spurious error message from `which`.
Dave Methvin
2011-11-06
1
-1
/
+1
*
Landing pull request 523. Adds character frequency reporting tool, use: make ...
Rick Waldron
2011-10-01
1
-0
/
+7
*
Removing topic.js as it will be a plugin
timmywil
2011-09-19
1
-1
/
+0
*
$.Callbacks, $.Topic and notify/progress on $.Deferred.
jaubourg
2011-09-19
1
-0
/
+2
*
Landing pull request 511. Adding a little Makefile jQuery sizing utility to e...
Corey Frang
2011-09-19
1
-2
/
+10
*
Merge branch 'master' of https://github.com/azatoth/jquery
jeresig
2011-04-12
1
-1
/
+1
|
\
|
*
Makefile: pull_submodules cleaning
Carl Fürstenberg
2011-03-22
1
-1
/
+1
*
|
Merge branch 'master' into makefile_fixes
Carl Fürstenberg
2011-03-22
1
-7
/
+17
|
\
|
|
*
merge doesn't work when init
Carl Fürstenberg
2011-03-18
1
-1
/
+9
|
*
Adding core target
Carl Fürstenberg
2011-03-18
1
-2
/
+4
|
*
updating phony rules
Carl Fürstenberg
2011-03-17
1
-1
/
+1
|
*
Change makefile order to only update submodules on 'all' target
Carl Fürstenberg
2011-03-17
1
-5
/
+6
|
*
Remove jq target
Carl Fürstenberg
2011-03-17
1
-1
/
+0
|
*
Merge when updating submodules on make
Carl Fürstenberg
2011-03-17
1
-1
/
+1
*
|
Changing dependice order for minify to prevent reminify
Carl Fürstenberg
2011-03-16
1
-2
/
+2
|
/
*
adding pull command
Carl Fürstenberg
2011-03-15
1
-0
/
+3
*
pull submodules make command
Carl Fürstenberg
2011-03-15
1
-0
/
+5
*
Introduce submodules, closes #8536
Carl Fürstenberg
2011-03-15
1
-30
/
+4
*
Moves Deferred-related code into a separate module. Context handling has been...
jaubourg
2011-03-03
1
-0
/
+1
*
Remove sed from post-build code, due to portability issues between GNU and BS...
awgy
2011-02-12
1
-2
/
+3
*
Fix Makefile to use plain sed agin. Remove unicode trickery. Thanks to danheb...
Anton M
2011-01-26
1
-2
/
+1
*
Make sure that init is run before jquery is built (avoiding weird warnings wh...
jeresig
2011-01-26
1
-13
/
+26
*
Revert "Fix Makefile to use plain sed. Remove unicode trickery"
jeresig
2011-01-24
1
-3
/
+5
*
Fix Makefile to use plain sed. Remove unicode trickery
Anton M
2011-01-24
1
-5
/
+3
*
Revert uglify.js to original and handle build changes in make file
Dan Heberden
2011-01-19
1
-1
/
+4
*
Clarify cygwin instructions slightly and swap the order of arguments to which...
Colin Snover
2011-01-17
1
-1
/
+1
*
Update Makefile to use either nodejs or node, whichever exists (Debian uses n...
Colin Snover
2011-01-17
1
-1
/
+1
*
Replace build system with a faster new one that uses Node and UglifyJS and ge...
Colin Snover
2011-01-17
1
-11
/
+4
*
Renamed src/transports to src/ajax (in case we need prefilters in the future ...
jaubourg
2011-01-06
1
-3
/
+3
*
Removed re-usability from jXHR object (no more open, send & onreadystatechang...
jaubourg
2010-12-31
1
-1
/
+0
*
Update Rakefile to remove module wrappers (feature parity with make and ant)....
Jonas Pfenniger
2010-12-30
1
-1
/
+1
*
Clean trailing whitespace from all files.
Colin Snover
2010-12-30
1
-1
/
+1
*
Replaced spaces with a tab in Makefile.
jaubourg
2010-12-10
1
-5
/
+5
*
Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be fou...
jaubourg
2010-12-09
1
-1
/
+5
*
Allow for versions with spaces in them, in the Makefile.
John Resig
2010-10-23
1
-1
/
+1
*
Updating the copy of Google Closure Compiler.
John Resig
2010-10-14
1
-1
/
+1
*
Fix broken min file header generation.
jeresig
2010-10-10
1
-2
/
+4
*
Makefile: cleanup
Carl Fürstenberg
2010-09-22
1
-20
/
+45
*
Trim out the module wrappers during the build process. Follow-up to #7011.
jeresig
2010-09-09
1
-0
/
+2
*
Minor fix to Makefile so that 'make clean' doesn't fail when run immediately ...
Richard D. Worth
2010-07-21
1
-1
/
+1
*
Simplified getting the commit date using git log --pretty. Fixed missing date...
Richard D. Worth
2010-07-21
1
-1
/
+1
*
Remove the need for the return in sizzle-jquery and just remove the attempt t...
jeresig
2010-03-01
1
-1
/
+1
*
Added in integrated JSLint checking against the jQuery source. Just run 'make...
jeresig
2010-03-01
1
-3
/
+8
*
Ignore potential error codes from Github in doing a clone. Fixes #6049.
Iraê Carvalho
2010-02-10
1
-2
/
+2
*
Add a new build mode to the Makefile that doesn't try to pull from external s...
jeresig
2010-01-28
1
-0
/
+1
*
Fixed typo in logic, also disabled function setters in this case to allow th...
jeresig
2010-01-12
1
-1
/
+1
[next]