aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2021-09-18Allow spaces in CC, CXX and ARdec05eba
2021-05-24force c locale, remove need for sudo in install scriptdec05eba
2021-05-21Temporary disable package server, update readmedec05eba
2021-04-05Oops.. optimizations disabled by default in release modedec05eba
2021-02-10Disable flto by default and add --flto to enable itdec05eba
2020-11-03Remove ability to use git projects as dependencies. Users can add them as ↵dec05eba
git submodules instead
2020-09-14Remove preview imagedec05eba
2020-07-30Use large filedec05eba
2020-07-12update readme with dependenciesdec05eba
2020-07-06Fix sanitizers (and tests) by allowing to specify which sanitizer to use. ↵dec05eba
Its not possible to use all of them at the same time
2020-07-06Use my own domain instead of gitlab for packagesdec05eba
2020-07-06Remove archlinux pkgbuild (it shouldn't be here) and update readmedec05eba
2020-07-06Add 'lib' config, for including external libraries without pkg-configdec05eba
2020-07-06Document $out directorydec05eba
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