Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 1 | -2/+0 |
| | | | | | Pretty much useless and unused, except for listing the module names in build.h and the short versions totally suffice for that. | ||||
* | Move some files around to break up dependencies between directories | lloyd | 2009-07-16 | 1 | -0/+2 |
| | |||||
* | Add a script that reads the output of print_deps.py and rewrites | lloyd | 2009-07-15 | 1 | -5/+5 |
| | | | | | | the info.txt files with the right module dependencies. Apply it across the codebase. | ||||
* | Split the last parts of the 'core' module | lloyd | 2008-11-08 | 1 | -1/+0 |
| | | | | Add some missing info.txts | ||||
* | Move oids.h to oid_lookup. Allows for much smaller build by disabling asn1 | lloyd | 2008-10-01 | 1 | -0/+1 |
| | |||||
* | Rewrite part of the module loading code in configure.pl, now dependencies | lloyd | 2008-09-30 | 1 | -1/+1 |
| | | | | | | seem to be handled correctly (er, at least mostly), and more importantly the asm MPI modules are detected and used correctly (at least on x86-64 and x86). | ||||
* | Better dependency handling | lloyd | 2008-09-29 | 1 | -1/+5 |
| | |||||
* | Fix loading issues | lloyd | 2008-09-29 | 1 | -0/+2 |
| | |||||
* | Rename all modinfo.txt files to info.txt, since they are all (none) of | lloyd | 2008-09-29 | 1 | -0/+23 |
them modules now. In any case there is no distinction so info.txt seems better. |