Branch: refs/heads/cmake_modernization
Home: https://github.com/dyninst/dyninst
Commit: c98df5b73ef51aa690c90373965861c9e791e75c
https://github.com/dyninst/dyninst/commit/c98df5b73ef51aa690c90373965861c9e791e75c
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2022-12-19 (Mon, 19 Dec 2022)
Changed paths:
M parseAPI/src/IA_power.C
Log Message:
-----------
Remove dead implementation of IA_power::isLinkerStub (#1342)
Disabled by a382e03ff in 2012.
Commit: 2e3bf92eedf575c780e4381ae810a050ee404f03
https://github.com/dyninst/dyninst/commit/2e3bf92eedf575c780e4381ae810a050ee404f03
Author: kupsch <kupsch@xxxxxxxxxxx>
Date: 2023-01-05 (Thu, 05 Jan 2023)
Changed paths:
M dataflowAPI/src/AbslocInterface.C
Log Message:
-----------
add missing include file (#1344)
- add missing #include <deque>
On more platforms and library combinations <deque> is included via
some other header, but there is combination where this is not true
Commit: 3ac13c33c804a9afa4bf57d561bbbc7a4c96ae5a
https://github.com/dyninst/dyninst/commit/3ac13c33c804a9afa4bf57d561bbbc7a4c96ae5a
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2023-01-10 (Tue, 10 Jan 2023)
Changed paths:
M common/src/Types.h
M common/src/arch-x86.h
Log Message:
-----------
Refactor common/src/Types.h (#1351)
* Remove double128_t
It's never used
* Replace custom limit macros with the ones from stdint
* Remove custom fixed-width types and limit macros
We require C++11, so just use the [c]stdint headers.
* Use correct signedness for Address comparison
Commit: cedbea1c7e289a6bde4f0d6d544d3f15c36c73ce
https://github.com/dyninst/dyninst/commit/cedbea1c7e289a6bde4f0d6d544d3f15c36c73ce
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2023-01-10 (Tue, 10 Jan 2023)
Changed paths:
M common/src/Types.h
M common/src/arch-x86.h
M dataflowAPI/src/AbslocInterface.C
M parseAPI/src/IA_power.C
Log Message:
-----------
Merge branch 'master' into cmake_modernization
Compare: https://github.com/dyninst/dyninst/compare/63aa73cecff8...cedbea1c7e28
|