]> git.saurik.com Git - cycript.git/history - Analyze.cpp
Improve support for char values (from JS strings).
[cycript.git] / Analyze.cpp
2016-01-05  Jay Freeman (saurik)Allow strings to be used as extern or field names.
2016-01-04  Jay Freeman (saurik)Allow users to tab complete struct and enum names.
2016-01-04  Jay Freeman (saurik)Analyze even more headers and added enum typedefs.
2016-01-03  Jay Freeman (saurik)Allow C++ tagless type reference, in struct field.
2016-01-03  Jay Freeman (saurik)Don't stack overflow on struct pointers in cycles.
2016-01-03  Jay Freeman (saurik)Macros have to support overriding old definitions.
2016-01-03  Jay Freeman (saurik)Add support for __int128 (though not with libffi).
2016-01-03  Jay Freeman (saurik)Use libclang to walk CXType for anonymous structs.
2016-01-03  Jay Freeman (saurik)Make Functor/struct output fancy type definitions.
2016-01-02  Jay Freeman (saurik)Update the copyright year now that 2016 has begun.
2015-12-30  Jay Freeman (saurik)Add workaround for zero-sized struct (and use it).
2015-12-23  Jay Freeman (saurik)Add (future) flags field to the bindings database.
2015-12-23  Jay Freeman (saurik)Generate functions to "bind" parameterized macros.
2015-12-23  Jay Freeman (saurik)Abstract pulling original file code into function.
2015-12-23  Jay Freeman (saurik)Work around libclang to find parameterized macros.
2015-12-23  Jay Freeman (saurik)Avoid clang_tokenize and just get the source file.
2015-12-23  Jay Freeman (saurik)Convert static inline functions into bridge stubs.
2015-12-23  Jay Freeman (saurik)Move brackets from parts to pattern: it's simpler.
2015-12-23  Jay Freeman (saurik)Use CXCursor_AsmLabelAttr to fix $INODE64 on stat.
2015-12-22  Jay Freeman (saurik)Automatically generate FFI bridges using libclang.