search for: addsourc

Displaying 2 results from an estimated 2 matches for "addsourc".

Did you mean: addsource
2003 May 23
0
[LLVMdev] clarify comment in BugDriver.cpp
...files, attempts to load -// them, either as assembly or bytecode, then link them together. +// them, either as assembly or bytecode, then link them together. It returns +// true on failure (if, for example, an input bytecode file could not be +// parsed), and false on success. // bool BugDriver::addSources(const std::vector<std::string> &Filenames) { assert(Program == 0 && "Cannot call addSources multiple times!");
2007 Nov 09
0
Wine release 0.9.49
...msi: Only unpublish the features if the entire product is being uninstalled. msi: A feature's requested action does not depend on its installed state. msi: do_query is supposed to fail, so don't release a handle that is never initialized. msi: Implement MsiSourceListAddSourceExA. msi: Don't create the product source key when adding a source. msi: Add tests for MsiSourceListAddSourceEx. msi: Return the error from OpenSourceKey. msi: Validate the product code. msi: Append a slash to network and url sources. msi: An empty source is...