index
:
dotgnu-pnet/pnet.git
DotGNU Portable.NET engine, compilers and tools (pnet)
summary
refs
log
tree
commit
diff
path:
root
/
cscc
/
cs_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-08-03
Add basic infrastructure for handling AppDomains in the engine.
Klaus Treichel
1
-1
/
+0
2007-09-20
Add support for declaring generic types and methods.
Klaus Treichel
1
-1
/
+2
2007-06-01
Fix more signed bitfield assignmants for gcc 4.2.0
Klaus Treichel
1
-1
/
+1
2007-05-24
Fix type resolution in the C# compiler.
Klaus Treichel
1
-1
/
+1
2004-07-19
Add the "-fhidebysig" and "-fhidebyname" options to cscc; the latter can
Rhys Weatherley
1
-0
/
+18
2004-07-07
Perform semantic analysis and code generation on standalone attributes
Rhys Weatherley
1
-0
/
+4
2003-11-06
Enable the "-fgenerics" option by default because the keyword ambiguities
Rhys Weatherley
1
-1
/
+1
2003-07-14
Introduce a flex scanner hack to distinguish between '<' used as
Rhys Weatherley
1
-0
/
+9
2003-06-21
Add the CSLatin1Charset flag
Gopal V
1
-0
/
+5
2003-05-31
Add the -fno-generics option to cscc
Gopal V
1
-0
/
+5
2002-08-20
Make sure that "mscorlib" and "OpenSystem.C" are linked into C applications,
Rhys Weatherley
1
-0
/
+1
2002-08-02
Get the basic structure in place to parse and output functions - still need
Rhys Weatherley
1
-0
/
+1
2002-07-31
Add a new mode to "cc_main.c" that can use the C pre-processor instead
Rhys Weatherley
1
-1
/
+1
2002-03-25
Add the "-fmetadata-only" option to the C# compiler; defer semantic
Rhys Weatherley
1
-0
/
+5
2002-03-09
Move the bulk of the C# compiler plugin out of "cscc" and into "cscc/csharp".
Rhys Weatherley
1
-1
/
+1
2002-03-09
Modify the "cscc-cs" plugin and the "csdoc" program to use the
Rhys Weatherley
1
-507
/
+27
2001-11-27
LoadLibraryFromPath: minor status check bug that was introduced when the
r.0.2.6
Rhys Weatherley
1
-1
/
+1
2001-11-25
Modify to use the simpler "ILImageLoadFromFile" API.
Rhys Weatherley
1
-31
/
+4
2001-11-16
Don't create the builtin library image if "mscorlib" is being loaded.
Rhys Weatherley
1
-1
/
+1
2001-11-15
Load library images into the C# compiler to assist with the resolution
Rhys Weatherley
1
-0
/
+188
2001-09-20
Set the "typeGather" flag during type gathering.
Rhys Weatherley
1
-0
/
+2
2001-09-05
Support for the "-mjvm" command-line option; change the default "checked"
Rhys Weatherley
1
-2
/
+15
2001-08-30
Bug fix to stop the compiler crashing when none of the input files exist.
Rhys Weatherley
1
-0
/
+7
2001-08-24
Turn on the "semAnalysis" flag during type gathering and semantic analysis,
Rhys Weatherley
1
-3
/
+20
2001-08-15
Dump modules and assemblies to the assembly stream.
Rhys Weatherley
1
-0
/
+1
2001-08-13
Initial revision
Rhys Weatherley
1
-0
/
+367