2013-06-23 |
Jay Freeman (saurik) | Use yet more indirection to detect iOS simulator.
|
commit | commitdiff | tree |
2013-06-23 |
Jay Freeman (saurik) | apr_pstrdup used to return NULL when passed NULL.
|
commit | commitdiff | tree |
2013-06-23 |
Jay Freeman (saurik) | Automatically fatten build, detect iOS simulator.
|
commit | commitdiff | tree |
2013-06-23 |
Jay Freeman (saurik) | Remove obsolete attempts to support the Simulator.
|
commit | commitdiff | tree |
2013-06-23 |
Jay Freeman (saurik) | Also remove VERSION from libffi #define overlap.
|
commit | commitdiff | tree |
2013-06-23 |
Jay Freeman (saurik) | Do not rely on WebKit/WebCore for WebUndefined.
|
commit | commitdiff | tree |
2013-06-23 |
Jay Freeman (saurik) | Default disable maintainer mode, require --enable.
|
commit | commitdiff | tree |
2013-06-23 |
Jay Freeman (saurik) | Find location of libcycript at runtime with dladdr.
|
commit | commitdiff | tree |
2013-06-23 |
Jay Freeman (saurik) | Verify Trampoline.t.hpp does not link to symbols.
|
commit | commitdiff | tree |
2013-06-23 |
Jay Freeman (saurik) | Correct all blocking 32/64-bit incompatibilities.
|
commit | commitdiff | tree |
2013-06-22 |
Jay Freeman (saurik) | Find all remote symbols via dyld_all_image_infos.
|
commit | commitdiff | tree |
2013-06-22 |
Jay Freeman (saurik) | Make the ARM thread setup code match i386/x86_64.
|
commit | commitdiff | tree |
2013-06-22 |
Jay Freeman (saurik) | Use x86_THREAD_STATE to detect 32/64-bit flavor.
|
commit | commitdiff | tree |
2013-06-22 |
Jay Freeman (saurik) | Add _krncall around vm_write (Substrate backport).
|
commit | commitdiff | tree |
2013-06-22 |
Jay Freeman (saurik) | Reimplement apr_pools using CYPool in libcycript.
|
commit | commitdiff | tree |
2013-06-21 |
Jay Freeman (saurik) | Replace only apr_pool_cleanup_register with CYPool.
|
commit | commitdiff | tree |
2013-06-21 |
Jay Freeman (saurik) | Replace only apr_thread_create with pthread_create.
|
commit | commitdiff | tree |
2013-06-21 |
Jay Freeman (saurik) | Replace only use of apr_strtok with manual loop.
|
commit | commitdiff | tree |
2013-06-21 |
Jay Freeman (saurik) | INSTALL should not be a symlink into Fink's /sw.
|
commit | commitdiff | tree |
2013-06-21 |
Jay Freeman (saurik) | Replace CydgetPoolParse with CydgetMemoryParse.
|
commit | commitdiff | tree |
2013-06-21 |
Jay Freeman (saurik) | Replace all apr_pool_t * usages with CYPool &.
|
commit | commitdiff | tree |
2013-06-21 |
Jay Freeman (saurik) | Remove support for parent pools from CYPool.
|
commit | commitdiff | tree |
2013-06-21 |
Jay Freeman (saurik) | Make libcycript dlsym-compatible and unversioned.
|
commit | commitdiff | tree |
2013-06-20 |
Jay Freeman (saurik) | Remove bash requirement as it is no longer needed.
|
commit | commitdiff | tree |
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 |
next |