summaryrefslogtreecommitdiffstats
path: root/test/ttime.c
Commit message (Expand)AuthorAgeFilesLines
* Change copyright headers to replace url referring to file to belrknox2017-05-161-6/+4
* [svn-r24810] Description:Quincey Koziol2014-03-171-0/+2
* [svn-r14199] Description:Quincey Koziol2007-10-111-2/+2
* [svn-r14193] Description:Quincey Koziol2007-10-081-2/+2
* [svn-r14160] Description:Quincey Koziol2007-09-271-8/+8
* [svn-r14156] Description:Quincey Koziol2007-09-261-8/+8
* [svn-r13253] Updated all C and C++ style source code files with the THG copyr...Albert Cheng2007-02-071-2/+3
* [svn-r11245] Purpose:Quincey Koziol2005-08-131-18/+18
* [svn-r8048] Purpose:Quincey Koziol2004-01-101-18/+8
* [svn-r7095] Purpose:Quincey Koziol2003-06-241-6/+100
* [svn-r6538] Purpose:Bill Wendling2003-03-311-11/+13
* [svn-r3770] Purpose:Bill Wendling2001-04-031-2/+2
* [svn-r3745] Purpose:Quincey Koziol2001-04-011-4/+4
* [svn-r3677] Purpose:Albert Cheng2001-03-201-4/+0
* [svn-r2699] Purpose:Quincey Koziol2000-10-191-0/+155
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In generators such as Ninja that can run multiple "cl" processes that refer to the same compiler .pdb file (/Fd) at the same time, MSVC from Visual Studio 2013 complains: fatal error C1041: cannot open program database '.../vc120.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS According to "cl /?": /FS force to use MSPDBSRV.EXE Add the flag to compilation lines for this compiler version just after the /Fd option. * | | | | Merge topic 'vs-intel-compiler'Brad King2013-10-201-1/+5 |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 1b7117a VS 6: Do not try Intel Fortran .vfproj file with msdev | * | | | | VS 6: Do not try Intel Fortran .vfproj file with msdevBrad King2013-10-191-1/+5 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Teach CMakeDetermineCompilerId to skip trying to build a .vfproj file for Intel Fortran under Visual Studio 6. The msdev command-line build produces a popup error dialog that hangs the configuration. * | | | | | Merge topic 'vs-intel-compiler'Brad King2013-10-1811-99/+103 |\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d14898b Intel: Fix detection of MSVC version simulated by pre-11.0 Fortran a85e17e Intel: When simulating MSVC, re-use Windows-MSVC (#14476) af40e8c VS: Detect Intel Fortran compiler id and version b8522a8 VS: Expose Intel Fortran .vfproj format version to CMake language 2d36c9a CMakeDetermineCompilerId: Fix Intel Fortran compiler id detection a6fd17c VS: Fix CMAKE_<LANG>_COMPILER detection with Intel toolset (#14471) | * | | | | Intel: Fix detection of MSVC version simulated by pre-11.0 FortranBrad King2013-10-181-3/+1 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Intel Fortran 10 64-bit compiler incorrectly defines _MSC_VER to its own version (1020) instead of the underlying MSVC tools version. Since we expect the compiler to be used only with VS >= 7 tools, assume MSVC version 13.0 if _MSC_VER is not greater than 1300. | * | | | | Intel: When simulating MSVC, re-use Windows-MSVC (#14476)Brad King2013-10-188-93/+51 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Teach CMake(C|CXX|Fortran)CompilerId* to report the MSVC version simulated by the Intel compiler, if any. Refactor the Windows-Intel platform information helper module to load Windows-MSVC instead of duplicating the information. Teach Windows-MSVC to understand when it is loaded as the simulated Fortran compiler (its preprocessor is simulated). | * | | | | VS: Detect Intel Fortran compiler id and versionBrad King2013-10-183-5/+47 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Teach CMakeDetermineCompilerId to use a .vfproj project file to build the Fortran compiler id source file under the Visual Studio generators. | * | | | | CMakeDetermineCompilerId: Fix Intel Fortran compiler id detectionBrad King2013-10-161-1/+4 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Intel Fortran compiler needs the /fpp option to enable C preprocessing. Without the option the compiler may warn and ignore preprocessor lines instead of failing with an error. Detect the warning and treat it as failure so that we move on to try /fpp and detect the correct id. Without this it works only by luck because Intel is the first compiler id in our detection source file. | * | | | | VS: Fix CMAKE_<LANG>_COMPILER detection with Intel toolset (#14471)Brad King2013-10-161-0/+3 | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | When the platform toolset is from Intel, look for "icl.exe" instead of "cl.exe". * | | | | Merge topic 'wix-documentation-escapes'Brad King2013-10-171-2/+2 |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 42b4f6c CPackWiX: prevent attribute references in docs from being interpreted | * | | | | CPackWiX: prevent attribute references in docs from being interpretedNils Gladitz2013-10-161-2/+2 | |/ / / / * | | | | Qt4: make pro files generated for translations easier to readRolf Eike Beer2013-10-161-3/+4 |/ / / / | | | | | | | | | | | | | | | | -use one line for each input file and include directory -remove duplicate include directories * | | | Modules/readme.txt: Update steps to add module documentationBrad King2013-10-161-23/+41 | | | | | | | | | | | | | | | | | | | | Replace the old module documentation instructions with steps to add reStructuredText documentation that will be built by Sphinx. * | | | CPack: Replace #<type> markup with reStructuredText equivalentKitware Robot2013-10-1611-1188/+805 | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop #end and #module. Convert #section to a subsection header. Convert #variable to the cmake domain "variable" directive. Convert #macro to the cmake domain "command" directive. Perform minor formatting fixes in text near these changes. * | | | Help: Fix reStructuredText syntax in auto-generated documentsBrad King2013-10-153-4/+1 | | | | * | | | ExternalProject: Restore documentation indentation levelBrad King2013-10-151-70/+70 | | | | | | | | | | | | | | | | | | | | This module parses its own documentation to extract supported options. Fix the indentation level to match that expected by the parser. * | | | Convert builtin help to reStructuredText source filesKitware Robot2013-10-15