summaryrefslogtreecommitdiff
path: root/.gitattributes
Commit message (Collapse)AuthorAgeFilesLines
* gitattributes: prefer `eol=crlf` to `-crlf`Ben Boeckel2017-08-231-4/+4
| | | | | | The `crlf` attribute is deprecated in Git. This also changes the given files to be in the index using LF newlines, but they will be checked out with CRLF newlines due to the attribute.
* gitattributes: prefer `eol=lf` to `crlf=input`Ben Boeckel2017-08-231-5/+5
| | | | The `crlf` attribute is deprecated in Git.
* gitattributes: prefer `-text` for binary filesBen Boeckel2017-08-231-2/+3
|
* gitattributes: remove unused attributesBen Boeckel2017-08-231-2/+0
|
* clang-format.bash: Use Git attributes to mark files for formattingBrad King2017-02-221-3/+3
|
* Define a custom Git attribute to mark sources using our C styleBrad King2017-02-221-5/+15
|
* Define a custom Git attribute to mark source files as generatedBrad King2017-02-221-0/+4
|
* Tell Git to use a distinct conflict marker size in `.rst` filesBrad King2016-05-161-0/+2
| | | | | Use a long conflict marker size that is unlikely to be in conflict with a `=======` section header underline.
* Drop Visual Studio 6 generatorBrad King2016-03-091-1/+0
| | | | | | This generator has been deprecated since CMake 3.3. Remove it. Update documentation, modules, and tests to drop content specific to this generator.
* VS: Mark Windows Phone and Store targets as App ContainersGilles Khouzam2014-09-021-0/+2
| | | | | | | | | | | * Add AppContainerApplication to non-UTILITY targets * Generate app manifest and related files if project does not provide them. Place them in a per-target directory to avoid clashes. * Mark WinRT components with WinMDAssembly * Import Windows Phone 8.0 targets in .vcxproj files when necessary, and reference platform.winmd. Inspired-by: Paul Annetts <paul@lightunobscured.com>
* Add CMAKE_GNUtoMS option to convert GNU .dll.a to MS .libBrad King2011-12-051-0/+1
| | | | | | | | | | | | | | | | Teach the Windows-GNU.cmake platform file to look for Visual Studio tools matching the target ABI. Add an extra step to the link command for shared libraries and executables that export symbols and on which a new GNUtoMS property is set (initialized by the CMAKE_GNUtoMS option). Tell the GNU linker to output a module definition (.def) file listing exported symbols in addition to the GNU-format import library (.dll.a). Pass the .def file to the MS "lib" tool to construct a MS-format DLL import library (.lib). Teach the install(TARGETS) command to install the MS import library next to the GNU one. Teach the install(EXPORT) and export() command to set the IMPORTED_IMPLIB property pointing at the import library to use the import library matching the tools in the importing project.
* Add pre-commit|commit-msg|prepare-commit-msg hook placeholdersBrad King2011-10-241-0/+1
| | | | | Add CMake-specific hook placeholders that chain from the main hooks branch after it is installed into the local .git/hooks directory.
* Add whitespace=tab-in-indent attribute for sourcesBrad King2010-08-301-0/+6
| | | | Tell Git 1.7.2 and later to reject indentation with TABs.
* *** empty log message ***Bill Hoffman2000-08-291-0/+14