| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Fix typo found thanks to ?build --show-compiler? | ?ric Araujo | 2010-11-16 | 1 | -1/+1 | |
| * | | | | Make error message from resolve_name more useful for debugging | ?ric Araujo | 2010-11-16 | 1 | -2/+2 | |
| * | | | | A touch of PEP 8 and pyflaking | ?ric Araujo | 2010-11-16 | 8 | -68/+63 | |
| * | | | | Make "python test_config.py" work. See explanation in the diff. | ?ric Araujo | 2010-11-16 | 1 | -4/+11 | |
| * | | | | Silence test_config | ?ric Araujo | 2010-11-16 | 1 | -0/+1 | |
| * | | | | Don?t import sysconfig from the (2.7) stdlib. | ?ric Araujo | 2010-11-16 | 5 | -21/+6 | |
| * | | | | Fix typo | ?ric Araujo | 2010-11-16 | 1 | -1/+1 | |
| | |/ / |/| | | ||||||
| * | | | added optparse in the main script | Tarek Ziade | 2010-11-14 | 3 | -9/+24 | |
| * | | | merged with Alexis | Tarek Ziade | 2010-11-13 | 4 | -33/+288 | |
| |\ \ \ | ||||||
| | * \ \ | branch merge | Alexis Metaireau | 2010-11-13 | 4 | -33/+288 | |
| | |\ \ \ | | |/ / | ||||||
| | | * | | branch merge | Alexis Metaireau | 2010-11-13 | 2 | -32/+277 | |
| | | |\ \ | ||||||
| | | | * | | Add basic installation script + tests. | Alexis Metaireau | 2010-11-13 | 2 | -32/+277 | |
| | | * | | | Add basic pysetup support. | Alexis Metaireau | 2010-11-12 | 2 | -1/+11 | |
| | | |/ / | ||||||
| * | | | | Fixed #1049: mkcfg was crashing on licence selection | Tarek Ziade | 2010-11-13 | 1 | -26/+35 | |
| * | | | | fixed test | Tarek Ziade | 2010-11-13 | 1 | -1/+5 | |
| |/ / / | ||||||
| * | | | compiler_type -> name | Tarek Ziade | 2010-11-13 | 8 | -13/+15 | |
| * | | | moved extension into compiler/ | Tarek Ziade | 2010-11-13 | 6 | -13/+6 | |
| * | | | now distutils2 uses set_command to set its own commands | Tarek Ziade | 2010-11-13 | 9 | -260/+147 | |
| |/ / | ||||||
| * | | ...and its test | Tarek Ziade | 2010-11-11 | 1 | -21/+0 | |
| * | | removed the EMX compiler | Tarek Ziade | 2010-11-11 | 1 | -303/+0 | |
| * | | now you can register your custom compilers using the .cfg files | Tarek Ziade | 2010-11-11 | 3 | -0/+31 | |
| * | | now compilers are loaded using fully qualified names | Tarek Ziade | 2010-11-11 | 4 | -53/+27 | |
| * | | added a description field in compilers - pre-step to enhance the compiler reg... | Tarek Ziade | 2010-11-11 | 6 | -0/+6 | |
| * | | moved general functions out of ccompiler | Tarek Ziade | 2010-11-11 | 14 | -348/+358 | |
| * | | passing the distribution object as well. | Tarek Ziade | 2010-11-07 | 2 | -2/+2 | |
| * | | added the manifest_builders option | Tarek Ziade | 2010-11-07 | 2 | -2/+41 | |
| * | | now sub_commands can be configure in the .cfg files | Tarek Ziade | 2010-11-07 | 5 | -26/+79 | |
| * | | renamed the cmd test | Tarek Ziade | 2010-11-07 | 1 | -0/+0 | |
| * | | removed install_misc | Tarek Ziade | 2010-11-06 | 1 | -31/+0 | |
| * | | Merge backout | ?ric Araujo | 2010-11-06 | 1 | -3/+2 | |
| |\ \ | ||||||
| | * | | Back out bad changeset 1e41afca6ae3 | ?ric Araujo | 2010-11-06 | 1 | -3/+2 | |
| * | | | Branch merge | ?ric Araujo | 2010-11-06 | 81 | -1604/+680 | |
| |\ \ \ | |/ / | ||||||
| | * | | Change strange idiom | ?ric Araujo | 2010-11-05 | 1 | -2/+3 | |
| | * | | remove the usage of any | Tarek Ziade | 2010-11-05 | 1 | -5/+8 | |
| | * | | removed uneeded class | Tarek Ziade | 2010-11-05 | 1 | -7/+0 | |
| | * | | renamed tests files | Tarek Ziade | 2010-11-05 | 2 | -0/+0 | |
| | * | | finished the removal of the log module | Tarek Ziade | 2010-11-05 | 27 | -250/+138 | |
| | |/ | ||||||
| | * | switching compiler/ to use logging | Tarek Ziade | 2010-10-25 | 5 | -28/+30 | |
| | * | now using logging in dist | Tarek Ziade | 2010-10-25 | 2 | -13/+20 | |
| | * | introducing a logger object and started to drop log module usage | Tarek Ziade | 2010-10-25 | 2 | -5/+8 | |
| | * | cleanup | Tarek Ziade | 2010-10-25 | 1 | -8/+0 | |
| | * | removed core.py | Tarek Ziade | 2010-10-25 | 36 | -358/+209 | |
| | * | added an automatic mode to fill [files] | Tarek Ziade | 2010-10-24 | 2 | -10/+128 | |
| | * | added modules and extra_files to the mkcfg wizard | Tarek Ziade | 2010-10-24 | 1 | -19/+42 | |
| | * | py_modules -> modules | Tarek Ziade | 2010-10-23 | 2 | -2/+2 | |
| | * | making 'include' the default action | Tarek Ziade | 2010-10-23 | 2 | -3/+27 | |
| | * | forcing the pypi test server to use 127.0.0.1 because '' will not work with s... | Tarek Ziade | 2010-10-23 | 1 | -2/+2 | |
| | * | fix import | Tarek Ziade | 2010-10-23 | 1 | -1/+1 | |
| | * | Removing the converter. This is not going to work out. We have better ideas a... | Tarek Ziade | 2010-10-23 | 15 | -851/+0 | |
| | * | missing renaming | Tarek Ziade | 2010-10-23 | 1 | -6/+6 | |
