| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-11-14 | ObjectType: capitalise Tag | Carlos Martín Nieto | |
| 2013-11-14 | Don't repeat the pkg-config line | Carlos Martín Nieto | |
| This is only needed once per package. Having it on every file makes the build system ask about it n times, which is silly. | |||
| 2013-09-12 | Camel-case constants | Carlos Martín Nieto | |
| Make the names look more like what you'd expect from Go. | |||
| 2013-09-11 | Object types are constants | Carlos Martín Nieto | |
| Define the object type values as constants | |||
| 2013-04-25 | Merge pull request #16 from Merovius/pointerrecv | Vicent Martí | |
| Give gitObject.Free a pointer-receiver | |||
| 2013-04-26 | Give gitObject.Free a pointer-receiver | Axel Wagner | |
| This is needed to get runtime.SetFinalizer to work, which expects a pointer-receiver. Without it the runtime will crash, when it tries to garbage-collect an object. | |||
| 2013-04-26 | Add String() Method to ObjectType | Axel Wagner | |
| 2013-04-18 | Ok, now with shared base object | Vicent Marti | |
| 2013-04-16 | Take 2 on polymorphism | Vicent Marti | |
