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-19[Core] Counter.AllValues: Clone the List before passiing it to ReadOnlyCollec...Manish Sinha
2019-11-19[Core] lock values before creating ReadOnlyCollection from valuesManish Sinha
2019-11-15[Core] Expose Counter.values private variable via ReadOnlyCollection propertyManish Sinha
2019-11-15[Core] Remove the ISerializable on Counter and TimerCounterrManish Sinha
2019-10-07[Core] Add missing [Serializable] attributeRodrigo Moya
2019-10-03[Core] Mark GetObjectData as virtual in Counter and override them in derivedManish Sinha
2019-10-03[Core] For control over serialization including protected fields, implement I...Manish Sinha
2019-10-03[Core] For easy reading, json serialize the counters with indentationManish Sinha
2019-09-12[Core] Straightforward nullability port in Core.Instrumentationtherzok
2019-08-27Fix teststherzok
2019-08-27[Core] Obsolete increment/decrement on Countertherzok
2019-08-27[Core] Don't use -- and ++ on the counter in memory probetherzok
2019-08-27[Core] Remove TimerCounter lastTimer tracking.therzok
2019-08-27Remove unneeded overloadtherzok
2019-08-27[Core] Simplify some TimerCounter usage to prevent unnecessary racestherzok
2019-08-27[Core] Make CounterDisplayMode depend on counter typetherzok
2019-08-27[Core] Counter.Count shouldn't be settable. The implementation is broken, as ...therzok
2019-08-27[Core] Get rid of 2 more fields per counter.therzok
2019-08-27[Core] Remove one more unused obsolete overloadtherzok
2019-08-27[Core] Fix broken CounterValue resolutiontherzok
2019-08-27[Core] Optimize CounterValue memory usage by removing ValueChange fieldtherzok
2019-08-27Some more cleanupstherzok
2019-08-27Some cleanups in counter codetherzok
2019-08-27[Core] Remove some hopefully unused counter overloadstherzok
2019-08-23[Core] Add support for json serialization of counterstherzok
2019-08-23[Core] Add API to write counter information to disktherzok
2019-04-30Revert "HOPEFULLY NOT NEEDED - Implement custom serialization as it seems lik...therzok
2019-04-30HOPEFULLY NOT NEEDED - Implement custom serialization as it seems like the de...therzok
2019-02-18Fix some service initialization issues and track api changesLluis Sanchez
2018-10-04[Telemetry] Handle the Run Configuration item correctlyiain holmes
2018-10-03[Telemetry] Classify Build/Run events by project typeiain holmes
2018-09-26[Core] Refactor timings bucketing into own classtherzok
2018-09-19[Telemetry] Add timing information for the start up sequenceiain holmes
2018-08-20[Core] Remove a Console.WriteLineiain holmes
2018-08-20[Core] Check for null before continuingiain holmes
2018-07-06Revert "[Telemetry] Temporarily pass all metadata values as strings"iain holmes
2018-07-06[Telemetry] Temporarily pass all metadata values as stringsiain holmes
2018-07-06[Telemetry] Add a copy constructoriain holmes
2018-07-06[Telemetry] Use CounterMetadata subclassesiain holmes
2018-07-05[Instrumentation] Fix crash when converting null to valuetypetherzok
2018-06-06[CounterMetadata] Add a nicer way to handle property setting for metadatatherzok
2018-06-03Merge pull request #4983 from mono/dev/davidk/fixSlowCompletionLluis Sanchez
2018-06-02Changed DebuggingText in TimerTraceList to not use recursionDavid Karlaš
2018-06-01Fix logging issue in timersLluis Sanchez
2018-06-01Added `DebuggerDisplay` for `TimerTraceList` to easily see traces while debug...David Karlaš
2018-05-25Add support for typed metadata in countersLluis Sanchez
2018-05-25Merge remote-tracking branch 'origin/master' into typed-counter-metadataLluis Sanchez
2018-05-25Track api changesLluis Sanchez
2018-05-24[Ide] Add code completion stats counterMatt Ward
2018-05-16Initial support for typed counter metadataLluis Sanchez