Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | A new MonoReduce optimization for lifting 'let' out of field projection; ↵ | Adam Chlipala | 2015-02-01 |
| | | | | JavaScript compilation for exponentiation | ||
* | Differentiate between HTML and normal string literals | Adam Chlipala | 2014-08-01 |
| | |||
* | -explainEmbed | Adam Chlipala | 2014-03-17 |
| | |||
* | Change handling of returned text blobs, to activate the normal EWrite ↵ | Adam Chlipala | 2013-12-11 |
| | | | | optimizations | ||
* | Basis.tryRpc | Adam Chlipala | 2013-04-16 |
| | |||
* | Change Name_js to skip code snippets that depend on the CSRF-protection ↵ | Adam Chlipala | 2013-04-01 |
| | | | | signature | ||
* | Make Scriptcheck catch more script/message-passing uses, and move the phase ↵ | Adam Chlipala | 2013-03-15 |
| | | | | earlier in compilation | ||
* | Removed evaluation of js function name strings. (from Vladimir Shabanov) | Adam Chlipala | 2012-07-29 |
| | |||
* | Add support for -boot flag, which allows in-tree execution of Ur/Web | Edward Z. Yang | 2012-05-02 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The boot flag rewrites most hardcoded paths to point to the build directory, and also forces static compilation. This is convenient for developing Ur/Web, or if you cannot 'sudo make install' Ur/Web. The following changes were made: * Header files were moved to include/urweb instead of include; this lets FFI users point their C_INCLUDE_PATH at this directory at write <urweb/urweb.h>. For internal Ur/Web executables, we simply pass -I$PATH/include/urweb as normal. * Differentiate between LIB and SRCLIB; SRCLIB is Ur and JavaScript source files, while LIB is compiled products from libtool. For in-tree compilation these live in different places. * No longer reference Config for paths; instead use Settings; these settings can be changed dynamically by Compiler.enableBoot () (TODO: add a disableBoot function.) * config.h is now generated directly in include/urweb/config.h, for consistency's sake (especially since it gets installed along with the rest of the headers!) * All of the autotools build products got updated. * The linkStatic field in protocols now only contains the name of the build product, and not the absolute path. Future users have to be careful not to reference the Settings files to early, lest they get an old version (this was the source of two bugs during development of this patch.) | ||
* | First part of changes to avoid depending on C function call argument order ↵ | Adam Chlipala | 2012-01-07 |
| | | | | of evaluation (omitting normal Ur function calls, so far) | ||
* | Fix handling of quotes in generating C literals | Adam Chlipala | 2012-01-02 |
| | |||
* | timeFormat .urp directive | Adam Chlipala | 2011-12-04 |
| | |||
* | Allow sources to be returned by RPCs | Adam Chlipala | 2011-12-03 |
| | |||
* | Catching integer divisions by zero | Adam Chlipala | 2011-12-03 |
| | |||
* | Fix bug in JavaScript embedding of lists | Adam Chlipala | 2011-08-15 |
| | |||
* | Add client-side Basis.now and pretty-printing of times | Adam Chlipala | 2011-07-06 |
| | |||
* | Each context gets its own non-repeating sequence of source numbers | Adam Chlipala | 2011-04-09 |
| | |||
* | To generate server-side source JavaScript, try both the old and new ↵ | Adam Chlipala | 2011-03-28 |
| | | | | strategies; remove an unsound optimization from MonoOpt and make MonoReduce work harder to compensate | ||
* | Ignore JavaScript events in Effectize; allow extra spaces for 'jsFunc'; eat ↵ | Adam Chlipala | 2011-03-10 |
| | | | | carriage returns at line ends in .urp files | ||
* | Notice that Basis.now is effectful; smarter JavaScript encoding of initial ↵ | Adam Chlipala | 2011-02-08 |
| | | | | source values built using server-side expressions that can't be turned into JavaScript | ||
* | Patch from Vladimir Shabanov to support implicit passing of 'time' values ↵ | Adam Chlipala | 2011-01-20 |
| | | | | from server to client | ||
* | Client-side redirects | Adam Chlipala | 2011-01-06 |
| | |||
* | [De]serialization of times in JavaScript; proper integer division in ↵ | Adam Chlipala | 2010-12-23 |
| | | | | JavaScript; Basis.crypt; Top.mkRead'; more aggressive Mono-level inlining, for values of function-y types | ||
* | Fix JavaScript unit unurlification; URL blessing client-side | Adam Chlipala | 2010-11-26 |
| | |||
* | Fix RPC deserialization of channels | Adam Chlipala | 2010-11-19 |
| | |||
* | tryDml | Adam Chlipala | 2010-09-05 |
| | |||
* | Better UTF-8 escaping for JavaScript and SQL literals | Adam Chlipala | 2010-08-10 |
| | |||
* | Switch to strings and eval for thunkifying JavaScripted functions | Adam Chlipala | 2010-05-22 |
| | |||
* | Thunking recursive JavaScripted function ASTs, to reduce page load time ↵ | Adam Chlipala | 2010-05-22 |
| | | | | dramatically | ||
* | Fix width/height CSS choices for table rows/columns; stop warning about ↵ | Adam Chlipala | 2010-05-16 |
| | | | | inability to embed type in JavaScript | ||
* | Louder jscomp; toUpper/Lower fix for JavaScript | Adam Chlipala | 2010-03-04 |
| | |||
* | Tone down Reduce and compensate with a new push-lambda-inside-case rule in ↵ | Adam Chlipala | 2010-03-02 |
| | | | | MonoOpt; expand more Basis synonyms in Monoize | ||
* | Proper C-side deserialization; Shake.sliceDb | Adam Chlipala | 2010-01-03 |
| | |||
* | JavaScript urlification; more lenient export pattern in Corify; only include ↵ | Adam Chlipala | 2010-01-02 |
| | | | | scripts in pages that use JavaScript | ||
* | Initializers and setval | Adam Chlipala | 2009-12-13 |
| | |||
* | Basis.url and redirects | Adam Chlipala | 2009-12-10 |
| | |||
* | Represent FFI function names as strings, to deal with cross-file recursion | Adam Chlipala | 2009-12-05 |
| | |||
* | Initial form for paper assignment | Adam Chlipala | 2009-11-01 |
| | |||
* | Use call/cc for recv and sleep | Adam Chlipala | 2009-10-25 |
| | |||
* | RPC uses VM support for call/cc | Adam Chlipala | 2009-10-25 |
| | |||
* | demo/more compiles; small problem left with foreign keys in Grid1 | Adam Chlipala | 2009-09-24 |
| | |||
* | demo/increment works with interpretation | Adam Chlipala | 2009-09-24 |
| | |||
* | Might have fixed demo/listEdit | Adam Chlipala | 2009-09-24 |
| | |||
* | demo/react works with interpretation | Adam Chlipala | 2009-09-22 |
| | |||
* | Compiled an 'option' pattern-match | Adam Chlipala | 2009-09-22 |
| | |||
* | More interpreter debugging | Adam Chlipala | 2009-09-22 |
| | |||
* | Hopefully complete refactoring of Jscomp to output ASTs; partial ↵ | Adam Chlipala | 2009-09-22 |
| | | | | implementation of interpreter in runtime system (demo/alert works) | ||
* | Grid sorting working | Adam Chlipala | 2009-09-19 |
| | |||
* | Hopefully fixed Jscomp bug that was breaking Grid | Adam Chlipala | 2009-09-19 |
| | |||
* | Don't try to compile sigString() calls to JavaScript | Adam Chlipala | 2009-09-17 |
| |