Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |
| | ||||
* | Return to working version mode | Adam Chlipala | 2012-01-10 | |
| | ||||
* | New release | Adam Chlipala | 2012-01-10 | |
| | ||||
* | Switch default linking order for OpenSSL libs | Adam Chlipala | 2012-01-06 | |
| | ||||
* | Return to working version mode | Adam Chlipala | 2011-11-27 | |
| | ||||
* | New release | Adam Chlipala | 2011-11-27 | |
| | ||||
* | Return to working version mode | Adam Chlipala | 2011-09-17 | |
| | ||||
* | New release | Adam Chlipala | 2011-09-17 | |
| | ||||
* | Configure correct C compiler options for Pthreads | Adam Chlipala | 2011-08-04 | |
| | ||||
* | Fix to use of .hg_archival.txt (thanks to Austin Seipp) | Adam Chlipala | 2011-08-02 | |
| | ||||
* | Remove some GCC-specific identifier choice and documentation | Adam Chlipala | 2011-08-02 | |
| | ||||
* | Tracking and printing of version numbers (based on a patch by Austin Seipp) | Adam Chlipala | 2011-08-02 | |
| | ||||
* | Fixes to work nicely with OS X and Clang (thanks to Austin Seipp) | Adam Chlipala | 2011-06-17 | |
| | ||||
* | Configuration detects proper header files for database dev libraries | Adam Chlipala | 2011-05-29 | |
| | ||||
* | '--without-emacs' configure option | Adam Chlipala | 2011-03-20 | |
| | ||||
* | Expose buffer type for other C libraries; replace minusSeconds with addSeconds | Adam Chlipala | 2010-12-26 | |
| | ||||
* | Switch from libmhash to OpenSSL | Adam Chlipala | 2010-12-26 | |
| | ||||
* | Karn Kallio's patch for static mhash linking | Adam Chlipala | 2010-11-18 | |
| | ||||
* | Support HTTP caching of app.js | Adam Chlipala | 2010-05-23 | |
| | ||||
* | 'configure' checks for libmhash and MLton | Adam Chlipala | 2010-02-11 | |
| | ||||
* | AC_USE_SYSTEM_EXTENSIONS replaces the need for hacky #defines at starts of C ↵ | Adam Chlipala | 2010-02-06 | |
| | | | | files | |||
* | AM_INIT_AUTOMAKE with no-define (to fix some NetBSD and OS X problems) | Adam Chlipala | 2010-02-06 | |
| | ||||
* | Another try to include more Autofiles in the distribution | Adam Chlipala | 2010-01-30 | |
| | ||||
* | First attempt to switch to Automake, to get shared libraries built in OSX | Adam Chlipala | 2010-01-28 | |
| | ||||
* | GCCARGS configure option | Adam Chlipala | 2008-10-28 | |
| | ||||
* | Use configure --prefix | Adam Chlipala | 2008-10-25 | |
| | ||||
* | Proper configuration and installation | Adam Chlipala | 2008-10-19 | |