Commit Graph

61 Commits

Author SHA1 Message Date
James Strachan 0a70ed6aee added some docs 2012-03-09 11:43:23 +00:00
James Strachan 049a755e89 added a link to the github page 2012-03-09 11:43:05 +00:00
James Strachan beafb561bb improved kdoc to avoid showing duplicate functions of the same name & to show more detail in the function summary table 2012-03-09 11:28:30 +00:00
Andrey Breslav cebe80e049 Git root configured for the libraries project 2012-03-09 13:35:51 +04:00
James Strachan 6e67af66d2 used cleaner css and images 2012-03-09 09:26:48 +00:00
James Strachan cc13986b87 added missing image 2012-03-09 09:20:03 +00:00
James Strachan a05c39047a added generation of the JS API docs, though had to disable until KT-1522 is fixed 2012-03-09 08:42:44 +00:00
James Strachan 1054a4da9a added twitter bootstrap & a little home page with links to all the kool stuff 2012-03-09 08:08:50 +00:00
James Strachan 8936f45054 exposed the project version as a system property so we can use it in the tests & generation of the kdoc 2012-03-09 07:30:15 +00:00
James Strachan b5108912ee re-enabled tests by default 2012-03-09 07:12:41 +00:00
James Strachan 6d355d7be2 fixed minor bug :) 2012-03-09 07:11:19 +00:00
James Strachan bdcdf93650 Merge pull request #15 from chirino/master
stdlib enhancements around String conversions.
2012-03-08 22:48:51 -08:00
James Strachan c2000c5312 Merge pull request #16 from chirino/KT-1530
Adding check method to stdlib as detailed in KT-1530
2012-03-08 22:43:34 -08:00
Evgeny Goldin 680e1d39f9 "libraries/etc/ivyconf.xml" removed - not used any more. 2012-03-08 23:19:41 +01:00
Hiram Chirino dba869a49d Adding check method to stdlib as detailed in KT-1530 2012-03-08 15:11:51 -05:00
Hiram Chirino b8dda416f3 Remove functions which could conflict with the kotlin.assert function. 2012-03-08 14:42:41 -05:00
Hiram Chirino 488cf35aaf Added extension methods to convert String to all primitives. Also for String to ByteArray, and ByteArray to String using a character encoding and then reused in the IO extension methods to simplify. 2012-03-08 14:42:41 -05:00
Evgeny Goldin 63b293aecc "ivy-maven-plugin" removed. 2012-03-08 17:59:55 +01:00
Evgeny Goldin 2c985eb33a <kotlin-maven-plugin.version>0.2.3.8-beta-10</kotlin-maven-plugin.version> 2012-03-08 17:42:19 +01:00
Evgeny Goldin 1036c9df17 kotlin-maven-plugin "0.2.3.8-beta-9": no need to use "ivy-maven-plugin" or <systemPath>. 2012-03-08 16:41:04 +01:00
James Strachan 34a0d266d0 fixed up arrays.orEmpty() API - thanks again Stepan! 2012-03-08 14:51:09 +00:00
James Strachan db72208a91 refactored filterNulls() to filterNotNull() which is a clearer name - thanks Stepan! 2012-03-08 14:36:23 +00:00
James Strachan 8d48e3c8a8 added some docs on how to deploy the API docs 2012-03-08 12:24:31 +00:00
James Strachan 366f69b8b1 fixed up the pom so that we can do "mvn site:deploy" in the website project to redeploy the API docs 2012-03-08 12:17:51 +00:00
James Strachan b3bdfffca2 added a command line KDocCompiler so its easy to generate kdoc from command line or build tools. Also added generation of the kdoc documentation in a test case in the website project along with a simple html website 2012-03-08 12:02:30 +00:00
James Strachan cd42b6d527 fix up links to relative stylesheets 2012-03-08 12:00:52 +00:00
James Strachan bfce06cbb0 Merge branch 'master' of github.com:JetBrains/kotlin 2012-03-08 08:11:34 +00:00
James Strachan c68c298930 added website module 2012-03-08 08:10:43 +00:00
Evgeny Goldin 0a0cfcf6c5 Libraries - "kotlin-compiler" dependency added. 2012-03-08 02:29:11 +01:00
Evgeny Goldin 96fad2693e <kotlin-maven-plugin.version>0.2.3.8-beta-8</kotlin-maven-plugin.version>; "localKotlin" profile added - when activated "${kotlin-sdk}/lib" files are used. 2012-03-08 02:21:38 +01:00
James Strachan 44b2fec726 added a simple little site generator for the API docs 2012-03-07 20:13:47 +00:00
James Strachan a2b41a717e switched to UTF-8 by default for string encoding 2012-03-07 20:13:47 +00:00
James Strachan fe6268f458 merged pull request https://github.com/JetBrains/kotlin/pull/12 from ntaro with thanks! 2012-03-07 19:28:04 +00:00
James Strachan 7afe9e6fcf Merge pull request #14 from chirino/KT-1530
For KT-1530
2012-03-07 11:23:30 -08:00
James Strachan ae03192183 Merge pull request #13 from chirino/testexception
Generalize test exception catching to Throwable so that you can test for...
2012-03-07 11:22:46 -08:00
James Strachan 446541f676 upgraded to the latest mvn plugin 2012-03-07 19:17:21 +00:00
James Strachan 4f14c18aee added a few more file & stream helper methods 2012-03-07 19:16:18 +00:00
Hiram Chirino c9d6b8462d KT-1530 : stdlib should include assert and require functions to simplify precondition checking 2012-03-07 13:16:02 -05:00
Hiram Chirino 87370ba3bd Generalize test exception catching to Throwable so that you can test for RuntimeExceptions. 2012-03-07 13:14:49 -05:00
James Strachan 25ae0bb127 trying to work around compiler error 2012-03-07 18:05:00 +00:00
James Strachan 53f29c265c added some file & io helper methods 2012-03-07 17:58:58 +00:00
James Strachan 3b448bd725 initial support of [[wiklinks]] in comments which currently only works for fully qualified names (and some temporary hacks for common base packages), needs replacing with a real solver/completer though! :) 2012-03-07 12:52:51 +00:00
James Strachan 322eda917d add the apidocs to the mvn build (though temporarily requires a snapshot of the mvn plugin) 2012-03-07 12:51:53 +00:00
James Strachan cb0d5078da added some better wikilinks 2012-03-07 12:44:00 +00:00
James Strachan af93b82ed9 minor refactor to ensure a KAnnotated always has a declarationDescriptor 2012-03-07 10:39:15 +00:00
James Strachan 41f456583a added missing ivy file 2012-03-07 10:26:58 +00:00
James Strachan 585625bf2f refactored the comments to split the wiki markup into the first paragraph for the summary and the rest for the detail and to allow relative URL links to classes in wiki links 2012-03-07 10:26:53 +00:00
James Strachan a6254ec4aa fixed up comment 2012-03-07 10:26:53 +00:00
James Strachan ab8499be32 added a sample project for generating the kdoc reports via the maven plugin (snapshot version) 2012-03-07 09:53:52 +00:00
James Strachan 7af79bc31b added gitignore and pegdown version 2012-03-07 09:53:52 +00:00