Age | Commit message (Expand) | Author | Lines |
2007-10-09 | Add reconcilio, a replacement for revdep-rebuild, with littlelf library by Ti... | David Leverton
| -2/+7 |
2007-10-05 | Merge libpaludisdeplist, -digests, -environments, -merger, -repositories, -ta... | David Leverton
| -5/+1 |
2007-10-04 | More doxygen work. Move common args into paludis/args/ so that examples can m... | Ciaran McCreesh
| -1/+0 |
2007-09-25 | Add a --with-svn-revision option so that the -scm ebuild can show the revisio... | Mike Kelly
| -0/+7 |
2007-09-10 | Fix ./configure --disable-python. | Piotr Jaroszyński
| -1/+1 |
2007-09-10 | Check whether to enable Python Hooks in configure.ac. | Piotr Jaroszyński
| -0/+18 |
2007-09-10 | Python Hooks. | Piotr Jaroszyński
| -0/+1 |
2007-09-02 | Add instruo, a metadata generation client | Ciaran McCreesh
| -1/+3 |
2007-08-29 | Add accerso, a mirror client | Ciaran McCreesh
| -1/+3 |
2007-08-20 | Python needs -fno-strict-aliasing | Ciaran McCreesh
| -0/+10 |
2007-08-14 | Minor tweaks | Ciaran McCreesh
| -2/+3 |
2007-08-05 | Explicitly check for visibility things in CXXFLAGS and LDFLAGS, since gcc 4.2... | Ciaran McCreesh
| -1/+1 |
2007-07-25 | Check that eselect and required modules are available | Ciaran McCreesh
| -0/+20 |
2007-07-24 | Make a FetchAction. Kill builtin_fetch. Support SRC_URI labels. Support arrow... | Ciaran McCreesh
| -1/+0 |
2007-07-18 | Make EAPIs, dep parsing ERepository specific. Fixes: ticket:316 | Ciaran McCreesh
| -1/+1 |
2007-07-12 | (Better) fix for threads with Python and Ruby. | David Leverton
| -51/+51 |
2007-07-12 | Add PALUDIS_HASH_IS_* and PALUDIS_ENABLE_THREADS to pkgconfig. | David Leverton
| -2/+6 |
2007-07-07 | use -> option, useq -> optionq etc for exheres | Ciaran McCreesh
| -11/+12 |
2007-07-07 | More EAPI-configurable options. Allow characters other than underscore for US... | Ciaran McCreesh
| -0/+2 |
2007-07-06 | Support --with-foo=all. Fixes: ticket:296 | Piotr Jaroszyński
| -5/+17 |
2007-07-02 | r3758@snowflake: ciaranm | 2007-07-03 00:22:59 +0100 | Ciaran McCreesh
| -1/+2 |
2007-06-29 | r3662@snowflake: ciaranm | 2007-06-29 23:16:55 +0100 | Ciaran McCreesh
| -0/+49 |
2007-06-28 | r3634@snowflake: ciaranm | 2007-06-28 22:45:19 +0100 | Ciaran McCreesh
| -11/+11 |
2007-06-20 | Add PALUDIS_CXXFLAGS_NO_WMISSING_NORETURN. | Piotr Jaroszyński
| -0/+5 |
2007-06-06 | r3336@snowflake: ciaranm | 2007-06-06 14:25:08 +0100 | Ciaran McCreesh
| -3/+3 |
2007-06-05 | r3316@snowflake: ciaranm | 2007-06-05 23:34:23 +0100 | Ciaran McCreesh
| -0/+1 |
2007-06-04 | r3200@snowflake: ciaranm | 2007-06-04 17:24:43 +0100 | Ciaran McCreesh
| -17/+3 |
2007-06-04 | r3198@snowflake: ciaranm | 2007-06-04 16:34:55 +0100 | Ciaran McCreesh
| -1/+26 |
2007-06-04 | r3193@snowflake: ciaranm | 2007-06-04 14:37:49 +0100 | Ciaran McCreesh
| -1/+0 |
2007-06-04 | r3180@snowflake: ciaranm | 2007-06-04 08:48:44 +0100 | Ciaran McCreesh
| -2/+1 |
2007-06-04 | r3069@snowflake: ciaranm | 2007-06-04 08:32:39 +0100 | Ciaran McCreesh
| -0/+22 |
2007-06-04 | Re-add Gems, using Syck instead of libyaml. Various code cleanups. | Ciaran McCreesh
| -2/+33 |
2007-05-28 | Distribution definable defaults. Fixes: ticket:263 | Ciaran McCreesh
| -0/+12 |
2007-05-28 | Move EAPI data into configuration files. Fixes: ticket:256 | Ciaran McCreesh
| -0/+1 |
2007-05-22 | Killg ems for now until upstream fixes their yaml. | Ciaran McCreesh
| -24/+1 |
2007-05-20 | Change how we access tr1 to make things easier for third party clients. Fixes... | Ciaran McCreesh
| -5/+14 |
2007-05-19 | Make Python less noisy | Ciaran McCreesh
| -0/+6 |
2007-05-18 | Less noise for 4.3 | Ciaran McCreesh
| -1/+0 |
2007-05-18 | Don't use -Waggregate-return, it's way too noisy | Ciaran McCreesh
| -1/+0 |
2007-05-18 | More compiler warnings for g++-4.3 | Ciaran McCreesh
| -0/+4 |
2007-05-18 | Fix configure.ac checks using [] that gets clobbered by m4. Yay autotools. | Ciaran McCreesh
| -8/+8 |
2007-05-14 | Fix ldconfig detection. | Piotr Jaroszyński
| -8/+8 |
2007-05-14 | Better GNU ldconfig detection | Ciaran McCreesh
| -5/+22 |
2007-05-09 | Add support for non-GNU ldconfig. | Timothy Redaelli
| -0/+13 |
2007-05-09 | Enable visibility support if --enable-visibility (needs GCC 4.1) | Ciaran McCreesh
| -8/+7 |
2007-05-07 | Use lchflags instead of chflags (for symlinks) | Timothy Redaelli
| -3/+3 |
2007-05-07 | BSD's realpath is silly. Fixes: ticket:217 | Ciaran McCreesh
| -0/+8 |
2007-05-05 | Trunk is now 0.25 | Ciaran McCreesh
| -1/+1 |
2007-05-05 | Accept either threaded or non-threaded boost.python, and fix as-needed. | David Leverton
| -0/+27 |
2007-05-04 | Initial import of Python bindings. | Piotr Jaroszyński
| -0/+85 |