aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix compiler warnings not triggeringJoseph Hunkeler2020-03-272-2/+5
|
* Bugfix: Terminate arrayJoseph Hunkeler2020-03-271-1/+1
|
* Merge pull request #5 from jhunkeler/passthough-environmentJoseph Hunkeler2020-03-271-1/+55
|\ | | | | Use getenv_pair() to construct a basic runtime environment
| * Use getenv_pair() to construct a basic runtime environmentJoseph Hunkeler2020-03-271-1/+55
|/
* Merge pull request #4 from jhunkeler/e2e1Joseph Hunkeler2020-03-262-3/+26
|\ | | | | More smoke tests
| * Bugfix: Terminate arrayJoseph Hunkeler2020-03-261-1/+1
| |
| * More smoke testsJoseph Hunkeler2020-03-261-2/+25
|/
* Pass correct type to split()Joseph Hunkeler2020-03-261-8/+8
|
* Guarantee the array is terminatedJoseph Hunkeler2020-03-261-0/+1
|
* Fix segfault caused by freeing records for no reason:Joseph Hunkeler2020-03-265-18/+22
| | | | * split() returns the input string when no delimiters are found
* Add CircleCI badgeJoseph Hunkeler2020-03-251-1/+1
|
* Bugfix: Replace char &reference with const char[] string.Joseph Hunkeler2020-03-251-2/+2
|
* Fix a few memory leaks:Joseph Hunkeler2020-03-253-9/+22
| | | | * Cannot free array of manifests successfully though... TODO
* Fix double less-than checkJoseph Hunkeler2020-03-251-1/+1
|
* TTY checkJoseph Hunkeler2020-03-251-1/+7
|
* Add .circleci/config.ymlJoseph Hunkeler2020-03-2511-29/+109
|
* Merge pull request #2 from jhunkeler/ctestJoseph Hunkeler2020-03-2424-40/+777
|\ | | | | Implement ctest testing
| * Fix bugs uncovered by testsJoseph Hunkeler2020-03-242-40/+116
| |
| * Initial commit of testsJoseph Hunkeler2020-03-2422-0/+661
|/
* Refactor project: build/install libspm[_static.a].so to make unit testing ↵Joseph Hunkeler2020-03-1829-28/+61
| | | | possible
* doxygen: add missing @file to each headerJoseph Hunkeler2020-03-1822-0/+66
|
* Shared library search improvementJoseph Hunkeler2020-03-182-4/+9
| | | | | * Define platform dependent SPM_SHLIB_EXTENSION * rpath_libraries_available() uses SPM_SHLIB_EXTENSION
* Increased verbosity shows shell executionJoseph Hunkeler2020-03-181-1/+8
|
* Move package check to the end (again)Joseph Hunkeler2020-03-181-5/+6
|
* Assign default RPATHs when auto-generated string is emptyJoseph Hunkeler2020-03-181-0/+15
| | | | * Increased verbosity shows shell execution
* Multiple -v|--verbose arguments increase verbosityJoseph Hunkeler2020-03-181-3/+3
|
* Missing packages are failuresJoseph Hunkeler2020-03-171-11/+7
| | | | * Remove accidental req_i++ (resulted in duplicate array records)
* 'if' statement formattingJoseph Hunkeler2020-03-171-2/+2
| | | | * Added a bugged call to resolve_free() (unused)
* spm_install_show_package() increased whitespace from 10 to 20Joseph Hunkeler2020-03-171-14/+1
| | | | * Do not inject requirements after resolving dependencies. The original package and its requirements are already in there.
* Fix leakJoseph Hunkeler2020-03-171-0/+2
|
* Ensure pkgconf (not pkg-config) returns necessary information for CFLAGS and ↵Joseph Hunkeler2020-03-171-0/+2
| | | | LDFLAGS
* strlist_set() accepts NULL valueJoseph Hunkeler2020-03-171-6/+11
|
* Fix endswith() not working correctlyJoseph Hunkeler2020-03-171-3/+16
|
* Cleanup:Joseph Hunkeler2020-03-171-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 packagesJoseph Hunkeler2020-03-172-4/+22
| | | | * Add resolve_free()
* Allow names with hyphensJoseph Hunkeler2020-03-141-4/+7
|
* Remove colonJoseph Hunkeler2020-03-141-1/+1
|
* Rename PACKAGE_MIN_DELIM and move it to package.hJoseph Hunkeler2020-03-142-2/+2
|
* Add error checking and fix processing small patterns in replace_text()Joseph Hunkeler2020-03-131-3/+11
|
* Simplify manifest_package_separator_swap functionJoseph Hunkeler2020-03-131-9/+11
|
* Terminate string after moving contentsJoseph Hunkeler2020-03-121-0/+1
|
* Throw a warning if a package requirement isn't discoverableJoseph Hunkeler2020-03-121-0/+1
|
* Use system utilities to check rpathJoseph Hunkeler2020-03-122-3/+3
|
* Dereference hardlinks in packagesJoseph Hunkeler2020-03-111-1/+1
|
* Relocate files as we go, for now.Joseph Hunkeler2020-03-111-3/+4
|
* Remove random "$" from LD_LIBRARY_PATHJoseph Hunkeler2020-03-101-1/+2
| | | | * Add LD_RUN_PATH
* ImprovementsJoseph Hunkeler2020-03-101-2/+16
| | | | | | | * Add SPM_LIB64 and ACLOCAL_PATH to mkruntime_interface * Add more search paths to PKG_CONFIG_PATH * Add existence check to rpath_autoset_interface * Fix rpath_autoset_interface_usage output
* Fix stupid off-by-one bug and remove unnecessary code to calculate an offsetJoseph Hunkeler2020-03-101-11/+4
|
* Just duplicate argv[0]Joseph Hunkeler2020-03-101-1/+1
|
* Fix interpreting environment variables encapsulated with bracesJoseph Hunkeler2020-03-081-7/+15
|