Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FindXercesC: Add support for 3D_1 variant of the library | Roger Leigh | 2015-08-14 | 1 | -1/+1 |
| | | | | | | | This version is generated by the Windows Visual Studio project files for unknown reasons, but is required to pick up the debug version of the library created by current versions of Xerces-C. | ||||
* | FindXercesC: Find debug and release libraries separately | Roger Leigh | 2015-08-14 | 1 | -4/+12 |
| | |||||
* | FindXercesC: Also search for xerces-c_2 (#15648) | Roger Leigh | 2015-07-13 | 1 | -1/+1 |
| | | | | This is the previous stable release name used on Windows. | ||||
* | FindXercesC: Find versioned library on Windows | Roger Leigh | 2015-07-08 | 1 | -1/+1 |
| | |||||
* | Modules: Rename FindXerces to FindXercesC | Brad King | 2014-12-04 | 1 | -0/+85 |
The FindXerces module was added in commit v3.1.0-rc1~155^2 (FindXerces: New module to find Apache Xerces-C++, 2014-08-17). However, there are two implementations of Xerces, one in C++: http://xerces.apache.org/xerces-c/ and one in Java: http://xerces.apache.org/xerces-j/ Rename FindXerces to FindXercesC to clarify that it is about the C++ implementation. While at it, add the missing CMake 3.1 release note about this module. Suggested-by: Erik Sjölund <erik.sjolund@gmail.com> |