Commit Graph

47 Commits

Author SHA1 Message Date
7b550748d1 Prettify documentation. v1.13 2015-02-20 03:45:45 +00:00
2a1608a299 Modify some JavaDoc to Xml. 2015-02-20 03:04:40 +00:00
eb05b5032d Implement NSDictionary.CopyTo() 2015-02-20 02:28:27 +00:00
d4b593dab0 Added all missing documentation for public methods. 2015-02-20 02:23:39 +00:00
b03717e877 Remove unused variables and disable warnings that we know are
innocuous.
2015-02-20 01:34:22 +00:00
4706f16cab Added ZIPing release. 2015-02-20 01:27:48 +00:00
583d274a5b Added automatic HTML and MonoDoc documentation generation for
Release.
2015-02-20 01:25:41 +00:00
bcc9c9c072 Add ChangeLog so it is copied on build. 2015-02-20 01:12:00 +00:00
ee056b046c Added README. 2015-02-20 01:11:13 +00:00
79ed8b39b0 * LICENSE:
* plist-cil/plist-cil.csproj:
	  Added MIT License file.

	* SvnInfo.txt:
	* plist-cil.sln:
	  Added file to keep track of mainstream Subversion
	  repository.

	* plist-cil.test/plist-cil.test.csproj:
2015-02-20 00:56:21 +00:00
3836b3549b * plist-cil/ASCIIPropertyListParser.cs:
Remove redundant items.
	Correct same ASCII exceptionfallback issue that appeared in
	  NSString.

	* plist-cil/UID.cs:
	* plist-cil/NSSet.cs:
	* plist-cil/NSDate.cs:
	* plist-cil/NSData.cs:
	* plist-cil/NSArray.cs:
	* plist-cil/NSObject.cs:
	* plist-cil/NSNumber.cs:
	* plist-cil/NSString.cs:
	* plist-cil/NSDictionary.cs:
	* plist-cil/PropertyListParser.cs:
	* plist-cil/XmlPropertyListParser.cs:
	* plist-cil/BinaryPropertyListWriter.cs:
	* plist-cil/BinaryPropertyListParser.cs:
	  Remove redundant items.
2015-02-20 00:42:40 +00:00
49afbe3bdc Reformat code. 2015-02-20 00:00:26 +00:00
46a0c3ddf3 me is @author also :p 2015-02-19 23:54:19 +00:00
5ea7c588af Different API between JUnit and NUnit made TestIssue49() fail.
Solved.
2015-02-19 23:45:44 +00:00
94db473104 Mono encoding fallback for ASCII is not failing on all
non-ASCII characters (as in issue4.plist test file).
	Implemented a simple checker.
2015-02-19 23:44:38 +00:00
d5a51de59c Solve upstream bug, does not recognize UTF-8 XML with
byte-order-mask as XML.
2015-02-19 21:54:14 +00:00
b4c08b0706 More culture corrections. 2015-02-19 21:50:29 +00:00
47726e9e7f double.ToString() should be invariantculture also. 2015-02-19 21:32:21 +00:00
0beafa904b Implement correct equality comparisors. 2015-02-19 21:30:01 +00:00
8b66e8d8aa Typo. 2015-02-19 20:43:05 +00:00
99d374fef2 Should use a serializable object type. 2015-02-19 20:37:49 +00:00
5d4a05ab08 Parse decimal comma always as '.'. 2015-02-19 20:33:49 +00:00
c244212d25 Convert unix date to .net dates.
Array.Equals() does not compare array internals but object
	reference, implement substitute.
	String.Substring() has a different API than Java, correct.
2015-02-19 20:26:05 +00:00
0189f3d859 Implement IssueTest. 2015-02-19 19:35:05 +00:00
4e037a2170 Implement ParseTest 2015-02-19 19:28:42 +00:00
3f95dd4569 Organize test-files in a folder 2015-02-19 19:01:02 +00:00
4c747653cf Add test skeleton. 2015-02-19 18:59:47 +00:00
13f8ee6d73 Added test files 2015-02-19 18:55:30 +00:00
49d3484958 Implement XmlPropertyListParser 2015-02-19 18:52:17 +00:00
018926d28a * plist-cil/UID.cs:
* plist-cil/NSData.cs:
	* plist-cil/NSDate.cs:
	* plist-cil/NSArray.cs:
	* plist-cil/NSNumber.cs:
	* plist-cil/NSString.cs:
	* plist-cil/NSObject.cs:
	* plist-cil/NSDictionary.cs:
	* plist-cil/plist-cil.csproj:
	* plist-cil/PropertyListParser.cs:
	* plist-cil/BinaryPropertyListWriter.cs:
	  Implement BinaryPropertyListWriter.

	* plist-cil/NSSet.cs:
	* plist-cil/BinaryPropertyListParser.cs:
	  Implement BinaryPropertyListWriter.
	Add way to make ordered NSSet.
2015-02-19 17:41:33 +00:00
d7d76923cb Implement BinaryPropertyListParser. 2015-02-19 11:53:13 +00:00
c5b808df06 Implement ASCIIPropertyListParser 2015-02-19 02:21:49 +00:00
7c2546a708 Implement PropertyListParser 2015-02-18 19:34:11 +00:00
21666c2df7 Implement NSObject to .NET Object and all methods on all
classes that depended on NSObject<->Object
2015-02-18 04:30:47 +00:00
688a4ca8fb Implement .NET to NSObject castings 2015-02-18 04:05:01 +00:00
6f8d344502 Implement PropertyListFormatException 2015-02-18 03:40:56 +00:00
a8ca6545b8 Implement NSDictionary 2015-02-18 03:36:41 +00:00
d0edf92707 Implement NSData. 2015-02-18 02:22:47 +00:00
fb76a40c58 Implements NSArray 2015-02-18 01:38:35 +00:00
ad6ade5f67 Implemented NSDate 2015-02-18 00:36:34 +00:00
4b622d78dc Implement UID 2015-02-17 23:40:44 +00:00
f3e59e07e1 Implemented NSSet. 2015-02-17 23:17:20 +00:00
f3363bc9dd Implement NSString. 2015-02-17 20:44:37 +00:00
8bf656ddc0 Implement NSNumber. 2015-02-17 19:40:40 +00:00
d23d45d340 Pre-implement NSObject. 2015-02-17 18:22:06 +00:00
0d604ff14a Initial commit 2015-02-16 03:35:54 +00:00
c56c4650a5 Initial commit 2015-02-16 03:35:42 +00:00