aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add join_ex() [simplified join() function]Joseph Hunkeler2020-02-281-0/+59
* Multiple things:Joseph Hunkeler2020-02-269-69/+325
* Refactor:Joseph Hunkeler2020-02-251-60/+42
* Fix invalid array access on short stringsJoseph Hunkeler2020-02-251-3/+9
* Break out of scanning loop when a match is discoveredJoseph Hunkeler2020-02-251-1/+2
* Free ManifestPackage variablesJoseph Hunkeler2020-02-251-1/+4
* Refactor spm_* directory names:Joseph Hunkeler2020-02-251-20/+23
* Refactor installation:Joseph Hunkeler2020-02-251-37/+167
* Add spm_mkdtemp() functionJoseph Hunkeler2020-02-251-1/+17
* Implement prompt_user flagJoseph Hunkeler2020-02-251-0/+1
* Add user_input.c to cmakeJoseph Hunkeler2020-02-251-2/+2
* Initial commit of user_input.[c,h]Joseph Hunkeler2020-02-251-0/+46
* Add pkg-config environment variableJoseph Hunkeler2020-02-241-0/+4
* Rename ambiguous variablesJoseph Hunkeler2020-02-241-96/+32
* Replace deps.c with resolve.cJoseph Hunkeler2020-02-241-1/+1
* Add install_show_package()Joseph Hunkeler2020-02-241-0/+9
* Add comparison function, refactor definesJoseph Hunkeler2020-02-241-18/+35
* Initial commit of resolve.c (deps.c replacement)Joseph Hunkeler2020-02-241-0/+47
* Remove deps.cJoseph Hunkeler2020-02-241-223/+0
* Metadata:Joseph Hunkeler2020-02-204-8/+8
* Fix increment warningJoseph Hunkeler2020-02-191-2/+1
* Finish removing find_package calls:Joseph Hunkeler2020-02-192-15/+13
* Update cmake configsJoseph Hunkeler2020-02-181-6/+0
* Decrease verbosity during installation (unless requested)Joseph Hunkeler2020-02-181-10/+18
* Allow compilation on OSX. Not much else I assumeJoseph Hunkeler2020-02-183-3/+14
* Add missing formatter stringsJoseph Hunkeler2020-02-182-2/+2
* Rework dependency scanning:Joseph Hunkeler2020-02-186-54/+102
* Refactor continues:Joseph Hunkeler2020-02-1712-115/+160
* Implement ManifestList:Joseph Hunkeler2020-02-132-26/+119
* Begin refactoring to support multiple manifests:Joseph Hunkeler2020-02-134-17/+58
* Add get_package_ext and check_rt_env command interfacesJoseph Hunkeler2020-02-111-2/+31
* Refactor project structure:Joseph Hunkeler2020-02-112-1/+2
* Do not modify PATH anymoreJoseph Hunkeler2020-02-101-13/+2
* Clean up record allocationJoseph Hunkeler2020-02-101-3/+1
* Fix RPATH generation:Joseph Hunkeler2020-02-101-28/+34
* Add relocate_auto()Joseph Hunkeler2020-02-102-40/+52
* Match more possible mime typesJoseph Hunkeler2020-02-101-1/+1
* Add a few commentsJoseph Hunkeler2020-02-101-0/+5
* Add shlib.c to buildJoseph Hunkeler2020-02-071-1/+1
* Fix missing equals in -rpath argumentJoseph Hunkeler2020-02-071-1/+1
* Use libraries associated with a program to determine lib directoryJoseph Hunkeler2020-02-071-5/+21
* Initial commit of shlib interfaceJoseph Hunkeler2020-02-071-0/+72
* Reorganize calloc argumentsJoseph Hunkeler2020-02-071-1/+1
* Fix segfault when --install had no argumentsJoseph Hunkeler2020-02-071-4/+6
* Add normalize_spaceJoseph Hunkeler2020-02-051-0/+53
* Update search pattern due to file-5.38 changesJoseph Hunkeler2020-02-051-2/+4
* Recombine elements of pair[1..N] into a single stringJoseph Hunkeler2020-02-051-5/+15
* Replace packages array with StrListJoseph Hunkeler2020-02-041-30/+23
* Bugfix: Improper quotes around string containing "$"Joseph Hunkeler2020-02-041-2/+1
* Consolidate redundant codeJoseph Hunkeler2020-02-041-15/+33