Граф коммитов

1608 Коммитов

Автор SHA1 Сообщение Дата
jfrijters 8684e20df1 Split XML assembly into 7 parts. With thanks to Michael Kay. 2009-06-29 08:03:51 +00:00
jfrijters 7693f933c7 sun.text package should be in Text. 2009-06-29 06:50:03 +00:00
jfrijters ca5dbdb482 Untangled circular dependency between Jdbc and Misc:
- Moved com.sun.rowset package to Jdbc
- Moved java.sql.Timestamp to Core
2009-06-29 06:39:28 +00:00
jfrijters df3b546053 Fixed dumb typo. 2009-06-29 05:06:31 +00:00
jfrijters 857a14031b On .NET 4.0 GetEnumUnderlyingType() is part of the public API. 2009-06-29 05:05:07 +00:00
jfrijters c29cba1896 Added .NET 4.0 methods to ByRefType and PointerType. 2009-06-29 05:04:36 +00:00
smallsql 4e63ff4dcf change fontSupportsDefaultEncoding 2009-06-27 21:22:19 +00:00
smallsql b6ef7dab19 implements getIcon() in ShellFolder 2009-06-27 20:43:42 +00:00
smallsql 70f80fc10f listFiles(boolean) must return instances Win32ShellFolders2 2009-06-27 17:51:28 +00:00
smallsql 54ac3bb847 Add the Win32ShellFolder to the build process 2009-06-27 15:45:05 +00:00
smallsql ab09f25798 Complete the native part of the WinShellFolder 2009-06-27 15:42:17 +00:00
jfrijters 5114e816f5 Forgot to add new file. 2009-06-27 11:05:56 +00:00
smallsql b68744dfe0 Fix different bugs in ShellFolder 2009-06-27 10:22:34 +00:00
jfrijters 9bd94eb66a Changed build to put architecture specific binaries in bin-x86 or bin-x64 directory. Note that the gcc build of libikvm-native.so still goes to bin. 2009-06-26 06:53:09 +00:00
jfrijters 3e112f43e3 Completed HasCustomAttribute encoding and changed NotImplementedException to InvalidOperationException for two encodings that were already complete. 2009-06-25 15:36:17 +00:00
jfrijters d0a196ea1d Added support for defining events. 2009-06-25 14:44:36 +00:00
jfrijters 6127c1924d Made PropertyBuilder sealed like on .NET. 2009-06-25 14:43:46 +00:00
jfrijters 3643bf7748 Skip empty lines in response file, instead of throwing an exception. 2009-06-25 09:21:12 +00:00
jfrijters bc47380664 Removed unncessary usage of reflection. 2009-06-25 09:18:45 +00:00
jfrijters 35c3f96121 Fixed GetMethodToken() and GetConstructorToken() for methods in generic type definitions. 2009-06-25 09:15:48 +00:00
jfrijters fdd1b525bc Fixed canonicalization of MethodSpec. 2009-06-25 09:09:20 +00:00
jfrijters 665b36db9b The SuppressUnmanagedCodeSecurityAttribute requires the HasSecurity flag to be set. 2009-06-25 08:58:31 +00:00
jfrijters b12dede598 Added fixup to GenericParamConstraint table. 2009-06-25 04:21:47 +00:00
jfrijters 3c8cdc0a8f - Implemented TypeBuilder.GetGenericTypeDefinition().
- Implemented GenericType.Name.
2009-06-25 04:20:46 +00:00
jfrijters 34893604d2 Fixed generic type definitions in signatures. 2009-06-25 04:16:09 +00:00
jfrijters f1b64c60bc Implemented GenericTypeParameterBuilder.SetInterfaceConstraints() and .SetGenericParameterAttributes(). 2009-06-23 14:48:12 +00:00
jfrijters abd01fdd27 Implemented support for defining generic methods. 2009-06-23 09:06:51 +00:00
jfrijters 842d8ab44a Implemented MethodBuilder.SetSignature() in preparation of generic methods. 2009-06-23 09:04:10 +00:00
smallsql 00592c77f6 Give the JDialog a border back; register sun.awt.shell.Win32ShellFolderManager2 as ShellFolderManager 2009-06-22 17:48:19 +00:00
jfrijters 8ac562430a Fixed encoding of fields in generic type instances. 2009-06-22 15:27:12 +00:00
jfrijters ea6f0a7d1d Fixed handling of TypeBuilder enums in custom attributes. 2009-06-22 15:14:37 +00:00
jfrijters 7cd3cfb0f8 Added UIntPtr and TypedReference signature encodings. 2009-06-22 15:13:11 +00:00
jfrijters 7a9e902768 Added support for pinned local variables. 2009-06-22 15:06:45 +00:00
jfrijters 165848cea1 Implemented TypeBuilder.MakePointerType(). 2009-06-22 14:51:39 +00:00
jfrijters 9605cfb009 Added non-standard API to disable the "helpful" automatic leave/endfinally instructions. 2009-06-22 08:18:41 +00:00
jfrijters 02bd9aed9e Fixed DefineInitializedData regression introduced with move from ModuleBuilder to here. 2009-06-22 07:10:41 +00:00
jfrijters d92a108203 Added TypeBuilder.GetMethod() and TypeBuilder.GetConstructor() to instantiate generic methods. 2009-06-22 07:01:29 +00:00
jfrijters 6c47095d00 - Fixed TypeBuider.GetGenericArguments() to work when there aren't any generic parameters.
- Implemented ArrayType.Name property.
2009-06-22 06:22:27 +00:00
jfrijters 8312d66ff3 Added TypeBuilder.SetParent(). 2009-06-22 06:20:00 +00:00
jfrijters f2cc2d3334 Implemented GenericTypeParameterBuilder Name and FullName properties. 2009-06-22 06:17:18 +00:00
jfrijters d8b31ed729 Added -baseaddress:<address> option to ikvmc. 2009-06-22 06:12:47 +00:00
jfrijters c6c31f7c65 Added non-standard API to set image base address on ModuleBuilder. 2009-06-22 05:52:31 +00:00
jfrijters 506629de75 I finally figured out the way to properly distinguish if a generic parameter is from a type or a method. 2009-06-22 05:31:42 +00:00
jfrijters 3adc26bd58 Moved DefineInitializedData() to TypeBuilder. 2009-06-22 05:21:29 +00:00
jfrijters 15fbf121e7 Added missing constant types and fixed nullref. 2009-06-22 05:17:57 +00:00
jfrijters 46799af3f3 Implemented MakeByRefType(). 2009-06-22 04:30:52 +00:00
smallsql b938eaaeb9 Fix a NPE with Graphics2D.setBackgound(null) 2009-06-21 20:41:30 +00:00
smallsql 4a07b62050 Win32ShellFolder2 Step 2 2009-06-21 19:22:29 +00:00
jfrijters 53953bd7e7 When unsharing the localstoresite array, mark each individual entry as shared. I don't think this was actually a bug due to the specifics of how sharing work, but it definitely was a bug waiting to happen. 2009-06-18 06:29:05 +00:00
jfrijters 1dc4224163 Removed code that is no longer used (because of the jsr/ret split off) from instruction state merging. 2009-06-18 06:27:11 +00:00