Граф коммитов

2390 Коммитов

Автор SHA1 Сообщение Дата
Elaheh Rashedi 88b3abc6a8
fix extension tests (#2000) 2021-07-21 15:50:04 -07:00
aemseemann e64ccc8c7f
Make cache editing more robust against corner cases (#1826)
* Make cache editing more robust against corner cases

* Fix linter errors.

Co-authored-by: Martin Seemann <martin.seemann@intenta.de>
Co-authored-by: Andreea Isac <48239328+andreeis@users.noreply.github.com>
Co-authored-by: Andreea Isac <andris@microsoft.com>
2021-07-19 12:44:14 -07:00
Elaheh Rashedi 0c5dc2c0d2
modify unit test (#1997) 2021-07-15 15:27:16 -07:00
Elaheh Rashedi dc6c64bcdc
fixing smoke test (#1996)
* add CMAKE_BUILD_TYPE to Custom configure preset

* fix smoke test

* fix package.json

* check if output is visible

* cleanup the code
2021-07-15 15:01:32 -07:00
Bob Brown 7647ce007b
Update version number to 1.8.0 2021-07-14 16:51:32 -07:00
Bob Brown 781227ee30
Only one test suite per file (#1990) 2021-07-14 16:01:23 -07:00
André Moreira b090f8f42e
Preventing file index overwritting in multi-config generators (#1900)
* Preveting file index overwritting in multi-config generators

* fixing lint erros

* Fixing a typo in code model unit tests

* Clean Code and add comment

* rename CodeModelConfiguration's members

* fix the failed test

Co-authored-by: André Moreira <asouza@tecgraf.puc-rio.br>
Co-authored-by: Elaheh Rashedi <elahehrashedi@gmail.com>
2021-07-13 15:45:01 -07:00
Yonggang Luo 1aa0fb6a4d
Fixes msvc2015 detection when only vs2019 are installed. (#1955)
Currently msvc2015 detection will detected without proper Windows SDK path
so fixes it by patching the Windows SDK path
Also by the help of Andreea Isac, fix arm/aarch64 detection

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Signed-off-by: Andreea Isac <andris@microsoft.com>
2021-07-12 09:03:11 -07:00
Elaheh Rashedi 721314b3c0
adding buildPreset config to "debug" and "launch" target (#1977) 2021-07-09 16:46:10 -07:00
xisui-MSFT ebb4c09724
Remove vendor expansion (#1982)
Co-authored-by: Bob Brown <bobbrow@users.noreply.github.com>
Co-authored-by: Andreea Isac <48239328+andreeis@users.noreply.github.com>
2021-07-09 13:09:33 -07:00
Yonggang Luo 7054f41fcc
Fixes output encoding in function collectDevBatVars (#1985)
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>

Co-authored-by: Andreea Isac <48239328+andreeis@users.noreply.github.com>
2021-07-09 12:25:53 -07:00
Bob Brown 88cab19150
Updating some parsing/logging for toolset (#1973) 2021-07-09 10:23:15 -07:00
Bob Brown 6c1ab5c958
Make it clear which Kit is used in tests (#1971) 2021-07-09 10:21:59 -07:00
csigs 1faf9cc82f
Localization - Translated Strings (#1972) 2021-07-09 10:09:25 -07:00
xisui-MSFT a131ab5ed4
Add pre-commit hook to run linter before git commit (#1967) 2021-07-09 10:05:20 -07:00
Yonggang Luo 1866be7438
There is multiple source of clang, one comes from MSVC, other comes from LLVM (#1951)
Co-authored-by: Andreea Isac <48239328+andreeis@users.noreply.github.com>
2021-07-08 12:32:32 -07:00
Robert Steffens 4340352e40
Allow msvc diagnostics parser to handle warning/error formats of both cl.exe and clang-cl compiler (#517) (#1828)
Co-authored-by: Andreea Isac <48239328+andreeis@users.noreply.github.com>
2021-07-08 12:03:22 -07:00
Elaheh Rashedi c0cd2a8afe
"Inherit from configure presets" - show the "hidden" presets (#1979) 2021-07-06 17:02:40 -07:00
Bob Brown f784bd5f52
Disallow for..in for arrays (#1949) 2021-07-06 16:45:15 -07:00
Elaheh Rashedi d7810ed3a2
add CMAKE_BUILD_TYPE to Custom configure preset (#1960) 2021-07-02 15:54:35 -07:00
melak47 350b760c16
fix typo in variant docs (#1970)
Co-authored-by: Bob Brown <bobbrow@users.noreply.github.com>
2021-07-02 15:44:43 -07:00
Yonggang Luo d9f37fd671
Add parse target triple test (#1953)
Fixes https://github.com/microsoft/vscode-cmake-tools/issues/1916

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>

Co-authored-by: Andreea Isac <48239328+andreeis@users.noreply.github.com>
2021-07-02 11:27:54 -07:00
Bob Brown a05577e46b
Fix a race in the variants test (#1969)
* Add logging to debug test failure

* change logging

* Trying a sleep

* Remove logging

Co-authored-by: Andreea Isac <48239328+andreeis@users.noreply.github.com>
2021-07-01 15:40:27 -07:00
Bob Brown 763a38f379
Don't throw when unknown diagnostics appear (#1799)
* Don't throw when unknown diagnostics appear

* update test

* fix merge

Co-authored-by: Andreea Isac <48239328+andreeis@users.noreply.github.com>
2021-07-01 14:53:58 -07:00
Yonggang Luo dc483c52ba
Merge shared logging code path into getCompilerVersion (#1773)
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>

Co-authored-by: Andreea Isac <48239328+andreeis@users.noreply.github.com>
2021-07-01 14:08:10 -07:00
Yonggang Luo 975e8602a4
Add package scripts to package.json (#1752)
* Add vsce to develop dependencies

* Add package scrips to package.json
So the developer can package vscode-cmake-tools easily.

Co-authored-by: Bob Brown <bobbrow@users.noreply.github.com>
Co-authored-by: Andreea Isac <48239328+andreeis@users.noreply.github.com>
2021-07-01 12:54:54 -07:00
Bob Brown 390e7bfd08
Fix a schema problem and clean up a test issue (#1968) 2021-07-01 12:01:24 -07:00
xisui-MSFT 0c02b71d94
Add a docker container definition (#1758)
* Add a docker container definition

* resolving comments

Co-authored-by: Andreea Isac <48239328+andreeis@users.noreply.github.com>
2021-07-01 11:42:00 -07:00
Bob Brown 2e7298cc81
Fix a regression in ctestDefaultArgs (#1962) 2021-07-01 09:57:23 -07:00
csigs 3a54b805f7
Localization - Translated Strings (#1954) 2021-06-30 11:04:01 -07:00
Elaheh Rashedi b71fb38d89
Task Provider for Cmake build tasks (#1880) 2021-06-25 16:03:22 -07:00
Bob Brown f00255bfea
Follow up items from PR #1746 (#1952) 2021-06-25 10:30:21 -07:00
guestieng ac85a83bfb
added command to get the active folder of a workspace (#1715) (#1746) 2021-06-25 10:13:05 -07:00
csigs 32e0c31fc2
Localization - Translated Strings (#1950) 2021-06-25 08:50:55 -07:00
Bob Brown cea9766e30
Update schema for cacheVariables (#1935) 2021-06-24 09:53:03 -07:00
csigs c190a08b51
Localization - Translated Strings (#1948) 2021-06-24 09:50:17 -07:00
Elaheh Rashedi 134b95cd2d
locate CmakeLists.txt in root's subfolders (#1803) 2021-06-23 14:37:15 -07:00
csigs f4230120b5
Localization - Translated Strings (#1946) 2021-06-23 09:57:28 -07:00
csigs 5bbcb2c930
Localization - Translated Strings (#1944) 2021-06-22 09:39:28 -07:00
Elaheh Rashedi 0113841d38
Read cmake file API on open (#1909) 2021-06-21 11:28:58 -07:00
zariiii9003 a48d1acde6
Update debug-launch.md (#1874) 2021-06-16 10:25:53 -07:00
Elaheh Rashedi 75c91a1889
(#1 in order) upgrade the tests [ready] (#1881) 2021-06-14 11:01:00 -07:00
Andreea Isac 379856cbae
Prefer toolchain fileApi target information over parsing of flags when sending intelliSenseMode to CppTools (#1902)
* Send --target to CppTools when we have information about it

* Fixes from PR feedback.
2021-06-08 23:57:24 -07:00
Sean McManus 5c700b7e33
Update resolutions. (#1924) 2021-06-08 16:21:22 -07:00
csigs 7f5bd1659e
Localization - Translated Strings (#1889) 2021-06-08 10:19:36 -07:00
Tristan Labelle c1f11cb574
Fix more instances of offensive term. (#1919) 2021-06-07 09:48:34 -07:00
Tristan Labelle 95907d669d
Remove potentially offensive term (#1917) 2021-06-04 14:24:30 -07:00
Colen Garoutte-Carson c93c1a7ebc
Run loc pipeline always (#1908) 2021-05-27 12:23:43 -07:00
Erika 3dafd708af
Update build target (#1893) 2021-05-21 09:30:09 -07:00
Elaheh Rashedi e86a553ec2
Using eslint (#1882) 2021-05-21 09:28:27 -07:00