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

1824 Коммитов

Автор SHA1 Сообщение Дата
jfrijters 4dbba1a431 Split off IKVM.OpenJDK.Remoting.dll from Misc. 2009-07-03 12:20:16 +00:00
jfrijters 0ae116f0ae Split IKVM.OpenJDK.Naming.dll off from Misc. 2009-07-03 09:56:00 +00:00
jfrijters 2d49edfbd1 Removed javax.print.ServerUI workaround that is no longer needed. 2009-07-03 07:14:13 +00:00
jfrijters ce02d8c695 Removed SystemProperties.java that is not used anymore. 2009-07-03 07:06:28 +00:00
jfrijters 2f2e69613c - Set runtime version during build, instead of computing it a runtime.
- Set OpenJDK version in openjdk.build instead of VMSystemProperty source.
2009-07-03 06:57:06 +00:00
jfrijters c3ed3aed51 Removed GNU Classpath version info. 2009-07-03 06:55:19 +00:00
jfrijters 0e0dd9b037 - Consolidated system property initialization in VMSystemProperties.
- Fixed bug that caused startup properties set with ikvm.runtime.Startup.setProperties() to be forgotten when doing a System.setProperties(null).
2009-07-03 06:40:51 +00:00
jfrijters 049ea653fe Moved startup system properties temporary cache from VMSystemProperties to Startup to allow VMSystemProperties to be private instead of internal. 2009-07-03 06:22:10 +00:00
jfrijters e45016df54 Moved gnu.classpath.Configuration to java.lang.PropertyConstants. 2009-07-03 06:09:49 +00:00
jfrijters 7a856abc0a Moved VMSystemProperties from gnu.classpath to java.lang. 2009-07-03 05:55:58 +00:00
jfrijters 82fb3d2682 Removed GNU Classpath related stuff. 2009-07-03 05:28:19 +00:00
smallsql 95b689f692 Implement the font name methods. 2009-07-02 19:34:51 +00:00
smallsql 2d86fcfdde First step of Toolkit.lazilyLoadDesktopProperty(String) 2009-07-02 18:06:09 +00:00
jfrijters cf953b8850 Split XPath off from Parse. 2009-06-29 10:30:30 +00:00
jfrijters cb4e9c37ca Added a mechanism to prevent accidentally introducing new dependencies in the OpenJDK assemblies. 2009-06-29 09:32:59 +00:00
jfrijters f6cbd1dd50 Specify -baseaddress:<address> option for all runtime assemblies. This should make ngen images more efficient. 2009-06-29 08:53:33 +00:00
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