summaryrefslogtreecommitdiffstats
path: root/core/debugger
Commit message (Expand)AuthorAgeFilesLines
* Add a new HashSet templatereduz2022-05-203-7/+7
* Replace most uses of Map by HashMapreduz2022-05-166-15/+15
* Rename profiler "Idle Time" to "Process Time"Hugo Locurcio2022-05-054-11/+11
* Merge pull request #59582 from Faless/net/4.x_tcp_explicit_pollRémi Verschelde2022-04-271-2/+4
|\
| * [Net] Make StreamPeerTCP::_poll_connection explicit.Fabio Alessandrelli2022-03-271-2/+4
* | Fix more issues found by cppcheck.bruvzg2022-04-202-2/+2
* | Fix some issues found by cppcheck.bruvzg2022-04-065-19/+20
|/
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-1/+0
* [Debugger] Move servers-related behaviours to ServersDebugger.Fabio Alessandrelli2022-02-062-13/+0
* [Debugger] Move most profilers to ServersDebugger.Fabio Alessandrelli2022-02-064-598/+27
* [Debugger] New extensible EngineProfiler class.Fabio Alessandrelli2022-02-062-0/+147
* String: Add contains().Anilforextra2022-02-041-1/+1
* Merge pull request #57526 from tavurth/bugfix/high-macos-cpu-usageRémi Verschelde2022-02-021-1/+2
|\
| * Increase RemoteDebuggerPeerTCP poll to 6.9msWill Whitty2022-02-011-1/+2
* | Vectors: Use clear() and has().Anilforextra2022-02-022-3/+3
|/
* Update copyright statements to 2022Rémi Verschelde2022-01-0312-24/+24
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* Fix incorrect encoding (Latin-1 instead of UTF-8) used in `_error_handler` fu...bruvzg2021-11-081-1/+1
* Save all 64 bits of get_ticks_msec() in more casesMax Hilbrunner2021-10-261-2/+2
* Implement toast notifications in the editorGilles Roudière2021-10-147-11/+11
* Use range iterators for `Map`Lightning_A2021-09-303-11/+11
* Use doubles for time in many other placesAaron Franke2021-08-095-31/+31
* Merge pull request #50454 from Ev1lbl0w/gsoc21-dapFabio Alessandrelli2021-08-031-2/+5
|\
| * Implemented initial DAP supportEv1lbl0w2021-08-021-2/+5
* | Use const references where possible for List range iteratorsRémi Verschelde2021-07-252-2/+2
* | Use C++ iterators for Lists in many situationsAaron Franke2021-07-233-15/+15
|/
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-2/+2
* Change behavior of String.rightTomasz Chabora2021-05-201-2/+2
* Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio2021-05-061-1/+1
* [Net] Make debugger peer less CPU intensive.Fabio Alessandrelli2021-03-161-1/+6
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-1/+1
* RemoteDebugger: Fix possible division by zeroRémi Verschelde2021-03-041-0/+1
* Modernize ThreadPedro J. Estébanez2021-01-292-9/+5
* Update copyright statements to 2021Rémi Verschelde2021-01-0112-24/+24
* Merge pull request #44593 from madmiraal/rename-mainloop-methodsRémi Verschelde2020-12-283-7/+7
|\
| * Rename MainLoop methods to match Node methodsMarcel Admiraal2020-12-223-7/+7
* | Rename empty() to is_empty()Marcel Admiraal2020-12-283-8/+8
|/
* Merge pull request #43730 from qarmin/core_drivers_default_valuesRémi Verschelde2020-11-241-1/+1
|\
| * Initialize class/struct variables with default values in core/ and drivers/Rafał Mikrut2020-11-231-1/+1
* | Fix DebuggerMarshalls errors while profilingPouleyKetchoupp2020-11-231-1/+1
|/
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-078-23/+23
* Refactor MethodBind to use variadic templatesreduz2020-10-181-1/+1
* Remove String::find_last (same as rfind)Stijn Hinlopen2020-07-032-2/+2
* Added Custom Performance Monitor and feature to read intermediate values of M...simpu2020-06-291-1/+21
* Style: Remove unnecessary semicolons from `core`Rémi Verschelde2020-05-191-3/+3
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-146-55/+103
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-148-71/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-23/+8