Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | For PR351: | Reid Spencer | 2004-12-24 | 1 | -52/+0 |
| | | | | | | | This implementation is no longer needed, its been merged to Unix/Path.cpp since there is such little variation between the platforms. llvm-svn: 19133 | ||||
* | Genericize implementation of GetDLLSuffix now that we have LTDL_SHLIB_EXT | Reid Spencer | 2004-12-13 | 1 | -5/+0 |
| | | | | | | available. llvm-svn: 18904 | ||||
* | Rename Path::get -> Path::toString | Reid Spencer | 2004-12-11 | 1 | -1/+1 |
| | | | | llvm-svn: 18802 | ||||
* | Stop propagating method names that violate the coding standard | Reid Spencer | 2004-11-05 | 1 | -3/+3 |
| | | | | llvm-svn: 17498 | ||||
* | Provide initial implementations of Memory and Process concepts for various | Reid Spencer | 2004-09-11 | 1 | -0/+5 |
| | | | | | | | platforms. Implement GetLLVMSuffix function for the Path concept. llvm-svn: 16292 | ||||
* | Move the GetTemporaryDirectory function from "generic Unix" to platform | Reid Spencer | 2004-08-30 | 1 | -0/+14 |
| | | | | | | specific. llvm-svn: 16119 | ||||
* | Revise the design of the Path concept per peer review. Too many changes to | Reid Spencer | 2004-08-29 | 1 | -0/+38 |
note individually but these essence of it is to not derive from std::string, clarify the interface, and provide better documentation. There is now also (untested) implementations for AIX, Darwin, and SunOS. llvm-svn: 16078 |