0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Let's be honest, this TODO file is dead. More... almost 15 years ago
zap autoconf/make build system, old interface generator (issue #3) More... almost 15 years ago
update documentation on the subject of building HOC More... almost 15 years ago
add a magic incantation to reduce executable sizes and link times by a huge factor (i.e. 1MB instead of 31MB for an unstripped binary): More... almost 15 years ago
change a path name so that tests can now be run from the main HOC directory, where the cabal file that builds the tests is located More... almost 15 years ago
add cabal build files for the samples, and fix some compile errors More... almost 15 years ago
make HOCWrap compile again More... almost 15 years ago
Have another shot at fixing the cabal build (issue #12). More... almost 15 years ago
fix a typo More... almost 15 years ago
add a flag for base 4.0 support More... over 15 years ago
Quick fix in InterfaceGenerator2 to make bindings build on ghc 6.10: adds "<4" to the "base" dependency in the generated cabal file. A more complete fix could be to add cabal file splicing and/or pragma splicing to the AdditionalCode handling system. More... over 15 years ago
Added an ObjCArgument instance for Maybe versions of all Ptr-marshalled types which maps nullPtr to Nothing. Also added test cases for this and for something else I noticed a while back (not a bug in HOC, but a bug in some experiments I had been doing with ID marshalling). It's somewhat redundant, but gives a good illustration of why certain other tests were failing in my experiments. More... over 15 years ago
Fixed argument type code for String ("*" is for C strings - should be "@" for an object - I assume this is true in GNUStep too?) More... over 15 years ago
Placed 'c-sources' line back into cabal file. I thought this had fixed ghc-6.10 builds, but it turns out the problem was deeper than I thought. More... over 15 years ago
Updated to build with ghc 6.10.1 (Issue 10) More... over 15 years ago
Merge Objective-C 2.0 branch More... over 15 years ago
Simplified previous patch for Issue 9 by replacing newly-introduced "StaticClassAndObject" typeclass with a simpler "ClassObject" typeclass. More... over 15 years ago
Fixed super calls to chain properly (Issue 9) and added tests for the fix. More... over 15 years ago
more missing {-# LANGUAGE #-} pragmas More... over 15 years ago
Try to figure out GNUstep paths More... over 15 years ago
some more missing {-# LANGUAGE #-} pragmas More... over 15 years ago
change TestFoundation to run as past of hoc-test (without relying on generated interfaces) More... over 15 years ago
add missing {-# LANGUAGE #-} pragma More... over 15 years ago
don't enable language extensions globally More... over 15 years ago
Cleanup whitespace (remove tabs) Use {-# LANGUAGE #-} in individual files instead of gobally enabling tons of extensions More... over 15 years ago
whitespace cleanup More... over 15 years ago
Build some unit tests for both the core library and the interface generator from the main HOC.cabal file. More... over 15 years ago
Assume CGFloat=float to fix build on 10.5.5 More... over 15 years ago
don't forget to add the progress reporter for the renaming phase to the list of progress bars More... over 15 years ago
Improve GNUstep compatibility (doesn't work currently) More... over 15 years ago