In overrides:
commit8d0030f20f87962133772197527ea7cf1341bd53
authorSebastien Pouliot <sebastien@ximian.com>
Tue, 17 Feb 2009 16:18:53 +0000 (17 16:18 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Tue, 17 Feb 2009 16:18:53 +0000 (17 16:18 -0000)
tree07db879299a69b06020829e5f542dec224b152d8
parent19eaa801dbcf104a36bdc61b48ae9423dc69900c
In overrides:
2008-02-17  Sebastien Pouliot  <sebastien@ximian.com>

* here goes the manual overrides files
In .:
2008-02-17  Sebastien Pouliot  <sebastien@ximian.com>

* detect-sc.cs: Tool to detect methods that *likely* needs a
[SecurityCritical] attribute to execute under the CoreCLR
* detect-ssc.cs: Tool to detect methods that *likely* needs a
[SecuritySafeCritical] attribute to execute under the CoreCLR
* find-sc.cs: Tool to extract types and methods decorated with
[SecurityCritical] in Silverlight platform code.
* merge.cs: Tool to merge the different data files into files (one
per assembly) usable by the tuner.
* PlatformCode.cs: Helpers for tools.
* CecilRocks.cs: Extension methods helpers for tools.
* Makefile: Build file. Normally only the merging should be done.
Other options needs "supervision" ;-) and store their data into
SVN to allow tracking/auditing all changes. Note: this is not (yet)
part of the main build.
* README: Documentation about the files.

svn path=/trunk/mcs/; revision=127164
mcs/tools/moon/SecurityAttributes/CecilRocks.cs [new file with mode: 0644]
mcs/tools/moon/SecurityAttributes/ChangeLog [new file with mode: 0644]
mcs/tools/moon/SecurityAttributes/Makefile [new file with mode: 0644]
mcs/tools/moon/SecurityAttributes/PlatformCode.cs [new file with mode: 0644]
mcs/tools/moon/SecurityAttributes/README [new file with mode: 0644]
mcs/tools/moon/SecurityAttributes/detect-sc.cs [new file with mode: 0644]
mcs/tools/moon/SecurityAttributes/detect-ssc.cs [new file with mode: 0644]
mcs/tools/moon/SecurityAttributes/find-sc.cs [new file with mode: 0644]
mcs/tools/moon/SecurityAttributes/merge.cs [new file with mode: 0644]
mcs/tools/moon/SecurityAttributes/overrides/ChangeLog [new file with mode: 0644]