Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Increase default timeout to cope with behavior of some Chrome versions | Adam Chlipala | 2016-05-16 |
| | |||
* | Support for <meta> tags | Adam Chlipala | 2016-05-15 |
| | |||
* | Finish removing PWild; only load a library once, even if referenced multiple ↵ | Adam Chlipala | 2016-02-07 |
| | | | | times in a .urp tree | ||
* | Tweaking discovery of Pthreads C flags | Adam Chlipala | 2016-01-16 |
| | |||
* | Untagle boot and static flags | Eran Meir | 2016-01-02 |
| | | | | | | Boot flag should build a dynamic executable but link urweb libraries statically (from build tree). This should fix the problem of not being able to build static executables on OSX. | ||
* | Prevent pthread cflags options from being passed to linker | Eran Meir | 2016-01-02 |
| | | | | (in order to fix build issue on mac) | ||
* | Merge Sqlcache | Adam Chlipala | 2015-12-20 |
|\ | |||
* | | New .urp directive: jsFile | Adam Chlipala | 2015-12-05 |
| | | |||
* | | Make daemon mode support sharing of libraries across projects | Adam Chlipala | 2015-11-22 |
| | | |||
| * | Support nested queries but disable UrFlow for now. | Ziv Scully | 2015-11-19 |
| | | |||
| * | Merge. | Ziv Scully | 2015-07-19 |
| |\ | |/ |/| | |||
* | | Allow URIs specified in file directives implicitly | Julian Squires | 2015-04-24 |
| | | | | | | | | | | | | It seems to me that, by specifying that one wants to serve a given file at a specified URI, one is implying that this URI should be allowed. | ||
| * | Merge. | Ziv Scully | 2015-03-27 |
| |\ | |/ |/| | |||
* | | Fix resolution of 'file' paths | Adam Chlipala | 2015-02-10 |
| | | |||
* | | Broaden handling of wildcard rewrites | Adam Chlipala | 2014-12-24 |
| | | |||
| * | Complete overhaul: cache queries based on immediate query result, not ↵ | Ziv Scully | 2014-10-14 |
| | | | | | | | | eventual HTML output. | ||
| * | Merge. | Ziv Scully | 2014-09-13 |
| |\ | |/ |/| | |||
* | | In computing command lines, put filenames inside of quotes, to support ↵ | Adam Chlipala | 2014-09-04 |
| | | | | | | | | spaces and other funky characters nicely | ||
* | | New phase: Dbmodecheck | Adam Chlipala | 2014-08-17 |
| | | |||
* | | New .urp directive: file | Adam Chlipala | 2014-07-31 |
| | | |||
| * | Cleans up interface (it's now a command line option) and renames project to ↵ | Ziv Scully | 2014-05-31 |
| | | | | | | | | "sqlcache" in the all-one-word style. Still has issues to do with concurrency, retrying transactions, and foreign function calls that either rely on state or have side effects. | ||
| * | Removes DBMS choice override from compiler.sml (which was there for debugging). | Ziv Scully | 2014-05-30 |
| | | |||
| * | Merge. | Ziv Scully | 2014-05-27 |
| |\ | |/ |/| | |||
| * | Finishes initial prototype, caching parameterless pages with ↵ | Ziv Scully | 2014-05-27 |
| | | | | | | | | table-match-based invalidation. Still has problems parsing non-Postgres SQL dialects properly. | ||
* | | New lessSafeFfi | Adam Chlipala | 2014-05-02 |
| | | |||
| * | ML half of initial prototype. (Doesn't compile because there's no C yet.) | Ziv Scully | 2014-03-25 |
| | | |||
| * | Identifies tables read or touched by queries. | Ziv Scully | 2014-03-08 |
|/ | |||
* | neverInline | Adam Chlipala | 2014-02-09 |
| | |||
* | New compiler option: -stop | Adam Chlipala | 2014-01-19 |
| | |||
* | Add 'html5' .urp directive | Adam Chlipala | 2014-01-09 |
| | |||
* | noMangleSql .urp directive | Adam Chlipala | 2014-01-04 |
| | |||
* | compileC: Link libraries in the right order | Anders Kaseorg | 2013-11-21 |
| | | | | | | | | | | | This is needed, at least on recent Ubuntu, to fix this linker error when compiling any Ur/Web application: ld: /tmp/webapp.o: undefined reference to symbol 'uw_write' Signed-off-by: Anders Kaseorg <andersk@mit.edu> --- src/compiler.sml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) | ||
* | Add -ccompiler command line argument | Sergey Mironov | 2013-08-20 |
| | | | | This allows user to overwrite the compiler set during the configure phase | ||
* | Get -root working properly again | Adam Chlipala | 2013-09-26 |
| | |||
* | Add Sigcheck phase to avoid issues with signatures in global initializers | Adam Chlipala | 2013-06-15 |
| | |||
* | Attempt to get more static linking for OpenSSL | Adam Chlipala | 2013-03-19 |
| | |||
* | Make Scriptcheck catch more script/message-passing uses, and move the phase ↵ | Adam Chlipala | 2013-03-15 |
| | | | | earlier in compilation | ||
* | Switch linker order | Adam Chlipala | 2012-10-20 |
| | |||
* | Edward Z. Yang's patch to avoid repeating linker arguments | Adam Chlipala | 2012-09-19 |
| | |||
* | Added 'coreInline' and 'monoInline' .urp options | Vladimir Shabanov | 2012-09-04 |
| | |||
* | New NameJs phase, still needing some debugging | Adam Chlipala | 2012-08-02 |
| | |||
* | Basis.getenv | Adam Chlipala | 2012-08-02 |
| | |||
* | Flush elaboration cache when switching between .urp files | Adam Chlipala | 2012-06-23 |
| | |||
* | Proper error messages for missing source files | Adam Chlipala | 2012-05-26 |
| | |||
* | New optional suffice for 'rewrite' in .urp files: [-] | Adam Chlipala | 2012-05-06 |
| | |||
* | Report which files lead to duplicate module names | Adam Chlipala | 2012-05-04 |
| | |||
* | 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.) | ||
* | Catch duplicate top-level module names; fix dropping of constraints during ↵ | Adam Chlipala | 2012-05-03 |
| | | | | incremental elaboration; document treatment of record types as type class instance types | ||
* | 'urweb daemon start' and 'urweb daemon stop' | Adam Chlipala | 2012-04-29 |
| | |||
* | Initial support for reusing elaboration results | Adam Chlipala | 2012-04-29 |
| |