summaryrefslogtreecommitdiff
path: root/buildscripts/clang_format.py
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75627: lint script changes for streams/third_party/mongocxxMatthew Normyle2023-04-201-1/+2
* SERVER-72197 Move to clang-format in v4 toolchainRyan Egesdahl2023-02-111-71/+20
* SERVER-62994 Use v4 toolchain for everything except clang formatAndrew Morrow2022-12-131-0/+1
* SERVER-68593 Disable low value python warningsAlexander Neben2022-09-021-4/+1
* SERVER-54861: Update pylint to 2.7.2David Bradford2021-03-011-4/+2
* SERVER-50592 Update mypy and GitPython pip requirementsRyan Egesdahl2020-09-011-0/+1
* SERVER-47796: Ensure linters run against enterprise modulesDavid Bradford2020-05-061-5/+23
* SERVER-45594 clang_format.py should probe Program Files for clang-format.exeMark Benvenuto2020-01-161-1/+13
* SERVER-45283 Make clang_format.py search the user's PATH variable for clang-f...Kaloian Manassiev2019-12-211-52/+37
* SERVER-43062 Verify files exist when running format-myMathew Robinson2019-09-091-0/+1
* SERVER-42498 Fix output messages from `clang_format.py`.ADAM David Alan Martin2019-08-141-3/+3
* SERVER-41771 Use `clang-format-7.0.1` in our clang-format helper scriptADAM David Alan Martin2019-07-271-41/+76
* SERVER-40559 Python linters do not run after upgrade to Python 3Mark Benvenuto2019-04-161-2/+4
* SERVER-40542 Remove references to pip2Mathew Robinson2019-04-101-1/+1
* SERVER-32295 Support Python 3Mathew Robinson2019-04-081-11/+11
* SERVER-39309 - Fix linter calls to get_merge_baseJonathan Abrahams2019-02-251-1/+1
* SERVER-39309 Create unit tests for burn_in_tests.pyJonathan Abrahams2019-02-221-1/+1
* SERVER-36193 Add format-my mode to clang_format.py to only format local changesMark Benvenuto2018-07-241-1/+13
* SERVER-23312 Python linting - Lint using pylint, pydocstyle & mypyJonathan Abrahams2018-04-051-59/+37
* SERVER-23312 Format Python files with yapfJonathan Abrahams2018-03-261-38/+75
* SERVER-22411 Clang-FormatMark Benvenuto2018-02-271-1/+1
* SERVER-28465: Refactor eslint.py and clang_format.pyMark Benvenuto2017-03-281-343/+18
* SERVER-27462 Remove Python 2.6 compatibility code from scripts in buildscript...Mark Benvenuto2017-03-091-52/+1
* SERVER-27351 clang_format.py needs to ignore deleted filesMark Benvenuto2016-12-141-0/+3
* SERVER-25737 ESLint and clang-format "lint-patch" modes can miss files with u...Mike Grundy2016-09-191-1/+1
* SERVER-25814 Do not lint the vendored gotoolsRamon Fernandez2016-08-261-1/+2
* Revert "SERVER-25814 Do not lint the js files in the tools import"Ramon Fernandez2016-08-261-2/+1
* SERVER-25814 Do not lint the js files in the tools importRamon Fernandez2016-08-251-1/+2
* SERVER-24756 make clang format downloads resistent to http errorsMatt Cotter2016-07-221-2/+14
* SERVER-24355 Add a clang_format.py missing importKaloian Manassiev2016-06-091-0/+1
* SERVER-24355 clang_format leaves temporary files around after a reformatMark Benvenuto2016-06-081-1/+10
* SERVER-24373 Support 64-bit Windows LLVMMark Benvenuto2016-06-061-3/+11
* SERVER-23914 Fix reformat-branch and improve messageMark Benvenuto2016-05-291-5/+5
* SERVER-23914 Implement reformat-branch clang-format commandMark Benvenuto2016-05-281-2/+244
* SERVER-23339 Update clang_format.py to use clang-format 3.8Mark Benvenuto2016-05-281-70/+57
* SERVER-19986 clang_format.py format fixMark Benvenuto2016-04-041-1/+1
* SERVER-19986 clang_format.py lint-patchMark Benvenuto2016-04-041-3/+13
* SERVER-19986 clang_format.py format fixMark Benvenuto2016-04-041-3/+3
* SERVER-19986 clang_format.py lint should enumerate all files for scons integr...Mark Benvenuto2016-04-041-49/+57
* SERVER-22339 Integrate JavaScript formatting into scons "lint" targetJonathan Abrahams2016-03-031-2/+4
* SERVER-22135 Take python from environment rather system default pathValentin Kuznetsov2016-01-151-1/+1
* SERVER-21981 clang_format.py should not touch files uncessarilyMark Benvenuto2015-12-231-14/+21
* SERVER-20253 clang_format.py should accept --clang-format before commandBenety Goh2015-09-031-10/+9
* SERVER-19070: Fix various clang-format issuesMartin Bligh2015-06-261-6/+11
* SERVER-19070 Make clang format script use python tarfileJonathan Reams2015-06-231-4/+17
* SERVER-18575: clang_format.pyMark Benvenuto2015-06-201-0/+592