Earlier this year
-
r181
(Lots of organization for the Great Build-Out) committed by njvack
- Lots of organization for the Great Build-Out
Lots of organization for the Great Build-Out
-
r180
(Checking in a mess I'm gonna move) committed by njvack
- Checking in a mess I'm gonna move
Checking in a mess I'm gonna move
-
-
r178
(Massive rename refactor -- Eprime module is now called Optim...) committed by njvack
- Massive rename refactor -- Eprime module is now called Optimus
Massive rename refactor -- Eprime module is now called Optimus
-
r177
(Fixed comment preamble in spec) committed by njvack
- Fixed comment preamble in spec
Fixed comment preamble in spec
-
r176
(Made basic transformation with different row filters (the co...) committed by njvack
- Made basic transformation with different row filters (the common case) faster -- won't need to
recompute column data anymore.
Made basic transformation with different row filters (the common case) faster -- won't need to
recompute column data anymore.
-
r175
(Lots of crap) committed by njvack
- Lots of crap
-
r174
(Checking in preparing to rename) committed by njvack
- Checking in preparing to rename
Checking in preparing to rename
-
r173
(Bumped version in prep for 0.8 release) committed by njvack
- Bumped version in prep for 0.8 release
Bumped version in prep for 0.8 release
-
r172
(Lots of mockup.) committed by njvack
- Lots of mockup.
-
r171
(Basic setup stuff) committed by njvack
- Basic setup stuff
-
r170
(Better ignoring startup script) committed by njvack
- Better ignoring startup script
Better ignoring startup script
-
r169
(Removed index page. Ignore my own startup script) committed by njvack
- Removed index page. Ignore my own startup script
Removed index page. Ignore my own startup script
-
r168
(Ignoring sqlite databases
) committed by njvack
- Ignoring sqlite databases
Ignoring sqlite databases
-
r167
(.htaccess not in svn
) committed by njvack
- .htaccess not in svn
-
r166
(No more log files in svn
) committed by njvack
- No more log files in svn
-
r165
(Ignoring log files) committed by njvack
- Ignoring log files
-
r164
(Ignoring more misc files
) committed by njvack
- Ignoring more misc files
-
r163
(No more tmp
) committed by njvack
- No more tmp
-
r162
(Ignoring /tmp
) committed by njvack
- Ignoring /tmp
-
r161
(Initial import -- skeletal rails app
) committed by njvack
- Initial import -- skeletal rails app
Initial import -- skeletal rails app
-
r160
(Making a place for the hotrod trunk
) committed by njvack
- Making a place for the hotrod trunk
Making a place for the hotrod trunk
-
r159
(Making a home for the hotrod interface
) committed by njvack
- Making a home for the hotrod interface
Making a home for the hotrod interface
-
r158
(Old column calculator removed. All tests now pass again. FUC...) committed by njvack
- Old column calculator removed. All tests now pass again. FUCK YES.
Old column calculator removed. All tests now pass again. FUCK YES.
-
r157
(More baleeting of old column calculator structure) committed by njvack
- More baleeting of old column calculator structure
More baleeting of old column calculator structure
-
r156
(Deleting old column calculator...) committed by njvack
- Deleting old column calculator...
Deleting old column calculator...
-
r155
(Parsed column calculator now does what it needs to. Hooray!) committed by njvack
- Parsed column calculator now does what it needs to. Hooray!
Parsed column calculator now does what it needs to. Hooray!
-
r154
(Expressions can now be evaluated as boolean -- this is for r...) committed by njvack
- Expressions can now be evaluated as boolean -- this is for row filtering and conditionally computing
columns.
I love when a plan comes togethar!
Expressions can now be evaluated as boolean -- this is for row filtering and conditionally computing
columns.
I love when a plan comes togethar!
-
r153
(Refactored argument handling for operators) committed by njvack
- Refactored argument handling for operators
Refactored argument handling for operators
-
r152
(95% of implementation for evaluation of booleans and compari...) committed by njvack
- 95% of implementation for evaluation of booleans and comparisons
95% of implementation for evaluation of booleans and comparisons
-
r151
(Added the ability to base a computed column on a Proc.) committed by njvack
- Added the ability to base a computed column on a Proc.
Added the ability to base a computed column on a Proc.
-
r150
(Added parsing of logical expressions (and, or, not) and comp...) committed by njvack
- Added parsing of logical expressions (and, or, not) and comparison expressions (=, !=, < > <=, >=)
Added parsing of logical expressions (and, or, not) and comparison expressions (=, !=, < > <=, >=)
-
r149
(Fleshed-out the column parsing / evaluation behavior -- loop...) committed by njvack
- Fleshed-out the column parsing / evaluation behavior -- loops are now detected.
Fleshed-out the column parsing / evaluation behavior -- loops are now detected.
-
r148
(ParsedColumnCalculator now evaluates expressions depending o...) committed by njvack
- ParsedColumnCalculator now evaluates expressions depending on column values.
ParsedColumnCalculator now evaluates expressions depending on column values.
-
r147
(Computed columns can now be evaluated as long as they depend...) committed by njvack
- Computed columns can now be evaluated as long as they depend only on literal values...
Computed columns can now be evaluated as long as they depend only on literal values...
-
r146
(Made 'column does not exist' return clearer error message) committed by njvack
- Made 'column does not exist' return clearer error message
Made 'column does not exist' return clearer error message
-
r145
(Now parses and evaluates main mathematical operators, for ex...) committed by njvack
- Now parses and evaluates main mathematical operators, for expressions involving string and number
literals.
Now parses and evaluates main mathematical operators, for expressions involving string and number
literals.
-
r144
(Specs for expression evaluation) committed by njvack
- Specs for expression evaluation
Specs for expression evaluation
-
r143
(Negation, addition, and subtraction of literals are implemen...) committed by njvack
- Negation, addition, and subtraction of literals are implemented.
Negation, addition, and subtraction of literals are implemented.
-
r142
(Ready to write evaluation code) committed by njvack
- Ready to write evaluation code
Ready to write evaluation code
-
r141
(Removed pending stuff -- building a new ParsedColumnCalculat...) committed by njvack
- Removed pending stuff -- building a new ParsedColumnCalculator instead of modifying ColumnCalculator
Removed pending stuff -- building a new ParsedColumnCalculator instead of modifying ColumnCalculator
-
r140
(Moved ParsedCalculator::Expressions into own file.) committed by njvack
- Moved ParsedCalculator::Expressions into own file.
Moved ParsedCalculator::Expressions into own file.
-
r139
(Bumped copyright to 08-09) committed by njvack
- Bumped copyright to 08-09
Bumped copyright to 08-09
-
r138
(Bumped some parsing stuff up... preparing for migration time...) committed by njvack
- Bumped some parsing stuff up... preparing for migration time.
Bumped some parsing stuff up... preparing for migration time.
-
r137
(Lots! more operators added to ParsedCalculator) committed by njvack
- Lots! more operators added to ParsedCalculator
Lots! more operators added to ParsedCalculator
-
r136
(Added simple operators to expression parser) committed by njvack
- Added simple operators to expression parser
Added simple operators to expression parser
-
r135
(Added parse_as(parse_str, expected) to spec_helper. Refactor...) committed by njvack
- Added parse_as(parse_str, expected) to spec_helper. Refactored round_trip to use that, with
parse_str = expected.
Added parse_as(parse_str, expected) to spec_helper. Refactored round_trip to use that, with
parse_str = expected.
-
r134
(Started work on proper lexer / parser.) committed by njvack
- Started work on proper lexer / parser.
Started work on proper lexer / parser.
-
r133
(Taggin' 0.6.9.1
) committed by njvack
- Taggin' 0.6.9.1
-
r132
(Bumped to version 0.6.9.1) committed by njvack
- Bumped to version 0.6.9.1
Bumped to version 0.6.9.1
|