Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-04 | T6763: Delete Jenkins filemergify/bp/circinus/pr-4 | Viacheslav Hletenko | |
(cherry picked from commit 6cc081b73f70e338b66995ef8ff49aecfb7c7940) | |||
2024-09-14 | Merge pull request #2 from sever-sever/T6674-trigger-rebuils-circinus | Christian Breunig | |
T6674: Action add trigger workflow to rebuild package | |||
2024-09-14 | T6674: Action add trigger workflow to rebuild package | Viacheslav Hletenko | |
2023-04-01 | Debian: T5003: upgrade dependencies to match bookworm release | Christian Breunig | |
2023-03-12 | Debian: bump compat version 9 -> 12 | Christian Breunig | |
2021-06-20 | Debian: prepare for Debian 11 (Bullseye) | Christian Poessinger | |
2021-03-26 | Jenkins: enable arm64 builds | Christian Poessinger | |
2020-06-23 | Jenkins: T2625: migrate to build library | Christian Poessinger | |
2020-03-21 | Jenkins: T1870: support GitHub PullRequest builds | Christian Poessinger | |
2020-02-14 | Debian: T2039: increase dependency to libgnat-8 | Christian Poessinger | |
This now supports building for VyOS 1.2 (crux), Debian Jessie and VyOS 1.3, Debian Buster. | |||
2020-02-14 | Jenkins: use uniform branch independent pipeline | Christian Poessinger | |
2019-05-24 | Create Jenkinsfile crux | Kim Hagen | |
2019-04-29 | Merge pull request #4 from c-po/master | Daniil Baturin | |
Debian: support package build on Debian Buster | |||
2019-04-28 | Debian: support package build on Debian Buster | Christian Poessinger | |
2019-01-20 | Update version and Debian package changelog. | Daniil Baturin | |
2019-01-20 | Enable Debian package build on ARM64 and Debian Stretch. | Daniil Baturin | |
2019-01-20 | Add a DMI-based check for QEMU vs KVM. | Daniil Baturin | |
This enabled KVM detection on non-x86 machines. | |||
2019-01-20 | Add an OS-independent check for QEMU > 2.10 (using TCG signature). | Daniil Baturin | |
2019-01-20 | Add support for detecting QEMU on x86. | Daniil Baturin | |
Side effect: KVM on ARM64 is detected as QEMU (maybe better than not detecting anything). | |||
2019-01-20 | Make conversion to a char array a responsibility of Command_Succeds, not its ↵ | Daniil Baturin | |
users. | |||
2019-01-20 | Fix a missing semicolon. | Daniil Baturin | |
2018-12-22 | Add support for correctly detecting VirtualBox using KVM or Hyper-V as its ↵ | Daniil Baturin | |
backend. | |||
2018-06-07 | CPUID check for bhyve is supported too, mention it in the README | Daniil Baturin | |
2018-05-03 | Update the debian changelog. | Daniil Baturin | |
2018-05-03 | Update version to 1.1, recent changes kinda warrant it. | Daniil Baturin | |
2018-03-30 | Update README. | Daniil Baturin | |
2018-03-30 | Add a debug option and refactor the checks. | Daniil Baturin | |
2016-04-01 | Merge pull request #3 from Artox/master2 | Daniil Baturin | |
add armhf as a build-architecture for the binary package | |||
2016-04-01 | add armhf as a build-architecture for the binary package | Josua Mayer | |
2016-04-01 | Fix conditional build. | Daniil Baturin | |
2016-04-01 | Crude support for building on non-x86 architectures. | Daniil Baturin | |
Right now the CPUID procedure is made to return zeroes on non-x86 platforms through conditional compilation. A cleaner solution would be to use separate procedures and specify implementation through gprbuild directives. | |||
2015-04-12 | GNU Make note. | Daniil Baturin | |
2015-04-08 | Bump version to 1.0. | Daniil Baturin | |
Let's pretend it's stable. | |||
2015-04-08 | Workaround for lack of libgnat virtual package in debian. | Daniil Baturin | |
2015-04-08 | Add debian packaging. | Daniil Baturin | |
2015-04-08 | Add makefile option for build target. | Daniil Baturin | |
2015-04-08 | Check if build dir exists before doing gprclean. | Daniil Baturin | |
2015-04-07 | Use DESTDIR parameter in the makefile. | Daniil Baturin | |
2015-04-07 | Supress output in virtualbox PCI check. | Daniil Baturin | |
2015-04-06 | Get rid of human-readable names duplication. | Daniil Baturin | |
2015-04-06 | Add build/ to .gitignore | Daniil Baturin | |
2015-04-06 | License headers, formatting cleanup. | Daniil Baturin | |
2015-04-06 | Add VirtualBox PCI detection on FreeBSD. | Daniil Baturin | |
2015-04-06 | Fix target name in a .PHONY directive. | Daniil Baturin | |
2015-04-06 | Oops, bhyve CPUID signature has a trailing space. | Daniil Baturin | |
2015-04-06 | Add bhyve support. | Daniil Baturin | |
2015-04-05 | Improve the README a little. | Daniil Baturin | |
2015-04-05 | Use build/ dir for object files. | Daniil Baturin | |
2015-04-05 | Remove src/config.ads, it's autogenerated now. | Daniil Baturin | |
2015-04-05 | Improve dependencies in the makefile. | Daniil Baturin | |
Make src/hvinfo a phony target to let gprbuild sort out actual Ada dependencies. |