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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2015-11-19[corlib] Update long/short timepatterns. Reference source DateTimeInfo uses ↵Marek Safar
different logic for single pattern extraction. Fixes part of #36003
2015-09-21[corlib] Match es-es NumberGroupSeparator with es. Fixes #34047Marek Safar
2015-08-28[sgen] Flush after writing the protocol entryVlad Brezae
2015-06-16[mono] Update swedish months and days to be always lower cased for some ↵Marek Safar
reason cldr have them wrong. Fixes #30851
2015-05-07[tools] Fix sgen-grep-binprot after sgen code move to mono/sgenLudovic Henry
2015-05-02[tools] Add help message to sgen-grep-binprot.Jon Purdy
2015-05-01[tools] Support Booleans in sgen-grep-binprot.Jon Purdy
2015-04-30[tools] Added the beginnings of a static analysis checking tool for Mono.João Matos
This is still a big work-in-progress and not ready to be tested. It might be used in the future for custom AST static analysis of Mono source code.
2015-04-01[corlib] Update more decimal separators. Further fixes for #17615Marek Safar
2015-03-31[corlib] NumberFormatInfo from reference sourcesMarek Safar
2015-03-30[corlib] Update culture currency separatorsMarek Safar
2015-03-24[sgen] Allow skipping of entries in `sgen-grep-binprot`.Mark Probst
2015-03-18[corlib] Default Egypt calendar is gregorian. Fixes #27725Marek Safar
2015-02-05[sgen] Make sgen-grep-binprot faster.Jon Purdy
fread() spent a great deal of time locking, and we called malloc() once for each entry. Replacing fread() with read() plus manual buffering, as well as replacing malloc() with a static buffer, improves throughput by an order of magnitude. This also adds an '--input' option for reading from a stream other than standard input.
2015-02-03[corlib] DateTimeFormatInfo and friends from reference sourcesMarek Safar
2015-01-30[runtime] Add color mode to sgen-grep-binprot.Jon Purdy
When searching for a pointer with '--color' or '-c', the field in a protocol entry that matched will be highlighted; when searching for multiple pointers, they will be highlighted in different colors according to their order on the command line. When highlighting more than six pointers, colors will be reused.
2015-01-29[runtime] Fix incorrect labels in sgen-grep-binprot output.Jon Purdy
2015-01-28[runtime] Generate binary protocol functions and structure with macroLudovic Henry
You just have to edit mono/metadata/sgen-protocol-def.h to generate a new binary protocol entry type
2015-01-14[runtime] Move the monograph tool to tools/.Zoltan Varga
2014-11-26[sgen] Nicer visualization of concurrent collector pauses in gcpausevis.py.Mark Probst
2014-11-26[sgen] Separate binary protocol entries for concurrent update and finish.Mark Probst
2014-11-26[sgen] New protocol entry for processing of individual reference.Mark Probst
2014-11-26[sgen] In binary protocol grep, gray en-/dequeue must not always match.Mark Probst
2014-11-26[sgen] Count scanned objects.Mark Probst
2014-11-19[sgen] Fix binary protocol buildVlad Brezae
2014-11-14[sgen] Binary protocol entry for pin stage.Mark Probst
2014-09-22Fixup to ef94fbfd9c93ea5702e0a855bc01104217c75fa4Marius Ungureanu
Thanks @ezavaleta
2014-09-22[corlib] Update en-NZ designators. Fixes #22212Marek Safar
2014-08-14[sgen] In the GC pause visualizer histogram, label the axis.Mark Probst
2014-06-26[sgen-binprot,sgen-gray-queue] Add binary_protocol_gray_(en|de)queue and ↵Ludovic Henry
call them on object enqueuing and dequeuing
2014-06-24[sgen] Nicer sgen-grep-binprot output.Mark Probst
Indent events that are always printed so that the ones we're grepping for are more easily recognized.
2014-04-17[sgen] Make binary protocol grep work without search addresses.Mark Probst
2014-04-17[sgen] Count cards for binary protocol.Mark Probst
2014-04-17[sgen] Tool for visualizing GC pauses from binary protocols.Mark Probst
2014-04-17[sgen] Binary protocol entries for world stop/restart with timestamps.Mark Probst
2014-03-31[corlib] Filter out any right-to-left sign characters. Fixes #18522Marek Safar
2014-03-10[corlib] Update en-au pm/am designatorsMarek Safar
2014-03-09[corlib] Add .net compatible separators for es cultureMarek Safar
2014-03-07Update CLDR to version 2.4. Fixes #17615Marek Safar
2014-01-10[corlib] Update en-GB first day of week. Fixes #17151Marek Safar
2014-01-04[corlib] Update datetime patters. Fixes #17044Marek Safar
2013-11-28[sgen] Binary protocol records worker thread vs non-worker thread events.Mark Probst
2013-11-12Update currency separators. Fixes #15425Marek Safar
2013-11-12Extract CurrencyDecimalDigits using currency and not territory info. Fixes ↵Marek Safar
#15895
2013-08-22Fixes negative symbol definition for few locales to be simple -. Fixes #14185Marek Safar
2013-07-18[sgen] Binary protocol improvements.Mark Probst
Protocol domain unloads, and allow greping for vtable.
2013-07-17Fix race conditions in finalizer/weak link staging.Mark Probst
2013-04-02[sgen] Cmdline option to print all entries in sgen-grep-binprot.Mark Probst
2013-04-02[sgen] Binary protocol entry for user-forced GCs.Mark Probst
2013-03-26Update number separators for mexican and similar locales. Fixes #8084Marek Safar