aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2020-07-06Remove install script. Use cmake/install.sh insteaddec05eba
2020-07-06Update readmedec05eba
2020-07-06Add error_on_warning option to allow turning compiler warnings to errorsdec05eba
2020-07-06Update readmedec05eba
2020-07-06Update readmedec05eba
2020-07-06Better readmedec05eba
2020-07-06Update readmedec05eba
2020-07-06Update readme, remove distributed packagesdec05eba
2020-07-06Compile cmake sub project as cmakedec05eba
2020-07-06Change linux platform from 64 to x86_64, add sibs platforms commanddec05eba
2020-07-06Temporary remove compdb check. Is compdb really needed?dec05eba
2020-07-06Move build files into platform specific locationdec05eba
2020-07-06Add support for emscripten, fix compdb for testsdec05eba
2020-07-06Add cygwin supportdec05eba
2020-07-06No longer alphadec05eba
2020-07-06Use ranges for dependency versiondec05eba
2020-07-06Add posix as a platform, remove zig from compile_commands.jsondec05eba
2020-07-06Update README with info about IDE supportdec05eba
2020-07-06Use compdb tool to include header files in compile_commands.jsondec05eba
2020-07-06Update README with haiku infodec05eba
2020-07-06Add support for Haikudec05eba
2020-07-06Update README, use system platform for new project templatedec05eba
2020-07-06Fix for windows & mingwdec05eba
2020-07-06Add cross compilation (mingw-w64 x86_64)dec05eba
Currently only cross compiling from linux64 to win64 works. Need to test cross compilation more, currently the cross compilation uses same profile as GCC, is that correct?
2020-07-06Add package lib blacklist, remove patchelf dependencydec05eba
Some libraries such as gpu driver libraries cant be distributed because even though the program is run on the same cpu arch, gpu can differ. Removed dependency on patchelf, as it's not needed when executing ld-so directly with --library-path
2020-07-06Add --bundle-install option to reduce distributable package sizedec05eba
* Downloads libraries from internet if they are missing from the system * Libraries are shared among all sibs projects as long as they use same library versions
2020-07-06Update README with info about clang&musl for packagingdec05eba
2020-07-06Bundle libnss libraries when packaging...dec05eba
2020-07-06Fix runtime crash in bundled packagedec05eba
2020-07-06Update README with package infodec05eba
2020-07-06Update README with usage infodec05eba
2020-07-06Update README, remove old TODOdec05eba
2020-07-06Allow specifying project platform without archdec05eba
2020-07-06Update README.mddec05eba
2020-07-06Add OpenBSD supportCharlie Root
2020-07-06Fix README table formattingdec05eba
2020-07-06Update readme, project.conf and install script for macdec05eba
2020-07-06Add support for macosdec05eba
2020-07-06Fix TODO: Move include_dirs & ignore_dirs under configdec05eba
Merge duplicate parsing code into one function
2020-07-06Remove project.tests, always use tests subdirdec05eba
2020-07-06Update README with supported platformsdec05eba
2020-07-06Fix build with msvc (windows)dec05eba
Fix freeze when sub process (exec) returns a lot of data (in stdout)
2020-07-06Fix build for windowsdec05eba
2020-07-06Update readme with info about zig header filesdec05eba
2020-07-06Replace github links with gitlab links in readmedec05eba
2020-07-06Add support for running zig testsdec05eba
2020-07-06Add zig support (still primitive)dec05eba
2020-07-06Update readmedec05eba
2020-07-06Update readme with more installation infodec05eba
2020-07-06Add info to readme about IDE supportdec05eba