|  |  | @255 | 19 years | cinc | Parameter checking for object pointer working. | 
            
              |  |  | @254 | 19 years | cinc | More method parameter checking. Cleaned up some of the mess from yesterday. | 
            
              |  |  | @253 | 19 years | cinc | First attempt on automatic parameter check for methods. | 
            
              |  |  | @249 | 19 years | cinc | Provide parameter info for methods for runtime type information. | 
            
              |  |  | @212 | 19 years | cinc | Removed type mismatch warning for <classname>New() macro. | 
            
              |  |  | @211 | 19 years | cinc | Output default headers into c-template file. | 
            
              |  |  | @205 | 19 years | cinc | No more warnings for wrong nomSelf parameter type | 
            
              |  |  | @204 | 19 years | cinc | Improvements | 
            
              |  |  | @202 | 19 years | cinc | Fixed duplicate metaclass name output | 
            
              |  |  | @198 | 19 years | cinc | Explicit metaclass typecast in *.h file added | 
            
              |  |  | @197 | 19 years | cinc | Explicit metaclasses not output into *.ih file | 
            
              |  |  | @195 | 19 years | cinc | Class DLLs register themselves with the garbage collector now. Some … | 
            
              |  |  | @145 | 19 years | cinc | Put class declaration at the top of header files so it's known to … | 
            
              |  |  | @138 | 19 years | cinc | Don't output NOM_ulong but gulong in header files. | 
            
              |  |  | @137 | 19 years | cinc | Don't output integer4 but gulong in header files. | 
            
              |  |  | @131 | 19 years | cinc | Remove warnings when calling inherited methods. Fixed a parameter bug … | 
            
              |  |  | @124 | 19 years | cinc | Back out patch for method redifinition warning and apply a (hopefully) … | 
            
              |  |  | @121 | 19 years | cinc | Automatically typedef pointer on classes in the *.h file. Macro to … | 
            
              |  |  | @119 | 19 years | cinc | Eliminated redefinition warning for inherited methods. | 
            
              |  |  | @118 | 19 years | cinc | Corrected return typespec for overriden methods in *.ih files. | 
            
              |  |  | @117 | 19 years | cinc | Missing parameters in declarations of overriden methods in *.ih files … | 
            
              |  |  | @116 | 19 years | cinc | Missing parameters in templates of overriden methods fixed. | 
            
              |  |  | @115 | 19 years | cinc | Fixed missing parameters in parent method calls of method templates | 
            
              |  |  | @114 | 19 years | cinc | Makros for calling overriden methods were broken. Parameters were missing | 
            
              |  |  | @100 | 19 years | cinc | Made method calls typesafe with respect to the object parameter. | 
            
              |  |  | @92 | 19 years | cinc | Orbit2 modified for use with NOM |