projects
/
cycript.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Try to use std::streambuf instead of std::istream.
[cycript.git]
/
Makefile.in
2015-12-18
Jay Freeman (saurik)
Replace \n-tokens with LexNewLine and held tokens.
blob
|
commitdiff
|
raw
2015-12-16
Jay Freeman (saurik)
Verify lexer tokens are always default reductions.
blob
|
commitdiff
|
raw
|
diff to current
2015-12-15
Jay Freeman (saurik)
Restrict to valid escape sequences in identifiers.
blob
|
commitdiff
|
raw
|
diff to current
2015-12-13
Jay Freeman (saurik)
Allow scanner to backtrack (for UTF-8 whitespace).
blob
|
commitdiff
|
raw
|
diff to current
2015-12-09
Jay Freeman (saurik)
Allow multi-line editing and drop libedit support.
blob
|
commitdiff
|
raw
|
diff to current
2015-12-03
Jay Freeman (saurik)
Add libuv to the build (static linking for Apple).
blob
|
commitdiff
|
raw
|
diff to current
2015-12-02
Jay Freeman (saurik)
Compress lexer tables for usual download in Cydia.
blob
|
commitdiff
|
raw
|
diff to current
2015-12-02
Jay Freeman (saurik)
The grammar and lexer should not share a filename.
blob
|
commitdiff
|
raw
|
diff to current
2015-12-02
Jay Freeman (saurik)
Limit recompilation of files upon changed grammar.
blob
|
commitdiff
|
raw
|
diff to current
2015-12-01
Jay Freeman (saurik)
Fix lexer hack correctness check when more spaces.
blob
|
commitdiff
|
raw
|
diff to current
2015-11-30
Jay Freeman (saurik)
Massive changes to lexer to get template literals.
blob
|
commitdiff
|
raw
|
diff to current
2015-11-29
Jay Freeman (saurik)
Remove flex/gperf hacks (this was fixed upstream).
blob
|
commitdiff
|
raw
|
diff to current
2015-11-26
Jay Freeman (saurik)
Use -fvisibility=hidden to avoid slow symbol stub.
blob
|
commitdiff
|
raw
|
diff to current
2015-11-25
Jay Freeman (saurik)
Support most of the Unicode stuff in ECMAScript 6.
blob
|
commitdiff
|
raw
|
diff to current
2015-11-23
Jay Freeman (saurik)
Optimize for lexer performance: stop backtracking.
blob
|
commitdiff
|
raw
|
diff to current
2015-11-11
Jay Freeman (saurik)
Promote all warnings from bison to full-on errors.
blob
|
commitdiff
|
raw
|
diff to current
2015-11-10
Jay Freeman (saurik)
Fix build of cycript when using g++-fsf from Fink.
blob
|
commitdiff
|
raw
|
diff to current
2015-11-10
Jay Freeman (saurik)
Update copyright for 2015 (and it is almost 2016).
blob
|
commitdiff
|
raw
|
diff to current
2015-11-10
Jay Freeman (saurik)
Remove CY_ARCH (Substrate now handles this quirk).
blob
|
commitdiff
|
raw
|
diff to current
2015-11-10
Jay Freeman (saurik)
Upgrade to automake 1.15 (the latest one in Fink).
blob
|
commitdiff
|
raw
|
diff to current
2015-11-09
Jay Freeman (saurik)
Remove everything obsoleted by just using cynject.
blob
|
commitdiff
|
raw
|
diff to current
2015-11-09
Jay Freeman (saurik)
Use CoreFoundation in Handler to #ifdef __APPLE__.
blob
|
commitdiff
|
raw
|
diff to current
2015-11-05
Jay Freeman (saurik)
Avoid error caused by passing -pthread to libtool.
blob
|
commitdiff
|
raw
|
diff to current
2015-11-04
Jay Freeman (saurik)
Linux requires AX_PTHREAD to autodetect -lpthread.
blob
|
commitdiff
|
raw
|
diff to current
2015-11-02
Jay Freeman (saurik)
Avoid dependency hell by overriding location type.
blob
|
commitdiff
|
raw
|
diff to current
2015-11-02
Jay Freeman (saurik)
Upgrade to Bison 3.0.4 (Apple is never upgrading).
blob
|
commitdiff
|
raw
|
diff to current
2015-11-02
Jay Freeman (saurik)
Upgrade to a more recent build of libtool in Fink.
blob
|
commitdiff
|
raw
|
diff to current
2015-10-28
Jay Freeman (saurik)
Port to Substrate: use cynject (this is GPL-safe).
blob
|
commitdiff
|
raw
|
diff to current
2014-10-11
Jay Freeman (saurik)
Pass -std=c++11 in both CXXFLAGS and OBCJXXFLAGS.
blob
|
commitdiff
|
raw
|
diff to current
2014-10-11
Jay Freeman (saurik)
Update copyright for 2014 and relicense to AGPLv3.
blob
|
commitdiff
|
raw
|
diff to current
2014-10-11
Jay Freeman (saurik)
Add an empty Execute.cpp for Java support backend.
blob
|
commitdiff
|
raw
|
diff to current
2014-10-11
Jay Freeman (saurik)
Detect jni.h and link Android build against Dalvik.
blob
|
commitdiff
|
raw
|
diff to current
2014-10-11
Jay Freeman (saurik)
Remove APR dependency: getopt_long actually works.
blob
|
commitdiff
|
raw
|
diff to current
2014-08-19
Jay Freeman (saurik)
Replace -any.dylib with a check in the trampoline.
blob
|
commitdiff
|
raw
|
diff to current
2014-01-13
Jay Freeman (saurik)
Upgrade to automake version 1.14.1 (now in Fink).
blob
|
commitdiff
|
raw
|
diff to current
2014-01-12
Jay Freeman (saurik)
{Functor,Selector}.type should return @encode().
blob
|
commitdiff
|
raw
|
diff to current
2014-01-07
Jay Freeman (saurik)
Do not allow the grammar to contain conflicts.
blob
|
commitdiff
|
raw
|
diff to current
2014-01-01
Jay Freeman (saurik)
Port and package (a Cydia release) for iOS 7 ARM64.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-03
Jay Freeman (saurik)
You still need Library even when not CY_EXECUTEing.
blob
|
commitdiff
|
raw
|
diff to current
2013-09-10
Jay Freeman (saurik)
Clean up dependencies now that they are tracked.
blob
|
commitdiff
|
raw
|
diff to current
2013-09-10
Jay Freeman (saurik)
Build i386 and x86_64 architectures separately.
blob
|
commitdiff
|
raw
|
diff to current
2013-09-09
Jay Freeman (saurik)
Finish new build environment, relocatable objects.
blob
|
commitdiff
|
raw
|
diff to current
2013-09-09
Jay Freeman (saurik)
Drop -sys distinction and stabilize Xcode build.
blob
|
commitdiff
|
raw
|
diff to current
2013-09-08
Jay Freeman (saurik)
Split Xcode build environment by configure passes.
blob
|
commitdiff
|
raw
|
diff to current
2013-09-07
Jay Freeman (saurik)
Change ObjectiveC/Output.mm to straight-up C++.
blob
|
commitdiff
|
raw
|
diff to current
2013-09-06
Jay Freeman (saurik)
Add -mios-simulator-version-min for iOS Simulator.
blob
|
commitdiff
|
raw
|
diff to current
2013-07-01
Jay Freeman (saurik)
Look up path of Mac OS X SDK for Simulator build.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-23
Jay Freeman (saurik)
Update included configure to match autoconf input.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-23
Jay Freeman (saurik)
Find location of libcycript at runtime with dladdr.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-23
Jay Freeman (saurik)
Verify Trampoline.t.hpp does not link to symbols.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-22
Jay Freeman (saurik)
Reimplement apr_pools using CYPool in libcycript.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-21
Jay Freeman (saurik)
Make libcycript dlsym-compatible and unversioned.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-20
Jay Freeman (saurik)
Remove bash requirement as it is no longer needed.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-20
Jay Freeman (saurik)
Update included configure to match autoconf input.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-20
Jay Freeman (saurik)
Use LDADD and LIBADD when appropriate for -l/-L.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-20
Jay Freeman (saurik)
Update included configure to match autoconf input.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-19
Jay Freeman (saurik)
Remove AX_CHECK_GNU_MAKE as we no longer use gmake.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-19
Jay Freeman (saurik)
Upgrade copyright notice (2013, mk, sh, GPLv3).
blob
|
commitdiff
|
raw
|
diff to current
2013-06-15
Jay Freeman (saurik)
Include Makefile.in to drop automake dependency.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-15
Jay Freeman (saurik)
Port build environment to automake (break -arch).
blob
|
commitdiff
|
raw
2010-04-17
Douglas William...
Variable arguments and work with make even if make...
blob
|
commitdiff
|
raw
|
diff to current