Opentk/Source/Bind
2011-12-05 18:43:16 +00:00
..
CL Merged gl4 branch into trunk 2010-12-04 21:51:40 +00:00
Documentation Merged gw-next2 branch to trunk. 2009-06-02 15:49:39 +00:00
ES Added support for different per-language typemaps. 2011-12-02 13:12:53 +00:00
GL2 Simplified the ISpecReader interface. Ensure 'delete' directives are followed in the xml specs. 2011-12-05 14:30:40 +00:00
Properties All projects now read common AssemblyInfo items from GlobalAssemblyInfo.cs. The various AssemblyInfo.cs files now only contain project-specific information. Assembly versions are now controlled by Build.UpdateVersion. 2010-10-04 21:37:33 +00:00
Specifications Added cpp-specific typemap. 2011-12-05 18:42:13 +00:00
Structures Made the escape character for reserved keywords customizable. (C# uses '@' and Java/C++ use '_' by default). Updated the Parameter class to return escaped names by default and added a RawName parameter to access the raw names. 2011-12-05 11:49:59 +00:00
BindStreamWriter.cs Keep a reference to the file being read. 2010-12-06 22:32:11 +00:00
CppSpecWriter.cs Significant cleanups and bugfixes to the C++ wrappers. Improved typemap to use correct OpenGL types. 2011-12-05 18:43:16 +00:00
CSharpSpecWriter.cs Added documentation comments to generated enums. 2011-07-20 10:10:33 +00:00
DocProcessor.cs Merged gl4 branch into trunk 2010-12-04 21:51:40 +00:00
EnumProcessor.cs Fixed bug in acronym capitalization handling, when multiple acronyms exist in the same enum. 2011-12-05 15:16:11 +00:00
FuncProcessor.cs Use Parameter.RawName when accessing the spec xml files (these files are platform-agnostic, so parameter names are not escaped!) 2011-12-05 11:52:28 +00:00
Generator.Bind.csproj Added cpp-specific typemap. 2011-12-05 18:42:13 +00:00
IBind.cs Merged gl4 branch into trunk 2010-12-04 21:51:40 +00:00
ISpecReader.cs Simplified the ISpecReader interface. Ensure 'delete' directives are followed in the xml specs. 2011-12-05 14:30:40 +00:00
ISpecWriter.cs Added documentation comments to generated enums. 2011-07-20 10:10:33 +00:00
JavaSpecWriter.cs Do not rely on JNA types that are not available on Android. 2011-12-05 16:12:54 +00:00
Main.cs Made the escape character for reserved keywords customizable. (C# uses '@' and Java/C++ use '_' by default). Updated the Parameter class to return escaped names by default and added a RawName parameter to access the raw names. 2011-12-05 11:49:59 +00:00
Settings.cs Made the escape character for reserved keywords customizable. (C# uses '@' and Java/C++ use '_' by default). Updated the Parameter class to return escaped names by default and added a RawName parameter to access the raw names. 2011-12-05 11:49:59 +00:00
Utilities.cs Added GL and CL to Acronyms regex. 2011-12-05 18:42:38 +00:00
XmlSpecReader.cs Simplified the ISpecReader interface. Ensure 'delete' directives are followed in the xml specs. 2011-12-05 14:30:40 +00:00