Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-06 | License headers, formatting cleanup. | Daniil Baturin | |
2015-04-06 | Fix target name in a .PHONY directive. | Daniil Baturin | |
2015-04-05 | Use build/ dir for object files. | 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. | |||
2015-04-05 | Build scripts revamp. | Daniil Baturin | |
2015-03-10 | Add a makefile. | Daniil Baturin | |