| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | initial support for LocalDateTime and Temporal types | James Ahlborn | 2018-12-11 | 8 | -82/+459 |
* | | add support for Path | James Ahlborn | 2018-11-29 | 5 | -84/+169 |
* | | upgrade poi; upgrade various plugins | James Ahlborn | 2018-11-27 | 21 | -248/+248 |
* | | switch to commons lang3 | James Ahlborn | 2018-11-27 | 18 | -62/+60 |
|/ |
|
* | implement Format with predefined formats | James Ahlborn | 2018-11-20 | 11 | -79/+309 |
* | currency format uses parens; add bool predefined formats | James Ahlborn | 2018-11-15 | 3 | -9/+21 |
* | beginnings of general format support | James Ahlborn | 2018-11-13 | 3 | -2/+129 |
* | share nchars impl | James Ahlborn | 2018-11-13 | 2 | -10/+8 |
* | cache and reuse DecimalFormat instances | James Ahlborn | 2018-11-13 | 4 | -12/+39 |
* | implement FormatDateTime function | James Ahlborn | 2018-11-13 | 4 | -26/+143 |
* | implement FormatCurrency and FormatPercent | James Ahlborn | 2018-11-08 | 1 | -43/+73 |
* | fill out remaining tests for FormatNumber | James Ahlborn | 2018-11-08 | 1 | -2/+5 |
* | add more numeric config | James Ahlborn | 2018-11-08 | 2 | -8/+46 |
* | untested support for FormatNumber | James Ahlborn | 2018-11-07 | 1 | -0/+62 |
* | implement DateDiff function | James Ahlborn | 2018-11-06 | 2 | -6/+164 |
* | implement replace function | James Ahlborn | 2018-11-03 | 5 | -35/+78 |
* | implement Val function | James Ahlborn | 2018-11-02 | 3 | -40/+52 |
* | finish DateAdd function | James Ahlborn | 2018-10-29 | 5 | -20/+63 |
* | initial work for DateAdd function | James Ahlborn | 2018-10-28 | 3 | -1/+65 |
* | update javadocs for new function | James Ahlborn | 2018-10-22 | 1 | -1/+1 |
* | rework string conversion to date; add support for dates with implicit years; ... | James Ahlborn | 2018-10-18 | 13 | -135/+388 |
* | reimplemnt and test financial functions | James Ahlborn | 2018-10-10 | 4 | -303/+247 |
* | add support for strconv function | James Ahlborn | 2018-10-05 | 3 | -16/+64 |
* | handle am/pm suffix dependent on date/time config | James Ahlborn | 2018-10-05 | 1 | -9/+12 |
* | handle alternate decimal separators based on numeric config | James Ahlborn | 2018-10-05 | 1 | -6/+21 |
* | set default date/time and numeric config for a database | James Ahlborn | 2018-10-05 | 1 | -3/+2 |
* | rework public expression api with better locale handling; support parsing of ... | James Ahlborn | 2018-10-04 | 30 | -727/+710 |
* | add support for monthname function; implement better string to date/time conv... | James Ahlborn | 2018-09-29 | 9 | -118/+285 |
* | add support for weekdayname function | James Ahlborn | 2018-09-26 | 1 | -14/+55 |
* | implement IsNumeric; add support for hex/oct integer strings | James Ahlborn | 2018-09-18 | 3 | -6/+57 |
* | more doc updates | James Ahlborn | 2018-09-06 | 2 | -30/+27 |
* | refactor support for working with Value instances | James Ahlborn | 2018-09-06 | 10 | -249/+281 |
* | add a bunch of javadocs for expr classes | James Ahlborn | 2018-09-06 | 9 | -17/+228 |
* | minor refactor of function support; start adding top level docs for evaluatio... | James Ahlborn | 2018-08-24 | 8 | -265/+532 |
* | test TimeSerial; implement DateSerial | James Ahlborn | 2018-07-26 | 1 | -0/+33 |
* | test custom EvalConfig; fix time format | James Ahlborn | 2018-07-26 | 1 | -5/+5 |
* | add some date function tests | James Ahlborn | 2018-07-25 | 1 | -5/+14 |
* | minor update | James Ahlborn | 2018-07-17 | 1 | -0/+2 |
* | test number functions | James Ahlborn | 2018-07-17 | 3 | -7/+11 |
* | test more functions | James Ahlborn | 2018-07-17 | 2 | -4/+6 |
* | add ability to get original expression; implement some parsing tests | James Ahlborn | 2018-07-17 | 3 | -16/+29 |
* | fix handling of certain field validator expressions; add some tests for vario... | James Ahlborn | 2018-07-14 | 2 | -12/+17 |
* | handle alternate true/false constant values | James Ahlborn | 2018-07-13 | 1 | -4/+11 |
* | add more tests; add not like | James Ahlborn | 2018-07-01 | 2 | -1/+15 |
* | more tests | James Ahlborn | 2018-06-29 | 1 | -0/+1 |
* | use common method pattern between ParseContext and EvalConfig | James Ahlborn | 2018-06-27 | 2 | -6/+3 |
* | ditch default parse context | James Ahlborn | 2018-06-27 | 2 | -21/+1 |
* | minor code warning cleanups | James Ahlborn | 2018-06-27 | 6 | -86/+100 |
* | add some tests for functions; fix said functions | James Ahlborn | 2018-06-26 | 2 | -27/+28 |
* | return all values in map so that default values, calc values, etc get returne... | James Ahlborn | 2018-06-06 | 1 | -7/+5 |