Age | Commit message (Expand) | Author | Files | Lines |
2011-04-02 | Nuke the scons build scripts. | Daniel Burrows | 1 | -157/+0 |
2010-05-28 | Experimentally add support for a suite of tests based on gtest, and convert t... | Daniel Burrows | 1 | -2/+7 |
2010-04-29 | Fix how the main source list is generated. | Daniel Burrows | 1 | -1/+2 |
2010-04-27 | Ensure that the master source list in the top-level file is always in the sam... | Daniel Burrows | 1 | -0/+3 |
2010-04-26 | Add an SConscript file for the po/ directory. | Daniel Burrows | 1 | -0/+15 |
2010-04-26 | Flatten the list of aptitude sources before making a set from it, since only ... | Daniel Burrows | 1 | -1/+1 |
2010-04-26 | Return the list of all aptitude's sources from the top-level SConscript file,... | Daniel Burrows | 1 | -1/+11 |
2010-04-25 | Build the documentation in a variant directory again. | Daniel Burrows | 1 | -4/+1 |
2010-04-25 | Disable the use of an alternate tree for the documentation, to reduce the num... | Daniel Burrows | 1 | -1/+4 |
2010-04-25 | Don't try to duplicate the documentation source files. | Daniel Burrows | 1 | -1/+1 |
2010-04-25 | Write a build skeleton for the docs directory that's complete enough to build... | Daniel Burrows | 1 | -0/+9 |
2010-04-25 | Use the new Install builder to write installation rules for aptitude's execut... | Daniel Burrows | 1 | -0/+26 |
2010-04-25 | Distribute the rest of the stuff that the toplevel Makefile.am would distribute. | Daniel Burrows | 1 | -1/+37 |
2010-04-25 | Explicitly distribute the build files in SCons*. | Daniel Burrows | 1 | -1/+6 |
2010-04-25 | Start adding support for a 'dist' rule that builds a distributed archive. | Daniel Burrows | 1 | -0/+20 |
2010-04-24 | Build the unit test outputs in the appropriate variant directories, not the l... | Daniel Burrows | 1 | -1/+3 |
2010-04-24 | Change build/.../test to build/.../tests to match the source tree. | Daniel Burrows | 1 | -1/+1 |
2010-04-24 | Use the new test builder to make sure the unit tests build properly and get e... | Daniel Burrows | 1 | -3/+3 |
2010-04-24 | Make it easier to get relative paths between tests and sources. | Daniel Burrows | 1 | -2/+2 |
2010-04-24 | Move the pkg-config checks into the configure code. | Daniel Burrows | 1 | -13/+0 |
2010-04-24 | Try to build and run unit tests, and only build aptitude by default. | Daniel Burrows | 1 | -1/+11 |
2010-04-24 | Move more setup code into aptitude_configure.py. | Daniel Burrows | 1 | -44/+3 |
2010-04-23 | Break up the configure-related code into its own Python files. | Daniel Burrows | 1 | -26/+3 |
2010-04-23 | Add canned compile flags for profiling builds. | Daniel Burrows | 1 | -1/+2 |
2010-04-22 | Merge with desktop. | Daniel Burrows | 1 | -5/+16 |
2010-04-22 | Use the new variant infrastructure to support variant builds. | Daniel Burrows | 1 | -5/+3 |
2010-04-22 | Add a simple scheme for defining variants. | Daniel Burrows | 1 | -0/+11 |
2010-04-22 | Add a configure test for boost IOStreams. | Daniel Burrows | 1 | -0/+2 |
2010-04-22 | Merge with laptop. | Daniel Burrows | 1 | -0/+8 |
2010-04-21 | Add two more directory definitions. | Daniel Burrows | 1 | -0/+6 |
2010-04-21 | Define HAVE_DDTP if apt appears to include the DDTP patch. | Daniel Burrows | 1 | -0/+2 |
2010-04-21 | Bump the version number to 0.6.2.1. | Daniel Burrows | 1 | -1/+1 |
2010-04-21 | Use the DefineDirectory tool to clean up directory definitions in SConstruct. | Daniel Burrows | 1 | -69/+21 |
2010-04-21 | Add more directory options. | Daniel Burrows | 1 | -4/+30 |
2010-04-21 | Fix the definition of the various "dir" directories to recursively expand them. | Daniel Burrows | 1 | -3/+3 |
2010-04-21 | Add more stock directories. | Daniel Burrows | 1 | -3/+28 |
2010-04-21 | Define LOCALEDIR and PREFIX to their usual values in SConstruct. | Daniel Burrows | 1 | -2/+20 |
2010-04-21 | Define SIGC_VERSION the same way that the configure script does. | Daniel Burrows | 1 | -0/+3 |
2010-04-21 | Define ENABLE_NLS to 1, not "". | Daniel Burrows | 1 | -2/+1 |
2010-04-21 | Define PACKAGE and VERSION preprocessor symbols, and enable config.h generation. | Daniel Burrows | 1 | -0/+5 |
2010-04-21 | Improve the gettext detection to generate #defines appropriately. | Daniel Burrows | 1 | -1/+1 |
2010-04-21 | Add a skeletal routine to find gettext and friends. | Daniel Burrows | 1 | -0/+3 |
2010-04-21 | Don't print the environment at the end of the build script. | Daniel Burrows | 1 | -2/+0 |
2010-04-21 | Add a test for the presence of PThreads. | Daniel Burrows | 1 | -0/+2 |
2010-04-21 | Don't run the C++ compiler check. | Daniel Burrows | 1 | -1/+0 |
2010-04-21 | Add a custom test for PO4A. | Daniel Burrows | 1 | -0/+1 |
2010-04-21 | Fix a missing import. | Daniel Burrows | 1 | -0/+1 |
2010-04-21 | Fail to configure if a required component can't be found. | Daniel Burrows | 1 | -5/+6 |
2010-04-21 | For extra paranoia, check that the C++ compiler actually works. | Daniel Burrows | 1 | -0/+1 |
2010-04-21 | Always put the top-level project directory and the top-level source directory... | Daniel Burrows | 1 | -1/+2 |