Commit Graph

81 Commits

Author SHA1 Message Date
SCG82 38f7687b2c add filePrefix function 2019-12-27 22:05:59 -08:00
SCG82 3cf89cca1b frameworks: don't copy Headers directory 2019-12-27 03:08:58 -08:00
SCG82 fd0d9cd701 remove unnecessary linking flag in Makefile 2019-12-25 20:39:27 -08:00
SCG82 3db663bfa2 refine help 2019-12-16 11:39:28 -08:00
SCG82 96cf9e9799 refine Makefile 2019-12-16 11:19:51 -08:00
SCG82 a5f8204d76 refine help 2019-12-16 11:19:27 -08:00
SCG82 53722ad6ab Handle frameworks 2019-12-16 05:17:49 -08:00
SCG82 6f5cba0021 fix error in addDependency for sub dependencies 2019-12-15 20:12:57 -08:00
SCG82 1ba60166f1 refine logging formatting 2019-12-14 21:05:55 -08:00
SCG82 0c2c729ab0 commit .gitignore 2019-12-14 13:43:45 -08:00
SCG82 b611a1bc63 clean up & refine formatting 2019-12-14 13:27:12 -08:00
SCG82 fa16d5e817 completely revise algorithm to improve efficiency. execution duration is < 40% of original 2019-12-14 09:54:25 -08:00
SCG82 53753f0d21 add -mmacosx-version-min=10.13 2019-12-13 04:28:13 -08:00
SCG82 1487f42082 change dispatch queue priority 2019-12-13 04:16:34 -08:00
SCG82 1b4d70cbb7 revert nested parallel_for_each. try another nested parallel_for_each 2019-12-13 01:35:17 -08:00
SCG82 a8f7f48b70 nested parallel_for_lops (this will almost certainly fail) 2019-12-13 00:23:17 -08:00
SCG82 7773790eb0 use Grand Central Dispatch (libdispatch) to parallelize 2019-12-13 00:04:08 -08:00
SCG82 a243cf8903 fix macdylibbundler linking error 2019-12-12 18:18:31 -08:00
SCG82 3b6d145fa5 use C++17 2019-12-12 17:34:39 -08:00
SCG82 2b2b669a2c only parallelize for loops in doneWithDeps_go. reformat entire project 2019-12-12 08:46:03 -08:00
SCG82 6625f27f0e refine threading 2019-12-12 04:13:49 -08:00
SCG82 ebbd955abd revert to using std::thread. experimenting 2019-12-12 02:52:37 -08:00
SCG82 37042f6366 add pthread_exit 2019-12-12 01:33:45 -08:00
SCG82 103f116e0e use pthreads 2019-12-12 00:49:40 -08:00
SCG82 c1b4effda1 put warning message on single-line 2019-12-11 23:01:01 -08:00
SCG82 146b4e6afd Parallelize for-loops 2019-12-11 22:52:28 -08:00
SCG82 96dc0aaf8b replace deprecated std::ptr_fun with lambda 2019-12-10 23:14:51 -08:00
SCG82 c04565642c revert formatting 2019-12-10 13:06:39 -08:00
SCG82 11e5a3152d Add quiet mode arg to README and Help. Refine formatting of Log messages 2019-12-10 11:20:04 -08:00
SCG82 3c2c2d605a use C++11 2019-12-10 07:34:12 -08:00
SCG82 da161cb9eb Add quiet mode setting 2019-12-10 06:03:19 -08:00
SCG82 f8b28cedb4 Add search path arg to README and Help 2019-12-10 05:39:44 -08:00
SCG82 196f8b516d Fix typos 2019-12-10 05:22:21 -08:00
auriamg 9cf053f8b3
Merge pull request #42 from DDRBoxman/master
Add search path arg
2019-10-17 19:48:38 -04:00
Colin Edwards d7c462a813 Add search path arg 2019-10-16 20:43:14 -05:00
auriamg ce13cb585e
Merge pull request #39 from arichardson/master
Don't attempt to copy files if from == to
2018-08-25 21:57:08 -04:00
Alex Richardson 788339e038 Don't attempt to copy files if from == to 2018-08-25 18:16:17 +01:00
auriamg 3b64f6f518
Merge pull request #38 from qwertychouskie/patch-1
Set version to git
2018-06-30 18:38:07 -04:00
QwertyChouskie afa55b31db
Set version to git
Closes https://github.com/auriamg/macdylibbundler/issues/8
2018-06-30 13:50:46 -07:00
auriamg 27923fbf6d
Merge pull request #36 from alexfmpe/create-bin
Ensure 'bin' directory exists before instaling
2018-06-07 19:20:28 -04:00
Alexandre Esteves fb4b465d0c Ensure 'bin' directory exists before instaling 2018-06-07 17:30:21 +01:00
auriamg a59987097d
Merge pull request #35 from metalicjames/master
Fix failing build by adding missing include
2018-05-06 19:11:59 -04:00
James Lovejoy 696fafa5a8 Header file is not required on mac 2018-05-05 20:44:00 -04:00
James Lovejoy ae11e65029 Added missing include 2018-05-05 20:39:26 -04:00
auriamg 2eb4045d55
Merge pull request #34 from pamarcos/fix_lc_rpath
Fix LC_RPATH for file to fix and its dependencies
2018-04-23 19:18:37 -04:00
Pablo Marcos Oltra 9595b02741 Fix LC_RPATH for file to fix and its dependencies 2018-04-23 17:46:57 +02:00
auriamg 9112011e71
Merge pull request #33 from pamarcos/travis_ci
Add 'isRpath' definition and Travis CI
2018-04-17 18:36:26 -04:00
Pablo Marcos Oltra 9ba6a91c31 Add Travis CI 2018-04-17 08:03:18 +02:00
Pablo Marcos Oltra 8056cb70ae Add 'isRpath' definition forgot in PR 2018-04-17 07:42:15 +02:00
auriamg 7cf93807a1
Merge pull request #31 from pamarcos/rpath_support
Add rpath support
2018-04-15 17:48:22 -04:00