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

22 Коммитов

Автор SHA1 Сообщение Дата
A. Jiang 9b4a05c39a
`STL.natvis`: Simplify visualization for `mutex`/`recursive_mutex` (#3848) 2023-08-03 13:02:02 -07:00
xisui-MSFT 3e00fa3cc2
Better char vector visualization (#3772) 2023-06-15 02:41:04 -07:00
Daniel Marshall 1868694e98
Implement P2474R2 `views::repeat` (#3142)
Co-authored-by: Stephan T. Lavavej <stl@nuwen.net>
2023-01-27 19:05:45 -08:00
nicole mazzuca aeed3923f9
fix stl.natvis `std::optional<*>` (#3243)
Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
Co-authored-by: S. B. Tam <cpplearner@outlook.com>
2022-12-06 14:42:52 -08:00
Christian Mazakas fba515ca4f
Add error_code, error_category support to visualizer (#3204) 2022-12-06 14:20:41 -08:00
Jakub Mazurkiewicz bb0938b5e0
P2278R4: `cbegin` should always return a constant iterator ("Iterators" section only) (#3043)
Co-authored-by: Casey Carter <Casey@Carter.net>
Co-authored-by: Stephan T. Lavavej <stl@nuwen.net>
2022-10-24 12:14:34 -07:00
Ukilele 2ae879b73c
P2387R3 Pipe for user defined range adaptors (#2661)
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Co-authored-by: Casey Carter <Casey@Carter.net>
Co-authored-by: Stephan T. Lavavej <stl@nuwen.net>
2022-08-22 14:05:48 -07:00
Jakub Mazurkiewicz 7b5a482876
P1899R3: `views::stride` (#2981)
Co-authored-by: Stephan T. Lavavej <stl@nuwen.net>
Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
2022-08-06 18:02:00 -07:00
Anju del Moral Gonzalez 332154b803
Adding mutex, ranges, functional, any and format visualizers (#2191)
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2022-07-11 16:27:04 -07:00
Gregg Miskelly 0620026441
.natvis: Add view for unique_ptr/vector of chars (#2843) 2022-07-07 18:33:15 -07:00
Igor Zhukov ad80eb79ba
add a visualizer for `_Ref_count_obj_alloc3` and `_Ref_count_obj2` (#2811)
Co-authored-by: Stephan T. Lavavej <stl@nuwen.net>
Co-authored-by: Casey Carter <cartec69@gmail.com>
2022-06-25 16:46:56 -07:00
Igor Zhukov 6c82314e1f
drop VC 2013 visualizers (#2804) 2022-06-25 16:09:06 -07:00
Igor Zhukov b23ecba48f
fix hash_* visualizer issue (#2784) 2022-06-25 16:04:00 -07:00
Igor Zhukov ef905a528c
STL.natvis: add specializations for `shared_ptr<void>`, `weak_ptr<void>`, and `unique_ptr<void, deleter>` (#2706) 2022-05-23 17:31:44 -07:00
Michael Schellenberger Costa b7ba3ad82f
<expected> Implement P0323R12 (#2643)
Co-authored-by: Stephan T. Lavavej <stl@microsoft.com>
Co-authored-by: Casey Carter <Casey@Carter.net>
2022-05-23 17:27:44 -07:00
Adam Bucior 5d94b31587
Visualize more types (#1856)
* Visualize more types

* remove trailing whitespace

* Visualize u8string iterators

* Apply suggestions from code review

Co-authored-by: Casey Carter <cartec69@gmail.com>

Co-authored-by: Casey Carter <cartec69@gmail.com>
2021-08-05 15:14:42 -07:00
Daniel Marshall 68145cbc22
Visualise `source_location` (#1837)
* Visualise source_location

* Improve display string

* fix line endings and trailing space

* Add missing </Type>

Co-authored-by: Anju del Moral Gonzalez <judelmor@microsoft.com>
2021-05-17 15:08:42 -07:00
statementreply 18c12ab018
Visualize `spaceship_ordering` (#1855) 2021-05-07 13:45:20 -07:00
Daniel Marshall 4ee3f91e06
Visualise C++20 chrono additions (#1773)
* Visualise C++20 chrono additions

* tabs are bad

* [skip ci] oops

* Apply suggestions from code review

Co-authored-by: Casey Carter <cartec69@gmail.com>
Co-authored-by: statementreply <statementreply@gmail.com>

* Put is_negative first and change display of hms

* Apply suggestions from code review

Co-authored-by: Stephan T. Lavavej <stl@nuwen.net>

Co-authored-by: Casey Carter <cartec69@gmail.com>
Co-authored-by: statementreply <statementreply@gmail.com>
Co-authored-by: Stephan T. Lavavej <stl@nuwen.net>
2021-04-09 11:12:28 -07:00
Adam Bucior 318dcb31a4
Add visualizer for span (#1774) 2021-04-07 15:08:19 -07:00
Jonathan Emmett 62137922ab
Improve coroutine_handle visualization with intrinsics (#1785) 2021-03-29 17:36:43 -07:00
Anju del Moral Gonzalez e33832987f
Add STL.natvis (#1720)
Co-authored-by: Casey Carter <cartec69@gmail.com>
Co-authored-by: Daniel Marshall <xandan@gmail.com>
Co-authored-by: IhateTrains <IhateTrains@users.noreply.github.com>
Co-authored-by: Stephan T. Lavavej <stl@nuwen.net>
2021-03-22 17:08:25 -07:00