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