aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
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
2018-05-16Update README.mddec05eba
2018-05-15Update README.mddec05eba
2018-03-21Add info about sub projectsdec05eba
2018-01-26Update readme with git dependencydec05eba
2018-01-07Add info about lang.c and lang.cppdec05eba
2018-01-06Add define.static and define.dynamic to readmedec05eba
2018-01-03Add custom define optiondec05eba
2018-01-03CMake: Add all generated library files as dependency instead of the lastdec05eba
modified one
2018-01-02Add missing return statement causing segfaultdec05eba
Added compile flags to give error when missing return statement
2018-01-01Add config parsing for cmakedec05eba
cmake has not integrated yet, but it will parse... Add test script to easily run tests
2018-01-01Update README.mddec05eba