Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the POSIX invocation of the `file` command | Joseph Hunkeler | 2020-03-03 | 1 | -7/+20 |
* | Stop execution when SHELL is undefined | Joseph Hunkeler | 2020-03-03 | 1 | -0/+6 |
* | Add "objdump" to list of requirements | Joseph Hunkeler | 2020-03-03 | 1 | -0/+1 |
* | Improvements: | Joseph Hunkeler | 2020-03-03 | 1 | -2/+11 |
* | Use strdup() instead | Joseph Hunkeler | 2020-03-03 | 1 | -2/+1 |
* | Bug fixes: | Joseph Hunkeler | 2020-03-03 | 1 | -6/+9 |
* | Do not force user to have a mirrorlist configuration | Joseph Hunkeler | 2020-03-03 | 1 | -2/+17 |
* | Check for error when opening path_manifest | Joseph Hunkeler | 2020-03-03 | 1 | -1/+5 |
* | Add missing LF in usage | Joseph Hunkeler | 2020-03-03 | 1 | -1/+1 |
* | Bug fixes: | Joseph Hunkeler | 2020-03-03 | 1 | -7/+20 |
* | Begin consolidating paths (manifests and temp directories) | Joseph Hunkeler | 2020-03-02 | 4 | -40/+39 |
* | Refactor startswith() and endswidth() usage | Joseph Hunkeler | 2020-03-02 | 6 | -10/+17 |
* | Simplify startswith() and endswidth() calls to avoid looking at API | Joseph Hunkeler | 2020-03-02 | 1 | -7/+7 |
* | Trying to iron out a few manifest pathing issues | Joseph Hunkeler | 2020-02-28 | 4 | -60/+132 |
* | Improvements: | Joseph Hunkeler | 2020-02-28 | 8 | -84/+261 |
* | Fix off-by-one error in config parser | Joseph Hunkeler | 2020-02-28 | 1 | -14/+29 |
* | Add join_ex() [simplified join() function] | Joseph Hunkeler | 2020-02-28 | 1 | -0/+59 |
* | Multiple things: | Joseph Hunkeler | 2020-02-26 | 9 | -69/+325 |
* | Refactor: | Joseph Hunkeler | 2020-02-25 | 1 | -60/+42 |
* | Fix invalid array access on short strings | Joseph Hunkeler | 2020-02-25 | 1 | -3/+9 |
* | Break out of scanning loop when a match is discovered | Joseph Hunkeler | 2020-02-25 | 1 | -1/+2 |
* | Free ManifestPackage variables | Joseph Hunkeler | 2020-02-25 | 1 | -1/+4 |
* | Refactor spm_* directory names: | Joseph Hunkeler | 2020-02-25 | 1 | -20/+23 |
* | Refactor installation: | Joseph Hunkeler | 2020-02-25 | 1 | -37/+167 |
* | Add spm_mkdtemp() function | Joseph Hunkeler | 2020-02-25 | 1 | -1/+17 |
* | Implement prompt_user flag | Joseph Hunkeler | 2020-02-25 | 1 | -0/+1 |
* | Add user_input.c to cmake | Joseph Hunkeler | 2020-02-25 | 1 | -2/+2 |
* | Initial commit of user_input.[c,h] | Joseph Hunkeler | 2020-02-25 | 1 | -0/+46 |
* | Add pkg-config environment variable | Joseph Hunkeler | 2020-02-24 | 1 | -0/+4 |
* | Rename ambiguous variables | Joseph Hunkeler | 2020-02-24 | 1 | -96/+32 |
* | Replace deps.c with resolve.c | Joseph Hunkeler | 2020-02-24 | 1 | -1/+1 |
* | Add install_show_package() | Joseph Hunkeler | 2020-02-24 | 1 | -0/+9 |
* | Add comparison function, refactor defines | Joseph Hunkeler | 2020-02-24 | 1 | -18/+35 |
* | Initial commit of resolve.c (deps.c replacement) | Joseph Hunkeler | 2020-02-24 | 1 | -0/+47 |
* | Remove deps.c | Joseph Hunkeler | 2020-02-24 | 1 | -223/+0 |
* | Metadata: | Joseph Hunkeler | 2020-02-20 | 4 | -8/+8 |
* | Fix increment warning | Joseph Hunkeler | 2020-02-19 | 1 | -2/+1 |
* | Finish removing find_package calls: | Joseph Hunkeler | 2020-02-19 | 2 | -15/+13 |
* | Update cmake configs | Joseph Hunkeler | 2020-02-18 | 1 | -6/+0 |
* | Decrease verbosity during installation (unless requested) | Joseph Hunkeler | 2020-02-18 | 1 | -10/+18 |
* | Allow compilation on OSX. Not much else I assume | Joseph Hunkeler | 2020-02-18 | 3 | -3/+14 |
* | Add missing formatter strings | Joseph Hunkeler | 2020-02-18 | 2 | -2/+2 |
* | Rework dependency scanning: | Joseph Hunkeler | 2020-02-18 | 6 | -54/+102 |
* | Refactor continues: | Joseph Hunkeler | 2020-02-17 | 12 | -115/+160 |
* | Implement ManifestList: | Joseph Hunkeler | 2020-02-13 | 2 | -26/+119 |
* | Begin refactoring to support multiple manifests: | Joseph Hunkeler | 2020-02-13 | 4 | -17/+58 |
* | Add get_package_ext and check_rt_env command interfaces | Joseph Hunkeler | 2020-02-11 | 1 | -2/+31 |
* | Refactor project structure: | Joseph Hunkeler | 2020-02-11 | 2 | -1/+2 |
* | Do not modify PATH anymore | Joseph Hunkeler | 2020-02-10 | 1 | -13/+2 |
* | Clean up record allocation | Joseph Hunkeler | 2020-02-10 | 1 | -3/+1 |