2013-06-20 |
Jay Freeman (saurik) | Add pkg-config --cflags to CPPFLAGS, not C*FLAGS.
|
commit | commitdiff | tree |
2013-06-20 |
Jay Freeman (saurik) | Update included configure to match autoconf input.
|
commit | commitdiff | tree |
2013-06-20 |
Jay Freeman (saurik) | Remove --with-frameworks (it didn't work anyway).
|
commit | commitdiff | tree |
2013-06-20 |
Jay Freeman (saurik) | Support full compilation on Mac OS X with clang++.
|
commit | commitdiff | tree |
2013-06-20 |
Jay Freeman (saurik) | Ignore stamp-h1, a "timestamp" for config.h.
|
commit | commitdiff | tree |
2013-06-20 |
Jay Freeman (saurik) | Add -Wno-dangling-else, required by clang++ -Wall.
|
commit | commitdiff | tree |
2013-06-20 |
Jay Freeman (saurik) | Fix OBJCCXXFLAGS to OBJCXXFLAGS, removing extra C.
|
commit | commitdiff | tree |
2013-06-20 |
Jay Freeman (saurik) | Test compiler flags for every language separately.
|
commit | commitdiff | tree |
2013-06-20 |
Jay Freeman (saurik) | Add back standard GNU automake-compliant INSTALL.
|
commit | commitdiff | tree |
2013-06-20 |
Jay Freeman (saurik) | Use LDADD and LIBADD when appropriate for -l/-L.
|
commit | commitdiff | tree |
2013-06-20 |
Jay Freeman (saurik) | I should include built config.h.in for other users.
|
commit | commitdiff | tree |
2013-06-20 |
Jay Freeman (saurik) | Update included configure to match autoconf input.
|
commit | commitdiff | tree |
2013-06-20 |
Jay Freeman (saurik) | Only link libcycript against libffi (not cycript).
|
commit | commitdiff | tree |
2013-06-20 |
Jay Freeman (saurik) | Integrate GNU autoheader, and the libffi unconfig.
|
commit | commitdiff | tree |
2013-06-20 |
Jay Freeman (saurik) | Update included configure to match autoconf input.
|
commit | commitdiff | tree |
2013-06-20 |
Jay Freeman (saurik) | MacPorts installs libtoolize as glibtoolize :(.
|
commit | commitdiff | tree |
2013-06-20 |
Jay Freeman (saurik) | Only support CY_MACH if CY_EXECUTE was already on.
|
commit | commitdiff | tree |
2013-06-20 |
Jay Freeman (saurik) | Prefer JavaScriptCore to pkg-config for WebKit.
|
commit | commitdiff | tree |
2013-06-20 |
Jay Freeman (saurik) | Prevent -framework configuration multiplying LIBS.
|
commit | commitdiff | tree |
2013-06-20 |
Jay Freeman (saurik) | Solve MacPorts compatibility (add -I's to CFLAGS).
|
commit | commitdiff | tree |
2013-06-19 |
Jay Freeman (saurik) | Remove AX_CHECK_GNU_MAKE as we no longer use gmake.
|
commit | commitdiff | tree |
2013-06-19 |
Jay Freeman (saurik) | Upgrade copyright notice (2013, mk, sh, GPLv3).
|
commit | commitdiff | tree |
2013-06-17 |
Jay Freeman (saurik) | Remove Makefile.in from .gitignore (forgot that).
|
commit | commitdiff | tree |
2013-06-15 |
Jay Freeman (saurik) | Include Makefile.in to drop automake dependency.
|
commit | commitdiff | tree |
2013-06-15 |
Jay Freeman (saurik) | Don't rely on cc1obj for Objective-C struct tables.
|
commit | commitdiff | tree |
2013-06-15 |
Jay Freeman (saurik) | Clean up a couple #include and build dependencies.
|
commit | commitdiff | tree |
2013-06-15 |
Jay Freeman (saurik) | Remove XXX as cur_term is not part of readline.
|
commit | commitdiff | tree |
2013-06-15 |
Jay Freeman (saurik) | Isolate linkage of libreadline and libtermcap.
|
commit | commitdiff | tree |
2013-06-15 |
Jay Freeman (saurik) | Stop using non-portable (GNU) Makefile features.
|
commit | commitdiff | tree |
2013-06-15 |
Jay Freeman (saurik) | Generate new configure script from autoconf inputs.
|
commit | commitdiff | tree |
2013-06-15 |
Jay Freeman (saurik) | Explicitly pass empty value for in-place extension.
|
commit | commitdiff | tree |
2013-06-15 |
Jay Freeman (saurik) | Fix support for Bison >>2.3 by capitalizing path.
|
commit | commitdiff | tree |
2013-06-15 |
Jay Freeman (saurik) | Avoid libapr's .la from breaking libiconv search.
|
commit | commitdiff | tree |
2013-06-15 |
Jay Freeman (saurik) | Add libdl to the list of libraries explicitly linked.
|
commit | commitdiff | tree |
2013-06-15 |
Jay Freeman (saurik) | Fix bridge definition of UIImageJPEGRepresentation.
|
commit | commitdiff | tree |
2013-06-15 |
Jay Freeman (saurik) | Add all dependency m4 scripts to the repository.
|
commit | commitdiff | tree |
2013-06-15 |
Jay Freeman (saurik) | Protect against fall-through of color selection.
|
commit | commitdiff | tree |
2013-06-15 |
Jay Freeman (saurik) | Port build environment to automake (break -arch).
|
commit | commitdiff | tree |
2013-06-14 |
Jay Freeman (saurik) | Further improvements to the autoconf scripting.
|
commit | commitdiff | tree |
2013-06-12 |
Jay Freeman (saurik) | Simplify autogen.sh by just updating configure.ac.
|
commit | commitdiff | tree |
2013-06-12 |
Jay Freeman (saurik) | Remove a couple obsolete rules from the makefile.
|
commit | commitdiff | tree |
2013-06-12 |
Jay Freeman (saurik) | Improve isolation of ObjectiveC syntax filter code.
|
commit | commitdiff | tree |
2013-06-12 |
Jay Freeman (saurik) | Cast NSUInteger arguments to size_t for %zu format.
|
commit | commitdiff | tree |
2013-06-12 |
Jay Freeman (saurik) | Fix a couple simple C++ errors found by clang.
|
commit | commitdiff | tree |
2013-06-12 |
Jay Freeman (saurik) | Rename lex.cy.c to .cpp (it's actually a C++ file).
|
commit | commitdiff | tree |
2013-06-12 |
Jay Freeman (saurik) | Upgrade simulator compilation for Xcode 4.6 clang.
|
commit | commitdiff | tree |
2013-06-12 |
Jay Freeman (saurik) | Use explicit typed value for CYCatch error return.
|
commit | commitdiff | tree |
2013-06-12 |
Jay Freeman (saurik) | Forgot earlier yy modification: CYTypeArrayOf type.
|
commit | commitdiff | tree |
2013-05-30 |
Jay Freeman (saurik) | Fix a typo in the Bridge definition for dl_info.
|
commit | commitdiff | tree |
2013-05-30 |
Jay Freeman (saurik) | Keep usage of dlerror() from relying on dlsym().
|
commit | commitdiff | tree |
2013-05-30 |
Jay Freeman (saurik) | Cache dlsym() lookups for bridged Functor objects.
|
commit | commitdiff | tree |
2013-03-21 |
Jay Freeman (saurik) | Allow expressions as array subscripts in @encode.
|
commit | commitdiff | tree |
2012-11-07 |
Jay Freeman (saurik) | Use correct variable to verify thread state access.
|
commit | commitdiff | tree |
2012-11-07 |
Jay Freeman (saurik) | Correct incorrect escape sequence for $default grep.
|
commit | commitdiff | tree |
2012-09-23 |
Jay Freeman (saurik) | Move LexPopIn to after the terminating lexer token.
|
commit | commitdiff | tree |
2012-09-23 |
Jay Freeman (saurik) | Detect all lexer state errors, and show line number.
|
commit | commitdiff | tree |
2012-09-23 |
Jay Freeman (saurik) | Theoretically fix bug with in operators in messages.
|
commit | commitdiff | tree |
2012-09-23 |
Jay Freeman (saurik) | Parse bison output to prevent LexSetRegExp mistakes.
|
commit | commitdiff | tree |
2012-09-23 |
Jay Freeman (saurik) | Fix regex literal parsing in field/property lists.
|
commit | commitdiff | tree |
2012-09-23 |
Jay Freeman (saurik) | Fix regex literal parse after return, throw, and =>.
|
commit | commitdiff | tree |
2012-09-16 |
Jay Freeman (saurik) | Allow unnamed arguments with CYTypedParameter.
|
commit | commitdiff | tree |
2012-09-16 |
Jay Freeman (saurik) | Use CYStringify in Type.toCYON to handle quotations.
|
commit | commitdiff | tree |
2012-09-15 |
Jay Freeman (saurik) | Use new ^ syntax to bridge Blocks (with @ offset).
|
commit | commitdiff | tree |
2012-09-15 |
Jay Freeman (saurik) | Allow the use of void as a primitive data type.
|
commit | commitdiff | tree |
2012-09-15 |
Jay Freeman (saurik) | Add BOOL and bool for boolean (people use those).
|
commit | commitdiff | tree |
2012-09-15 |
Jay Freeman (saurik) | Change void to BlockLiteral in copy/dispose types.
|
commit | commitdiff | tree |
2012-09-15 |
Jay Freeman (saurik) | Add Objective-C's id type as a syntax highlight.
|
commit | commitdiff | tree |
2012-09-15 |
Jay Freeman (saurik) | Move definitions of Block datatypes to global scope.
|
commit | commitdiff | tree |
2012-09-15 |
Jay Freeman (saurik) | Factor common code out of FFI closure adapters.
|
commit | commitdiff | tree |
2012-09-15 |
Jay Freeman (saurik) | Allow Objective-C blocks as a short Functor syntax.
|
commit | commitdiff | tree |
2012-09-15 |
Jay Freeman (saurik) | Reorganize typed identifier storage for other uses.
|
commit | commitdiff | tree |
2012-09-15 |
Jay Freeman (saurik) | Allow Type objects to have associated identifiers.
|
commit | commitdiff | tree |
2012-09-15 |
Jay Freeman (saurik) | Add @encode() support and use its grammar for types.
|
commit | commitdiff | tree |
2012-09-15 |
Jay Freeman (saurik) | Add .constant to Type (although encoding is weird).
|
commit | commitdiff | tree |
2012-09-15 |
Jay Freeman (saurik) | Replace .$cyi and [#] with .pointerTo and .arrayOf.
|
commit | commitdiff | tree |
2012-09-15 |
Jay Freeman (saurik) | Move a line of code so that it matches other cases.
|
commit | commitdiff | tree |
2012-09-15 |
Jay Freeman (saurik) | Correct a simple typo in a thrown exception message.
|
commit | commitdiff | tree |
2012-09-15 |
Jay Freeman (saurik) | Support type signature flags in sig::Unparse().
|
commit | commitdiff | tree |
2012-09-15 |
Jay Freeman (saurik) | Replace TypeInstance with Class, which is not Type.
|
commit | commitdiff | tree |
2012-09-14 |
Jay Freeman (saurik) | Provide a .typeOf() to get a Type of an ObjC Class.
|
commit | commitdiff | tree |
2012-09-14 |
Jay Freeman (saurik) | Throw (don't crash) on parsing invalid specific ids.
|
commit | commitdiff | tree |
2012-09-14 |
Jay Freeman (saurik) | Move FunctionInstance_ into alphabetical order.
|
commit | commitdiff | tree |
2012-09-14 |
Jay Freeman (saurik) | We can assume that Instance() will never wrap nil.
|
commit | commitdiff | tree |
2012-09-14 |
Jay Freeman (saurik) | Export CYMakeType variants so Objective-C can call.
|
commit | commitdiff | tree |
2012-09-14 |
Jay Freeman (saurik) | Use Type as the prototype-bridge for metaclasses.
|
commit | commitdiff | tree |
2012-09-14 |
Jay Freeman (saurik) | Fix cy$getProperty so NSArray .length is primitive.
|
commit | commitdiff | tree |
2012-09-14 |
Jay Freeman (saurik) | Remove redundant implicit NSString length property.
|
commit | commitdiff | tree |
2012-09-14 |
Jay Freeman (saurik) | CYONify WebUndefined as "undefined" (fixing typo).
|
commit | commitdiff | tree |
2012-09-14 |
Jay Freeman (saurik) | Optionally return comments from lexer to highlight.
|
commit | commitdiff | tree |
2012-09-14 |
Jay Freeman (saurik) | Make minor format changes to lexer (and undefined).
|
commit | commitdiff | tree |
2012-09-13 |
Jay Freeman (saurik) | Use .toString() to CYONify Function, printing code.
|
commit | commitdiff | tree |
2012-09-13 |
Jay Freeman (saurik) | Improve definition of CYIsClass using meta classes.
|
commit | commitdiff | tree |
2012-09-13 |
Jay Freeman (saurik) | Factor checks for Instance_ as CYJSValueIsNSObject.
|
commit | commitdiff | tree |
2012-09-13 |
Jay Freeman (saurik) | Use a dummy space to handle the lower-right corner.
|
commit | commitdiff | tree |
2012-09-13 |
Jay Freeman (saurik) | Fix the implementation of cy$toJSON for primitives.
|
commit | commitdiff | tree |
2012-09-13 |
Jay Freeman (saurik) | Fix @bool .valueOf() to return boolean, not number.
|
commit | commitdiff | tree |
2012-09-13 |
Jay Freeman (saurik) | Prefer __NSCFBoolean to non-__ for iOS compatibility.
|
commit | commitdiff | tree |
2012-09-13 |
Jay Freeman (saurik) | Make devoid argument of CYImplements default false.
|
commit | commitdiff | tree |
2012-09-13 |
Jay Freeman (saurik) | Remove and compress some dead code in CYDisplayOutput.
|
commit | commitdiff | tree |
2012-09-13 |
Jay Freeman (saurik) | Use ?syntax by default and have it control input.
|
commit | commitdiff | tree |
next |