-
Notifications
You must be signed in to change notification settings - Fork 31
Comparing changes
Open a pull request
base repository: angular/clang-format
base: 04d945826bff21c3a74947166c69e2c6bfba95ee
head repository: angular/clang-format
compare: 41f1d0a6dae1f04ad2476daa15d989629aea373c
Commits on Apr 3, 2018
-
- use ES6 sugar, - split utility functions, - format the code with clang-fromat!
Configuration menu - View commit details
-
Copy full SHA for 219623a - Browse repository at this point
Copy the full SHA 219623aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 797c0fa - Browse repository at this point
Copy the full SHA 797c0faView commit details -
Returns the platform specific path to the clang-format executable
Configuration menu - View commit details
-
Copy full SHA for b25cd8d - Browse repository at this point
Copy the full SHA b25cd8dView commit details
Commits on Aug 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a8ad7a6 - Browse repository at this point
Copy the full SHA a8ad7a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93dad46 - Browse repository at this point
Copy the full SHA 93dad46View commit details
Commits on Jan 8, 2019
-
Fail loudly when clang-format is unavailable
Without this change, if clang-format is not available for the current platform (e.g. android_x64), running this tool has no output and exits with status 0. If clang-format is used to filter files, it would effectively empty the file. After this change, clang-format will fail with status 1 and an error message to stderr.
Configuration menu - View commit details
-
Copy full SHA for 245ffa6 - Browse repository at this point
Copy the full SHA 245ffa6View commit details
Commits on Jan 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a072e2a - Browse repository at this point
Copy the full SHA a072e2aView commit details -
build: specify version of circleci config
Follow-up that makes this config more explicit and hides a CircleCI warning saying that the version field is missing.
Configuration menu - View commit details
-
Copy full SHA for fc32c40 - Browse repository at this point
Copy the full SHA fc32c40View commit details
Commits on Mar 18, 2019
-
fix: check-clang-format not working on windows
Currently when someone runs the "check-clang-format" binary from the "clang-format" package on Windows, the script will always fail. This is because on Windows, the shebang cannot be read, and only the "PATHEXT" environment variable is respected. Therefore we can just explicitly declare that we want to run the "python" executable in the "PATH" environment variable. This ensures that the Python script can be launched properly on windows.
Configuration menu - View commit details
-
Copy full SHA for 1317a87 - Browse repository at this point
Copy the full SHA 1317a87View commit details
Commits on Dec 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4e075c1 - Browse repository at this point
Copy the full SHA 4e075c1View commit details
Commits on Jan 27, 2020
-
Adjust to new llvm-project git project layout. Fix some outdated hostname.
Configuration menu - View commit details
-
Copy full SHA for c28c014 - Browse repository at this point
Copy the full SHA c28c014View commit details -
Configuration menu - View commit details
-
Copy full SHA for 923f7e8 - Browse repository at this point
Copy the full SHA 923f7e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c506116 - Browse repository at this point
Copy the full SHA c506116View commit details -
build: do not use zlib on linux.
It cannot be statically linked, and it is not actually needed by clang-format.
Configuration menu - View commit details
-
Copy full SHA for f5b2fda - Browse repository at this point
Copy the full SHA f5b2fdaView commit details -
From latest master, around 8a6b948eb59267736a34a5deace9c7d947c63492.
Configuration menu - View commit details
-
Copy full SHA for 30cf98e - Browse repository at this point
Copy the full SHA 30cf98eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8692057 - Browse repository at this point
Copy the full SHA 8692057View commit details
Commits on Dec 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ea44b58 - Browse repository at this point
Copy the full SHA ea44b58View commit details
Commits on Aug 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 00e71e4 - Browse repository at this point
Copy the full SHA 00e71e4View commit details
Commits on Aug 11, 2021
-
build(deps): bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for eca4ddc - Browse repository at this point
Copy the full SHA eca4ddcView commit details
Commits on Aug 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0e04d88 - Browse repository at this point
Copy the full SHA 0e04d88View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9075b5 - Browse repository at this point
Copy the full SHA e9075b5View commit details
Commits on Oct 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2541066 - Browse repository at this point
Copy the full SHA 2541066View commit details
Commits on Nov 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2026be6 - Browse repository at this point
Copy the full SHA 2026be6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ac990d - Browse repository at this point
Copy the full SHA 6ac990dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3541fe6 - Browse repository at this point
Copy the full SHA 3541fe6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02ecb76 - Browse repository at this point
Copy the full SHA 02ecb76View commit details
Commits on Feb 14, 2022
-
feat: default to python3 in check-clang-format
Python 2 is no longer supported and some distributions (such as Ubuntu 20.04) ship without a working Python 2 interpreter. The Python git-clang-format script works with both Python 2 and Python 3, so this changes the check-clang-format.js script to test for Python availability and choose Python 3 if available.
Configuration menu - View commit details
-
Copy full SHA for 96ae673 - Browse repository at this point
Copy the full SHA 96ae673View commit details
Commits on Apr 11, 2022
-
yarn.lock is older than package-lock.json. Fixes: #75
Configuration menu - View commit details
-
Copy full SHA for 354dc49 - Browse repository at this point
Copy the full SHA 354dc49View commit details
Commits on Apr 13, 2022
-
fix: update async from 1.5.2. to 3.2.3
This resolves an `npm audit` warning experienced by end users.
Configuration menu - View commit details
-
Copy full SHA for 750782b - Browse repository at this point
Copy the full SHA 750782bView commit details -
feat: Mac & Linux binaries based on 596752863e27.
Windows binaries to come in a subsequent commit.
3Configuration menu - View commit details
-
Copy full SHA for 884663e - Browse repository at this point
Copy the full SHA 884663eView commit details -
git-svn integration is no longer used, so there are no more revisions.
Configuration menu - View commit details
-
Copy full SHA for 53a23b8 - Browse repository at this point
Copy the full SHA 53a23b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17ade50 - Browse repository at this point
Copy the full SHA 17ade50View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa4532a - Browse repository at this point
Copy the full SHA fa4532aView commit details
Commits on Apr 29, 2022
-
Make sure to build x86_64 binaries on Mac.
On the new ARM64 Macs, the default target architecture is ARM64. However ARM64 binaries only run on those new Macs, whereas the x86_64 run on both newer and older Macs. The longer term fix might be to have both an x86_64 and a darwin_arm64 binary.
Configuration menu - View commit details
-
Copy full SHA for f0df2e6 - Browse repository at this point
Copy the full SHA f0df2e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 140dcf5 - Browse repository at this point
Copy the full SHA 140dcf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41f1d0a - Browse repository at this point
Copy the full SHA 41f1d0aView commit details
There are no files selected for viewing
This file was deleted.