Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-04Fix VO for output dir folder entryGouriKumari
2019-10-23Refactor to use a dylibtherzok
2019-10-23Fix buildMarius Ungureanu
2019-10-23Only add crasher in debug buildstherzok
2019-10-23Add example of how to crash from a pinvoketherzok
2019-09-17Merge pull request #8635 from mono/performance-diagnostics-lazyMarius Ungureanu
2019-09-10Add debug command for ui thread crashKyle White
2019-09-05Add an opt in value to FeatureSwitch conditiontherzok
2019-09-05[PerfDiagnostics] Switch LeakTracker implementation behind FeatureSwitchtherzok
2019-08-27[Mac] Remove some dead code and use Xamarin.Mac constants for PInvoke signaturestherzok
2019-08-23Simplify some codetherzok
2019-08-23Reword a bittherzok
2019-08-23Add privileged run helper to sudoers.dtherzok
2019-08-23Hide command handlers from PerformanceDiagnostics addintherzok
2019-08-23[Core] Add a way to use spindump as a profiler backendtherzok
2019-08-23Update main/src/addins/PerformanceDiagnostics/PerformanceDiagnostics/Properti...Marius Ungureanu
2019-08-23Apply suggestions from code reviewMarius Ungureanu
2019-08-22Add commands to induce contrived fatal scenariosKyle White
2019-05-16Fix API usagetherzok
2019-05-16Refactor sample profiler into core, so it's reusable at different layerstherzok
2019-03-26Handle error cases for sample trace symbolicationtherzok
2019-03-25Add some more commentstherzok
2019-03-25Allow sample profiling while the IDE is lockedtherzok
2019-03-25Improve sample tool to output an instruments readable formattherzok
2019-03-25Some changes to not try to match regex twicetherzok
2019-01-29Merge remote-tracking branch 'origin/master' into pr-sandy-master-merge-of-th...Sandy Armstrong
2019-01-27[Performance] Prevent crashing when output directory of sample file does not ...Marius Ungureanu
2019-01-16Remove redundant build infrastructureMikayla Hutchinson
2019-01-16Fix UIThreadMonitorDaemon not being copiedtherzok
2019-01-13Local copy perf daemontherzok
2019-01-11Update projects for PackageReferenceMikayla Hutchinson
2018-09-19Simplify references to Gtk assemblies.Kirill Osenkov
2018-09-03Bump System.Net.Httptherzok
2018-08-02Consolidate System.ValueTuple target frameworktherzok
2018-07-30[PerformanceDiagnostics] Fix UI thread hang app not startingMatt Ward
2018-07-09Initial work on performance test suiteLluis Sanchez
2018-07-06Merge pull request #5194 from mono/simplify-resource-idsLluis Sanchez
2018-06-29[PerformanceDiagnostics] Remove startup commandMatt Ward
2018-06-29[PerformanceDiagnostics] Ensure stderr read on background thread.Matt Ward
2018-06-29[PerformanceDiagnostics] Use task to read stderr outputMatt Ward
2018-06-29[PerformanceDiagnostics] Do not use stderror when not samplingMatt Ward
2018-06-29[PerformanceDiagnostics] Retry connection back to IDEMatt Ward
2018-06-29[PerformanceDiagnostics] Fix fatal exception if socket receive failsMatt Ward
2018-06-29[PerformanceDiagnostics] Fix hang detected on force quitting IDEMatt Ward
2018-06-29[PerformanceDiagnostics] Shutdown UI thread monitor on IDE exitMatt Ward
2018-06-29[PerformanceDiagnostics] Reduce send interval for hang detectionMatt Ward
2018-06-29[PerformanceDiagnostics] No need to process samples when not samplingMatt Ward
2018-06-29[PerformanceDiagnostics] Fix fatal exception when checking processMatt Ward
2018-06-29[PerformanceDiagnostics] Removed unused stop watch timerMatt Ward
2018-06-29[PerformanceDiagnostics] Fix start/stop UI thread monitoringMatt Ward