summaryrefslogtreecommitdiff
path: root/site_scons/aptitude_configure.py
AgeCommit message (Expand)AuthorFilesLines
2010-05-28Transition from log4cxx to the new logging framework.Daniel Burrows1-1/+0
2010-05-28Experimentally add support for a suite of tests based on gtest, and convert t...Daniel Burrows1-1/+18
2010-05-26Define HAVE_EPT for scons builds.Daniel Burrows1-0/+4
2010-05-24Start using google-mock to test the search input controller logic.Daniel Burrows1-0/+3
2010-05-20Modify the SCons build scripts to check both names of the Boost unit testing ...Daniel Burrows1-2/+4
2010-05-20Move the SCons configure check for boost::fusion::fold into the main build en...Daniel Burrows1-8/+9
2010-05-14Move the scons-generated config.h file into build/config so it doesn't interf...Daniel Burrows1-1/+1
2010-05-14Write configure checks for the order of arguments that boost::fusion::fold us...Daniel Burrows1-0/+8
2010-05-06Move the scons config file to src/config.h so it doesn't conflict with the au...Daniel Burrows1-1/+1
2010-04-26Add an SConscript file for the po/ directory.Daniel Burrows1-0/+3
2010-04-26Split the tests for gettext utilities from the tests for libraries.Daniel Burrows1-0/+1
2010-04-26Don't try to require xsltproc.Daniel Burrows1-1/+1
2010-04-26Check for xsltproc.Daniel Burrows1-0/+1
2010-04-26Use all_build_envs as the published "base" environment.Daniel Burrows1-1/+1
2010-04-25Load the rsvg tool for the documentation builder.Daniel Burrows1-0/+1
2010-04-25Add directory definitions for docdir and pkgdocdir.Daniel Burrows1-0/+6
2010-04-25Enable the new tools.Daniel Burrows1-0/+6
2010-04-25Install manpages under $PREFIX.Daniel Burrows1-1/+1
2010-04-25Use the new Install builder to write installation rules for aptitude's execut...Daniel Burrows1-1/+13
2010-04-25Add directory settings for bindir and mandir.Daniel Burrows1-0/+6
2010-04-25Start adding support for a 'dist' rule that builds a distributed archive.Daniel Burrows1-0/+1
2010-04-25Add -fno-strict-aliasing to SConstruct, just like I did with the Makefile.Daniel Burrows1-1/+4
2010-04-24Enable -Wall -Werror in the scons files, as per aptitude's usual configuration.Daniel Burrows1-0/+1
2010-04-24Support building the GTK+ frontend iff GTK+ is available.Daniel Burrows1-2/+11
2010-04-24Activate the pkg-config tool.Daniel Burrows1-0/+1
2010-04-24Load the Test builder into aptitude's build environments.Daniel Burrows1-0/+1
2010-04-24Move the pkg-config checks into the configure code.Daniel Burrows1-0/+14
2010-04-24Check for CPPUnit when configuring, and give it a separate environment from t...Daniel Burrows1-5/+19
2010-04-24Move more setup code into aptitude_configure.py.Daniel Burrows1-2/+85
2010-04-24Import DefaultEnvironment in the configure code.Daniel Burrows1-0/+1
2010-04-23Break up the configure-related code into its own Python files.Daniel Burrows1-0/+94