Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | New release | Adam Chlipala | 2015-08-19 |
| | |||
* | Return to working version mode | Adam Chlipala | 2015-05-20 |
| | |||
* | New release | Adam Chlipala | 2015-05-20 |
| | |||
* | Return to working version mode | Adam Chlipala | 2015-04-12 |
| | |||
* | New release | Adam Chlipala | 2015-04-12 |
| | |||
* | Return to working version mode | Adam Chlipala | 2015-02-14 |
| | |||
* | New release | Adam Chlipala | 2015-02-14 |
| | |||
* | Return to working version mode | Adam Chlipala | 2015-01-03 |
| | |||
* | New release | Adam Chlipala | 2015-01-03 |
| | |||
* | Return to working version mode | Adam Chlipala | 2014-12-06 |
| | |||
* | New release | Adam Chlipala | 2014-12-06 |
| | |||
* | Return to working version mode | Adam Chlipala | 2014-08-30 |
| | |||
* | New release | Adam Chlipala | 2014-08-30 |
| | |||
* | Return to working version mode | Adam Chlipala | 2014-08-19 |
| | |||
* | New release | Adam Chlipala | 2014-08-19 |
| | |||
* | Return to working version mode | Adam Chlipala | 2014-08-07 |
| | |||
* | New release | Adam Chlipala | 2014-08-07 |
| | |||
* | Return to working version mode | Adam Chlipala | 2014-07-04 |
| | |||
* | New release | Adam Chlipala | 2014-07-04 |
| | |||
* | Return to working version mode | Adam Chlipala | 2014-06-15 |
| | |||
* | New release | Adam Chlipala | 2014-06-15 |
| | |||
* | Return to working version mode | Adam Chlipala | 2014-05-31 |
| | |||
* | New release | Adam Chlipala | 2014-05-31 |
| | |||
* | Return to working version mode | Adam Chlipala | 2014-04-26 |
| | |||
* | New release | Adam Chlipala | 2014-04-26 |
| | |||
* | Return to working version mode | Adam Chlipala | 2013-12-31 |
| | |||
* | New release | Adam Chlipala | 2013-12-31 |
| | |||
* | Return to working version mode | Adam Chlipala | 2013-11-24 |
| | |||
* | New release | Adam Chlipala | 2013-11-24 |
| | |||
* | Switch back to working version mode | Adam Chlipala | 2013-11-21 |
| | |||
* | Experimenting with distribution via 'make dist', to allow deletion of ↵ | Adam Chlipala | 2013-11-21 |
| | | | | autogenerated files from version control | ||
* | Return to working version mode | Adam Chlipala | 2013-04-21 |
| | |||
* | New release | Adam Chlipala | 2013-04-21 |
| | |||
* | Add ./configure MLTONARGS option for MLTON arguments | Jason Gross | 2012-12-12 |
| | | | | Named MLTONARGS based on CCARGS. | ||
* | Return to working version mode | Adam Chlipala | 2012-09-25 |
| | |||
* | New release | Adam Chlipala | 2012-09-25 |
| | |||
* | Fix compilation when using Clang on OS X; it doesn't like -pthread | Austin Seipp | 2012-09-23 |
| | |||
* | Return to working version mode | Adam Chlipala | 2012-08-07 |
| | |||
* | New release | Adam Chlipala | 2012-08-07 |
| | |||
* | Return to working version mode | Adam Chlipala | 2012-05-19 |
| | |||
* | New release | Adam Chlipala | 2012-05-19 |
| | |||
* | Lance Hepler's fix to configure.ac; small refactor of fastcgi.c to avoid ↵ | Adam Chlipala | 2012-05-13 |
| | | | | undefined behavior | ||
* | Automake 1.12 compatibility, based on suggestions by Lance Hepler | Adam Chlipala | 2012-05-12 |
| | |||
* | Return to working version mode | Adam Chlipala | 2012-05-12 |
| | |||
* | New release | Adam Chlipala | 2012-05-12 |
| | |||
* | 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.) | ||
* | Return to working version mode | Adam Chlipala | 2012-03-29 |
| | |||
* | New release | Adam Chlipala | 2012-03-29 |
| | |||
* | Return to working version mode | Adam Chlipala | 2012-03-10 |
| | |||
* | New release | Adam Chlipala | 2012-03-10 |
| |