Commit Graph

16 Commits

Author SHA1 Message Date
Chen Huitao
c09adf5b7b
remove apci, default-congfigs (#1288)
* remove apic files. update make and cmake.

* remove default-configs dir.

* fix a mem-leak bug. remove owner arg in memory.
2020-06-08 08:21:44 +08:00
chenhuitao
6fc4fc41ec update cmake. remove warnings. 2020-06-07 04:57:03 +08:00
John Zimmermann
cc586bdba6 cmake: fix build if workdir is outside of CMAKE_BINARY_DIR (#1284)
this e.g. happens if you would try to compile this like this:

cmake -B build
cmake --build build --config Release
2020-06-06 12:55:14 +08:00
John Zimmermann
991d2432b3
cmake: fix static linking due to cyclic deps (#1281)
linking of samples like sample_arm do fail due to cyclic references in
the archives
2020-06-04 17:37:23 +08:00
Nguyen Anh Quynh
42bc8b1768 cmake: more typo fix of UNICRON (ppc) 2020-06-03 10:15:55 +08:00
scribam
a23ce3c27f cmake: fix typo "UNICRON" => "UNICORN" (#1277) 2020-06-03 10:14:33 +08:00
Nguyen Anh Quynh
0cfe8b9bad cmake: fix Visual Studio build with FI, following other archs 2020-06-02 16:08:24 +08:00
scribam
d3e55b1c2d cmake: fix Visual Studio build (#1276) 2020-06-02 16:06:15 +08:00
scribam
1a68ae656f cmake: add option to build unicorn as a static library (#1275) 2020-06-01 00:02:05 +08:00
Nguyen Anh Quynh
132d97dfea cmake supports PPC. TODO: msvc/unicorn/ppc-softmmu is still missing 2020-05-27 16:33:08 +08:00
Nguyen Anh Quynh
d5d513d9f1 bump version to 1.0.3 2020-05-27 14:50:07 +08:00
Nguyen Anh Quynh
d7e61123ac cmake: spacing 2020-05-01 20:18:07 +08:00
Nguyen Anh Quynh
00bbe2ce7d we do not need Python to build anymore 2020-04-30 13:58:33 +08:00
Chen Huitao
d5f088c85f
add host detection in CMakeLists.txt (#1244)
* fix finding python path which only has python3.

* add host detection.

* add ia64, ppc, s390 host detections.
2020-04-29 08:47:48 +08:00
Nguyen Anh Quynh
8ff326a2a3
fix finding python path which only has python3. (#1220) 2020-03-06 01:48:53 +08:00
Chen Huitao
60896de9f4 add CMakeList.txt. build windows binary by using vs2019. (#1134)
* add CMakeList.txt. build windows binary by using vs2019.

* remove macro redefinition warning.

* add nmake.bat.

* update CMakeLists.txt. build successfully on Ubuntu-1804-amd64.

* add CMakeList.txt. build windows binary by using vs2019.

* remove macro redefinition warning.

* add nmake.bat.

* update CMakeLists.txt. build successfully on Ubuntu-1804-amd64.

* Add build specific arch option.

* fix old MSVC inline and mipsel macro.

* add install target and option of embeded MSVCRT lib.

* add cmake.sh and document.

* add xwings and chenhuitao as programmer.

* fix COMPILE-CMAKE. rename txt to md.
2019-09-08 16:42:43 +08:00