index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmELF.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into file-grd-arch
Kyle Edwards
2021-07-12
1
-4/+3
|
\
|
*
cmELF: Include the ELF parsing code unconditionally
Alex Richardson
2021-06-24
1
-4/+0
|
*
cmELF: Fix check for TagMipsRldMapRel
Alex Richardson
2021-06-24
1
-0/+3
*
|
file(GET_RUNTIME_DEPENDENCIES): Check architecture of dependencies
Kyle Edwards
2021-07-12
1
-0/+4
|
/
*
Rename CMAKE_USE_ELF_PARSER to CMake_USE_ELF_PARSER
Brad King
2021-02-03
1
-2/+2
*
Modernize: Use #pragma once in all header files
Kitware Robot
2020-09-03
1
-4/+1
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-04
1
-1/+1
*
cmELF: Modernize to use std::unique_ptr instead of new/delete
Sebastian Holtermann
2019-07-17
1
-1/+2
*
Delete some default constructors and assignment operators
Albert Astals Cid
2019-02-15
1
-0/+3
*
Mark operator bool explicit
Regina Pfeifer
2018-11-19
1
-1/+1
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-1/+1
*
clang-format: format all code as Cpp11
Daniel Pfeifer
2017-08-30
1
-1/+1
*
IWYU: Mark cmConfigure.h with pragma: keep
Daniel Pfeifer
2017-08-26
1
-1/+1
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1/+1
*
elf: Remove GetDynamicEntryCount and ReadBytes methods
James Cowgill
2016-10-07
1
-7/+0
*
cmSystemTools, elf: handle DT_MIPS_RLD_REL_MAP in RemoveRPath
James Cowgill
2016-10-07
1
-1/+1
*
elf: add DynamicEntryList methods and rpath tag constants
James Cowgill
2016-10-06
1
-0/+18
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-0/+5
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-5/+2
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
ENH: Added cmELF methods to get information about DYNAMIC section entries.
Brad King
2008-04-14
1
-0/+14
*
BUG: A few more corrections for cmELF
Brad King
2008-03-02
1
-1/+3
*
ENH: Add Size member to cmELF::StringEntry to return the amount of space in t...
Brad King
2008-03-01
1
-0/+4
*
ENH: Make cmELF parser more general and powerful
Brad King
2008-02-29
1
-0/+17
*
ENH: Add ELF file parsing
Brad King
2008-02-27
1
-0/+76