Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix shell command benchmarking | Joseph Hunkeler | 2020-03-30 | 2 | -12/+12 | |
|/ | ||||||
* | Merge pull request #7 from jhunkeler/strdup_array-test | Joseph Hunkeler | 2020-03-28 | 5 | -54/+92 | |
|\ | | | | | strdup_array test | |||||
| * | Add strdup_array() test | Joseph Hunkeler | 2020-03-28 | 1 | -0/+30 | |
| | | ||||||
| * | Add `const char **` type to TestValue union | Joseph Hunkeler | 2020-03-28 | 1 | -0/+1 | |
| | | ||||||
| * | bugfix: spm_prompt_user did not capture input and process it as intended | Joseph Hunkeler | 2020-03-28 | 1 | -54/+19 | |
| | | ||||||
| * | Add strcmp_array() function | Joseph Hunkeler | 2020-03-28 | 2 | -0/+42 | |
| | | ||||||
* | | Merge pull request #6 from jhunkeler/test-normalize-space | Joseph Hunkeler | 2020-03-27 | 2 | -0/+34 | |
|\| | | | | | Test normalize space | |||||
| * | Add normalize_space test | Joseph Hunkeler | 2020-03-27 | 1 | -0/+29 | |
| | | ||||||
| * | Return NULL if input is NULL | Joseph Hunkeler | 2020-03-27 | 1 | -0/+5 | |
|/ | ||||||
* | Explicit return | Joseph Hunkeler | 2020-03-27 | 1 | -0/+1 | |
| | ||||||
* | Fix compiler warnings | Joseph Hunkeler | 2020-03-27 | 1 | -6/+2 | |
| | ||||||
* | Fix compiler warnings not triggering | Joseph Hunkeler | 2020-03-27 | 2 | -2/+5 | |
| | ||||||
* | Bugfix: Terminate array | Joseph Hunkeler | 2020-03-27 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #5 from jhunkeler/passthough-environment | Joseph Hunkeler | 2020-03-27 | 1 | -1/+55 | |
|\ | | | | | Use getenv_pair() to construct a basic runtime environment | |||||
| * | Use getenv_pair() to construct a basic runtime environment | Joseph Hunkeler | 2020-03-27 | 1 | -1/+55 | |
|/ | ||||||
* | Merge pull request #4 from jhunkeler/e2e1 | Joseph Hunkeler | 2020-03-26 | 2 | -3/+26 | |
|\ | | | | | More smoke tests | |||||
| * | Bugfix: Terminate array | Joseph Hunkeler | 2020-03-26 | 1 | -1/+1 | |
| | | ||||||
| * | More smoke tests | Joseph Hunkeler | 2020-03-26 | 1 | -2/+25 | |
|/ | ||||||
* | Pass correct type to split() | Joseph Hunkeler | 2020-03-26 | 1 | -8/+8 | |
| | ||||||
* | Guarantee the array is terminated | Joseph Hunkeler | 2020-03-26 | 1 | -0/+1 | |
| | ||||||
* | Fix segfault caused by freeing records for no reason: | Joseph Hunkeler | 2020-03-26 | 5 | -18/+22 | |
| | | | | * split() returns the input string when no delimiters are found | |||||
* | Add CircleCI badge | Joseph Hunkeler | 2020-03-25 | 1 | -1/+1 | |
| | ||||||
* | Bugfix: Replace char &reference with const char[] string. | Joseph Hunkeler | 2020-03-25 | 1 | -2/+2 | |
| | ||||||
* | Fix a few memory leaks: | Joseph Hunkeler | 2020-03-25 | 3 | -9/+22 | |
| | | | | * Cannot free array of manifests successfully though... TODO | |||||
* | Fix double less-than check | Joseph Hunkeler | 2020-03-25 | 1 | -1/+1 | |
| | ||||||
* | TTY check | Joseph Hunkeler | 2020-03-25 | 1 | -1/+7 | |
| | ||||||
* | Add .circleci/config.yml | Joseph Hunkeler | 2020-03-25 | 11 | -29/+109 | |
| | ||||||
* | Merge pull request #2 from jhunkeler/ctest | Joseph Hunkeler | 2020-03-24 | 24 | -40/+777 | |
|\ | | | | | Implement ctest testing | |||||
| * | Fix bugs uncovered by tests | Joseph Hunkeler | 2020-03-24 | 2 | -40/+116 | |
| | | ||||||
| * | Initial commit of tests | Joseph Hunkeler | 2020-03-24 | 22 | -0/+661 | |
|/ | ||||||
* | Refactor project: build/install libspm[_static.a].so to make unit testing ↵ | Joseph Hunkeler | 2020-03-18 | 29 | -28/+61 | |
| | | | | possible | |||||
* | doxygen: add missing @file to each header | Joseph Hunkeler | 2020-03-18 | 22 | -0/+66 | |
| | ||||||
* | Shared library search improvement | Joseph Hunkeler | 2020-03-18 | 2 | -4/+9 | |
| | | | | | * Define platform dependent SPM_SHLIB_EXTENSION * rpath_libraries_available() uses SPM_SHLIB_EXTENSION | |||||
* | Increased verbosity shows shell execution | Joseph Hunkeler | 2020-03-18 | 1 | -1/+8 | |
| | ||||||
* | Move package check to the end (again) | Joseph Hunkeler | 2020-03-18 | 1 | -5/+6 | |
| | ||||||
* | Assign default RPATHs when auto-generated string is empty | Joseph Hunkeler | 2020-03-18 | 1 | -0/+15 | |
| | | | | * Increased verbosity shows shell execution | |||||
* | Multiple -v|--verbose arguments increase verbosity | Joseph Hunkeler | 2020-03-18 | 1 | -3/+3 | |
| | ||||||
* | Missing packages are failures | Joseph Hunkeler | 2020-03-17 | 1 | -11/+7 | |
| | | | | * Remove accidental req_i++ (resulted in duplicate array records) | |||||
* | 'if' statement formatting | Joseph Hunkeler | 2020-03-17 | 1 | -2/+2 | |
| | | | | * Added a bugged call to resolve_free() (unused) | |||||
* | spm_install_show_package() increased whitespace from 10 to 20 | Joseph Hunkeler | 2020-03-17 | 1 | -14/+1 | |
| | | | | * Do not inject requirements after resolving dependencies. The original package and its requirements are already in there. | |||||
* | Fix leak | Joseph Hunkeler | 2020-03-17 | 1 | -0/+2 | |
| | ||||||
* | Ensure pkgconf (not pkg-config) returns necessary information for CFLAGS and ↵ | Joseph Hunkeler | 2020-03-17 | 1 | -0/+2 | |
| | | | | LDFLAGS | |||||
* | strlist_set() accepts NULL value | Joseph Hunkeler | 2020-03-17 | 1 | -6/+11 | |
| | ||||||
* | Fix endswith() not working correctly | Joseph Hunkeler | 2020-03-17 | 1 | -3/+16 | |
| | ||||||
* | Cleanup: | Joseph Hunkeler | 2020-03-17 | 1 | -12/+68 | |
| | | | | | | * Add get_name() and get_operator() helper functions * Always select the last manifest to return a match * Free strspec | |||||
* | Fix up reading dependencies from packages | Joseph Hunkeler | 2020-03-17 | 2 | -4/+22 | |
| | | | | * Add resolve_free() | |||||
* | Allow names with hyphens | Joseph Hunkeler | 2020-03-14 | 1 | -4/+7 | |
| | ||||||
* | Remove colon | Joseph Hunkeler | 2020-03-14 | 1 | -1/+1 | |
| | ||||||
* | Rename PACKAGE_MIN_DELIM and move it to package.h | Joseph Hunkeler | 2020-03-14 | 2 | -2/+2 | |
| | ||||||
* | Add error checking and fix processing small patterns in replace_text() | Joseph Hunkeler | 2020-03-13 | 1 | -3/+11 | |
| |