2008-06-04 Dave Dribin Fix constructor for JSKitInvocationWithRawTarget default tip
2008-06-04 Dave Dribin Upgrade to JSKit svn r9
2008-05-30 Dave Dribin Bring back the convertReturnValue optimization, on top of r7
2008-05-30 Dave Dribin Use source from jskitx svn r7
2008-05-24 Dave Dribin Allow JS function call optimization when using primitive types by avoiding ObjC boxing
2008-05-23 Dave Dribin Remove unused code, or code that is not really needed
2008-05-23 Dave Dribin Clarify that target is a weak reference
2008-05-23 Dave Dribin Remove myGlobalFunctions and use JSKitMakeFunctionWithSelector/JSKitObjCFunction exclusively
2008-05-23 Dave Dribin Remove alternate implementation of escapeText:. It was a bit slower
2008-05-23 Dave Dribin Add alternate implementation of escapeText:
2008-05-23 Dave Dribin Add a comment about performance of esacpeText:
2008-05-23 Dave Dribin Add a comment about performance of isWhitespace
2008-05-23 Dave Dribin Remove ObjC and regex version of IS_WHITESPACE
2008-05-22 Dave Dribin Properly implement IS_WHITESPACE with NSCharacterSet (with tests to prove it)
2008-05-22 Dave Dribin Use a character set to detect whitespace instead of a regex for a 50% speedup of overall parsing
2008-05-22 Dave Dribin Add JSKitObjCFunction as an optimization for calling global functions
2008-05-22 Dave Dribin Fix up whitespace
2008-05-22 Dave Dribin Add global variables for template prefix and postfix
2008-05-22 Dave Dribin Remove unnecessary dash
2008-05-22 Dave Dribin Simplify trimming logic for expressions
2008-05-22 Dave Dribin Add more control over trimming
2008-05-22 Dave Dribin Rename unit test methods
2008-05-22 Dave Dribin Hacks to compare with MGTemplate
2008-05-20 Dave Dribin Xcode weirdness
2008-05-20 Dave Dribin Optimize NSNumber conversion
2008-05-19 Dave Dribin Remove all #if 0 code
2008-05-19 Dave Dribin Remove stale outlet
2008-05-19 Dave Dribin Update copyright/license header
2008-05-19 Dave Dribin Rename OrubisTest to OrubisTemplateTest
2008-05-19 Dave Dribin More CLI refactoring
2008-05-19 Dave Dribin Refactor CLI app
2008-05-19 Dave Dribin Add --reuse to optionally reuse template
2008-05-19 Dave Dribin Slightly optimize creation of arguments array passed to ObjC
2008-05-19 Dave Dribin Optimize xmlEscapeString mainly by short circuiting NSNumbers
2008-05-19 Dave Dribin Add Evaluate menu item
2008-05-19 Dave Dribin Use http: URL instead of feed:
2008-05-19 Dave Dribin Cleanup dealloc
2008-05-19 Dave Dribin Remove duplicate declaration
2008-05-19 Dave Dribin Cache generated JavaScript source
2008-05-19 Dave Dribin Rename OrubisTemplate's input to templateSource. Use file APIs wherever it makes sense.
2008-05-19 Dave Dribin Escape titles
2008-05-19 Dave Dribin Add #pragma marks
2008-05-19 Dave Dribin Add helper methods for reading template files
2008-05-19 Dave Dribin Add date formatter helper
2008-05-19 Dave Dribin Begin implementing Orubis helper protocol, remove old Ruby code
2008-05-19 Dave Dribin Add PubSub demo
2008-05-19 Dave Dribin Rename the Orubis class to OrubisTemplate
2008-05-18 Dave Dribin Rename result to evaluate
2008-05-18 Dave Dribin Rename MyController to AppController
2008-05-18 Dave Dribin Update copyright
2008-05-18 Dave Dribin Force Monaco on outputView in awakeFromNib
2008-05-18 Dave Dribin Rename fun house product
2008-05-18 Dave Dribin Move command line app to subdirectory, and add Orubis Fun House.
2008-05-18 Dave Dribin Use custom object instead of a dictionary for global function lookup
2008-05-18 Dave Dribin Tests for booleans and number 1s
2008-05-18 Dave Dribin Add number with 1 and boolen with true
2008-05-14 Dave Dribin Fix up help output
2008-05-14 Dave Dribin Add benchmark files from Erubis
2008-05-14 Dave Dribin Load context variables only once and add --silent option for benchmarking
2008-05-14 Dave Dribin Comment out Person stuff