Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | | | | | | added pointers section | Milo Gilad | 2017-08-26 | -1/+12 | |
| | | | | | | | |||||
| * | | | | | | Added main loop section and collections library/multithreading info | Milo Gilad | 2017-08-26 | -0/+22 | |
| | | | | | | | |||||
| * | | | | | | Added other features: assertions & contract programming & error handling | Milo Gilad | 2017-08-26 | -0/+31 | |
| | | | | | | | |||||
| * | | | | | | Added reading on GObject style construction | Milo Gilad | 2017-08-26 | -0/+1 | |
| | | | | | | | |||||
| * | | | | | | Added section on generics | Milo Gilad | 2017-08-26 | -0/+15 | |
| | | | | | | | |||||
| * | | | | | | Getting type info dynamically | Milo Gilad | 2017-08-26 | -1/+10 | |
| | | | | | | | |||||
| * | | | | | | Began interface section | Milo Gilad | 2017-08-26 | -1/+16 | |
| | | | | | | | |||||
| * | | | | | | Moved interface into its own section and clarified constructor overloading | Milo Gilad | 2017-08-26 | -7/+10 | |
| | | | | | | | |||||
| * | | | | | | Small improvements | Milo Gilad | 2017-08-26 | -1/+1 | |
| | | | | | | | |||||
| * | | | | | | General spelling/grammer fixes | Milo Gilad | 2017-08-26 | -2/+3 | |
| | | | | | | | |||||
| * | | | | | | fixed interface | Milo Gilad | 2017-08-26 | -2/+3 | |
| | | | | | | | |||||
| * | | | | | | Clarifications in delegates | Milo Gilad | 2017-08-26 | -1/+1 | |
| | | | | | | | |||||
| * | | | | | | removed break statements from if-then-else | Milo Gilad | 2017-08-26 | -2/+2 | |
| | | | | | | | |||||
| * | | | | | | Added section on abstract classes/methods | Milo Gilad | 2017-08-25 | -0/+28 | |
| | | | | | | | |||||
| * | | | | | | Added inheritance | Milo Gilad | 2017-08-25 | -2/+21 | |
| | | | | | | | |||||
| * | | | | | | Added more to Properties section | Milo Gilad | 2017-08-25 | -5/+19 | |
| | | | | | | | |||||
| * | | | | | | Added properties (get and set) | Milo Gilad | 2017-08-25 | -1/+19 | |
| | | | | | | | |||||
| * | | | | | | Added section on Signals | Milo Gilad | 2017-08-25 | -0/+23 | |
| | | | | | | | |||||
| * | | | | | | General improvements | Milo Gilad | 2017-08-25 | -18/+19 | |
| | | | | | | | |||||
| * | | | | | | Added valadoc.org | Milo Gilad | 2017-08-25 | -1/+1 | |
| | | | | | | | |||||
| * | | | | | | Moved enum into structs and renamed section to structs and enums | Milo Gilad | 2017-08-25 | -7/+8 | |
| | | | | | | | |||||
| * | | | | | | Finished basic OOP | Milo Gilad | 2017-08-25 | -0/+19 | |
| | | | | | | | |||||
| * | | | | | | Merge branch 'master' of github.com:adambard/learnxinyminutes-docs | Milo Gilad | 2017-08-25 | -139/+2068 | |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Added namespaces, structs, began classes and OOP, and removed Reference Types. | Milo Gilad | 2017-08-25 | -15/+45 | |
| | | | | | | | | |||||
| * | | | | | | | Added section on functions | Milo Gilad | 2017-08-25 | -1/+50 | |
| | | | | | | | | |||||
| * | | | | | | | Added control flow section | Milo Gilad | 2017-08-25 | -0/+69 | |
| | | | | | | | | |||||
| * | | | | | | | Finished arrays section and added additional reading on GTK+ GUIs | Milo Gilad | 2017-08-25 | -1/+12 | |
| | | | | | | | | |||||
| * | | | | | | | Added more on arrays | Milo Gilad | 2017-08-25 | -0/+10 | |
| | | | | | | | | |||||
| * | | | | | | | Added arrays section | Milo Gilad | 2017-08-24 | -11/+54 | |
| | | | | | | | | |||||
| * | | | | | | | Finished basic datatypes and basic io | Milo Gilad | 2017-08-24 | -1/+27 | |
| | | | | | | | | |||||
| * | | | | | | | Comments and GNOME link | Milo Gilad | 2017-08-23 | -0/+25 | |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #2834 from wwalker/master | Pratik Karki | 2017-09-06 | -3/+3 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ruby/en_us] Ruby has "methods" not "functions" | ||||
| * | | | | | | | | Ruby has "methods" not "functions" | Wayne Walker | 2017-08-29 | -3/+3 | |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #2836 from duke-m/patch-1 | Andre Polykanine A.K.A. Menelion Elensúlë | 2017-09-05 | -2/+0 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | [perl6/en] removed the vimformation | ||||
| * | | | | | | | removed the vimformation | Mario | 2017-09-04 | -2/+0 | |
|/ / / / / / / | | | | | | | | | | | | | | | did not render resp. markdown was not upped with it | ||||
* / / / / / / | [c++/en] Added public declaration. Fixed #2805 | Andre Polykanine A.K.A. Menelion Elensúlë | 2017-08-30 | -1/+1 | |
|/ / / / / / | |||||
* | | | | | | Fix typo(#2816) | Pratik Karki | 2017-08-25 | -1/+1 | |
| | | | | | | |||||
* | | | | | | Merge pull request #2801 from hyphz/master | Pratik Karki | 2017-08-25 | -0/+331 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [Prolog/en-gb] first attempt at Prolog. | ||||
| * | | | | | | Fix filename l | Pratik Karki | 2017-08-25 | -1/+1 | |
| | | | | | | | |||||
| * | | | | | | A first try at prolog. | hyphz | 2017-07-18 | -0/+331 | |
| | | | | | | | |||||
| * | | | | | | Merge remote-tracking branch 'adambard/master' | hyphz | 2017-07-18 | -3853/+72613 | |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge remote-tracking branch 'refs/remotes/adambard/master' | Mark Green | 2016-08-14 | -62/+3359 | |
| |\ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ | Merge pull request #2817 from marciojrtorres/kotlin/pt-br | Pratik Karki | 2017-08-25 | -0/+384 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [pt-br/kotlin] pt-br translation and localization of kotlin en tutorial | ||||
| * | | | | | | | | | Fix language code suffix | Pratik Karki | 2017-08-25 | -1/+1 | |
| | | | | | | | | | | |||||
| * | | | | | | | | | pt-br translation and localization of kotlin en tutorial | marciojrtorres | 2017-07-31 | -0/+384 | |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | add filename and language | Pratik Karki | 2017-08-25 | -1/+3 | |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #2811 from saplf/master | Pratik Karki | 2017-08-25 | -0/+208 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [Red/zh-cn] Add Chinese translation of Red | ||||
| * | | | | | | | | | Update red-cn.html.markdown | Pratik Karki | 2017-08-25 | -1/+1 | |
| | | | | | | | | | | |||||
| * | | | | | | | | | Add translation of Red language with Chinese. | saplf | 2017-07-26 | -0/+208 | |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge pull request #2823 from ravinderjangra/NewLocalBranch | Pratik Karki | 2017-08-25 | -0/+22 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [csharp/en] C# 7 Feature Tuple |