Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More configuration fixes | John Wiegley | 2012-05-10 | 1 | -26/+26 |
| | |||||
* | Added support for building with Clang and libc++ in C++11 | John Wiegley | 2012-04-28 | 1 | -0/+28 |
| | |||||
* | Allow serialization to be enabled again | John Wiegley | 2012-03-29 | 1 | -31/+137 |
| | |||||
* | Cleanup whitespace | John Wiegley | 2011-08-18 | 1 | -2/+2 |
| | |||||
* | Define BOOST_IOSTREAMS_USE_DEPRECATED | John Wiegley | 2011-02-04 | 1 | -1/+2 |
| | |||||
* | Use Boost.Test instead of CppUnit | John Wiegley | 2011-02-04 | 1 | -20/+13 |
| | |||||
* | Moved up to Boost 1.44 | John Wiegley | 2010-08-24 | 1 | -2/+8 |
| | |||||
* | The --cache option is now officially deprecated | John Wiegley | 2010-06-13 | 1 | -30/+31 |
| | |||||
* | Added --enable-cache, --enable-doxygen to acprep | John Wiegley | 2010-06-12 | 1 | -32/+40 |
| | |||||
* | Disable --cache, and use of Boost.Serialization | John Wiegley | 2010-06-10 | 1 | -30/+32 |
| | | | | | | | This makes the --cache option meaningless, but it wasn't proving to be a speed benefit anyway. Plus, Boost.Serialization slows down overall build times by an order of magnitude, and can consume inordinate amounts of memory during compilation. | ||||
* | Enable silent build rules | Priit Laes | 2010-05-13 | 1 | -0/+3 |
| | |||||
* | Untabified tools/configure.ac | John Wiegley | 2009-11-14 | 1 | -70/+70 |
| | |||||
* | Python support is now off by default | John Wiegley | 2009-11-13 | 1 | -27/+40 |
| | |||||
* | Added support for Boost.Regex w/ ICU | John Wiegley | 2009-11-07 | 1 | -0/+23 |
| | | | | | This allows for correct searching of UTF-8 encoded strings, such as lower-case versions of Russian words to find mixed-case words. | ||||
* | Moved autoconf-related files into tools | John Wiegley | 2009-10-30 | 1 | -0/+391 |
This makes it more certain that people cloning from Git will use acprep. |