Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-04-12 | Use $(CC) instead of gcc even when generating dependencies. | Martin Mares | |
1999-04-11 | Added new target "tags" to generate a tag table for Emacs. | Martin Mares | |
Also made "depend" work before the tree is compiled first time. | |||
1999-04-01 | First few FreeBSD portability fixes. | Martin Mares | |
1999-03-04 | Use dmalloc instead of EFence when available (dmalloc has lot of improvements | Martin Mares | |
over EFence and also hopefully smaller memory overhead, but sadly it's non-free for commercial use). If the DMALLOC_OPTIONS environment variable is not set, switch on `reasonable' checks by default. Also introduced mb_allocz() for cleared mb_alloc(). | |||
1999-03-02 | Latest changes broke out-of-tree compilation. | Martin Mares | |
1999-03-01 | If we are compiling with debugging enabled and libefence is available, | Martin Mares | |
link it to get debugging malloc. | |||
1999-03-01 | Include "config.h" instead of "autoconf.h" in all Modules lists to make defines | Martin Mares | |
in the static portion of configuration includes available as well. | |||
1999-01-23 | Filter all `Modules' files through C preprocessor, so that they can | Martin Mares | |
reference BIRD configuration. By the way: Do you know GCC by default does `#define unix 1'? | |||
1999-01-15 | Make filters actually compiled. | Pavel Machek | |
1999-01-15 | Propagate "depend" target to real top-level Makefile. | Martin Mares | |
1999-01-15 | Be a tiny bit more verbose. | Pavel Machek | |
1999-01-12 | Fixed trivial bug in naming of `depend' file. Argh. | Martin Mares | |
1999-01-10 | New makefiles. Includes support for out-of-source-tree builds. | Martin Mares | |
1999-01-09 | First step of "autoconfization". Created a configure script which | Martin Mares | |
guesses most system-dependent parameters and determines name of system configuration file (sysdep/cf/...) with the remaining ones. To compile BIRD, you now need to do: autoconf # Create configure from configure.in ./configure # Run configure script make # Compile everything Configuration files: sysdep/config.h Master config file sysdep/autoconf.h Parameters determined by configure script sysdep/cf/*.h Fixed system configuration we're unable to guess. Makefiles are still the original ones, but this will change soon. | |||
1998-11-27 | Now merges configuration fragments (*.Y) as well. | Martin Mares | |
1998-05-15 | The library is now glued together from generic and OS-dependent parts | Martin Mares | |
by the `mergedirs' script. Few more IP address manipulation functions and some fixes. |