Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-06 | Update README with haiku info | dec05eba | |
2020-07-06 | Add support for Haiku | dec05eba | |
2020-07-06 | Update README, use system platform for new project template | dec05eba | |
2020-07-06 | Fix for windows & mingw | dec05eba | |
2020-07-06 | Add 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-06 | Add package lib blacklist, remove patchelf dependency | dec05eba | |
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-06 | Add --bundle-install option to reduce distributable package size | dec05eba | |
* 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-06 | Update README with info about clang&musl for packaging | dec05eba | |
2020-07-06 | Bundle libnss libraries when packaging... | dec05eba | |
2020-07-06 | Fix runtime crash in bundled package | dec05eba | |
2020-07-06 | Update README with package info | dec05eba | |
2020-07-06 | Update README with usage info | dec05eba | |
2020-07-06 | Update README, remove old TODO | dec05eba | |
2020-07-06 | Allow specifying project platform without arch | dec05eba | |
2020-07-06 | Update README.md | dec05eba | |
2020-07-06 | Add OpenBSD support | Charlie Root | |
2020-07-06 | Fix README table formatting | dec05eba | |
2020-07-06 | Update readme, project.conf and install script for mac | dec05eba | |
2020-07-06 | Add support for macos | dec05eba | |
2020-07-06 | Fix TODO: Move include_dirs & ignore_dirs under config | dec05eba | |
Merge duplicate parsing code into one function | |||
2020-07-06 | Remove project.tests, always use tests subdir | dec05eba | |
2020-07-06 | Update README with supported platforms | dec05eba | |
2020-07-06 | Fix build with msvc (windows) | dec05eba | |
Fix freeze when sub process (exec) returns a lot of data (in stdout) | |||
2020-07-06 | Fix build for windows | dec05eba | |
2020-07-06 | Update readme with info about zig header files | dec05eba | |
2020-07-06 | Replace github links with gitlab links in readme | dec05eba | |
2020-07-06 | Add support for running zig tests | dec05eba | |
2020-07-06 | Add zig support (still primitive) | dec05eba | |
2020-07-06 | Update readme | dec05eba | |
2020-07-06 | Update readme with more installation info | dec05eba | |
2020-07-06 | Add info to readme about IDE support | dec05eba | |
2018-05-16 | Update README.md | dec05eba | |
2018-05-15 | Update README.md | dec05eba | |
2018-03-21 | Add info about sub projects | dec05eba | |
2018-01-26 | Update readme with git dependency | dec05eba | |
2018-01-07 | Add info about lang.c and lang.cpp | dec05eba | |
2018-01-06 | Add define.static and define.dynamic to readme | dec05eba | |
2018-01-03 | Add custom define option | dec05eba | |
2018-01-03 | CMake: Add all generated library files as dependency instead of the last | dec05eba | |
modified one | |||
2018-01-02 | Add missing return statement causing segfault | dec05eba | |
Added compile flags to give error when missing return statement | |||
2018-01-01 | Add config parsing for cmake | dec05eba | |
cmake has not integrated yet, but it will parse... Add test script to easily run tests | |||
2018-01-01 | Update README.md | dec05eba | |
2018-01-01 | Update README.md | dec05eba | |
2018-01-01 | Update README.md | dec05eba | |
2018-01-01 | Update README.md | dec05eba | |
2018-01-01 | Update README.md | dec05eba | |
2018-01-01 | Add info about project.conf | dec05eba | |
2017-12-30 | Update README.md | dec05eba | |
2017-12-28 | Update readme with install instruction | dec05eba | |
2017-12-09 | Updated readme | dec05eba | |