summaryrefslogtreecommitdiffstats
path: root/test/Java/JAVAHCOM.py
Commit message (Expand)AuthorAgeFilesLines
* Moved common my<xxx>.py functions to global fixture and resolve byte/str.William Blevins2016-10-031-14/+2
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-1/+1
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-021-2/+2
* More command-line output customizability: , , , .Steven Knight2004-11-211-0/+69
td>-1/+2 * CUDA: Add CUDA 10 (Turing) detectionAnton Chernov2018-12-071-2/+16 * FindCUDA: Filter unrelated content in compute capabilities outputSoumith Chintala2018-09-191-0/+3 * FindCUDA/select_compute_arch: Restore two-component CUDA_VERSIONBrad King2018-08-011-2/+3 * CUDA/select_compute_arch: Fix detection on old CUDA with new card/driverHenry Schreiner2018-04-201-13/+45 * FindCUDA/select_compute_arch: Add support for CUDA as a languageHenry Fredrick Schreiner2018-03-201-5/+20 * Merge topic 'msvc2017-findcuda'Brad King2018-01-091-1/+1 |\ | * FindCUDA: Update to properly find MSVC 2017 compiler toolsAaron Bray2018-01-081-1/+1 * | Various typo fixesLuz Paz2018-01-032-2/+2 |/ * Fix trivial typos in textluzpaz2017-11-031-1/+1 * FindCUDA: Fix CMP0007 warning in run_nvcc.cmakeUmar Arshad2017-10-041-5/+4 * FindCUDA: Use long brackets to handle spaces in CUDA_NVCC_COMPILE_DEFINITIONSRobert Maynard2017-08-151-1/+1 * FindCUDA: Add CUDA9/Volta recognitionBoris Fomitchev2017-08-101-2/+10 * FindCUDA: Fix PTX selection with multiple architecturesBjoern Thiel2017-02-221-0/+1 * FindCUDA: Fix typo in CUDA_DETECT_INSTALLED_GPUS doc stringPierre Moreau2017-02-021-1/+1 * FindCUDA: Enable CUDA_SELECT_NVCC_ARCH_FLAGS Auto for MSVCBjoern Thiel2017-01-251-9/+11 * FindCUDA: Support `2.1(2.0)` architecture notationBoris Fomitchev2016-08-231-4/+4 * FindCUDA: Take NVCC include directories from target propertiesPeter Boettcher2016-08-161-1/+16 * Use string(APPEND) in ModulesDaniel Pfeifer2016-07-272-2/+2 * FindCUDA: Refactor Android(Tegra) supportBoris Fomitchev2016-06-091-0/+195 * FindCUDA: Only warn about non-existent dependency files in verbose modeJames Bigler2016-02-082-1/+14 * FindCUDA: Added some additional comments about non-existent dependency files.James Bigler2016-02-051-0/+2 * FindCUDA: Fix for when a non-existent dependency file is found.James Bigler2016-02-051-1/+1 * FindCUDA: Add specific cuda_language_flag instead of using nvcc.James Bigler2015-04-091-0/+2 * FindCUDA: Avoid if() auto-dereference in string comparisonsAdam Strzelecki2014-09-241-1/+1 * FindCUDA: Fix OSX Clang & no C language enabledAdam Strzelecki2014-06-301-2/+2 * Replace MATCHES ".+" tests with NOT STREQUAL ""Rolf Eike Beer2014-04-14