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
Pablo Marcos Oltra
f5efd92f6e
Add rpath support
2018-04-15 11:37:15 +02:00
Pablo Marcos Oltra
4f5f54ac3a
Fix 'pathes' typo
2018-04-12 08:33:24 +02:00
auriamg
eabd2a4050
Merge pull request #29 from tfry-git/master
...
Avoid adding duplicate symlinks.
2018-04-10 20:50:26 -04:00
Thomas Friedrichsmeier
3f9a34b0c3
Avoid adding duplicate symlinks.
2018-04-10 09:25:00 +02:00
auriamg
0bd58f5492
Merge pull request #28 from jlsantiago0/master
...
Do not ask for location of missing library if its prefix is supposed …
2018-02-23 19:17:21 -05:00
Jose Santiago
11ac86e086
Do not ask for location of missing library if its prefix is supposed to be ignored.
2018-02-23 13:17:55 -06:00
auriamg
84440587e1
Merge pull request #25 from programmingkidx/master
...
Fix bug with adding symbolic links to the wrong object
2017-10-31 20:34:33 -04:00
John Arbuckle
80cf936c93
Fix bug with adding symbolic links to the wrong object
2017-10-26 20:53:41 -04:00
auriamg
34dad9cea5
Merge pull request #24 from gdinit/master
...
Update README.md
2017-09-19 18:40:13 -04:00
gdinit
90e4e6854a
Update README.md
...
Just a typo fix.
2017-09-19 13:50:53 +01:00
auriamg
3c79be6efb
Merge pull request #19 from chearon/symlink-path-parts
...
fix paths that contain (but not are) symlinks
2016-11-08 19:18:29 -05:00
Caleb Hearon
917afba5bf
fix paths that contain (but not are) symlinks
...
if part of the path contains a symbolic link, the readlink command will
identify it as a regular file. it only tells you if the "last" part of
the path is a symbolic link
fix this by resolving all paths with realpath() and checking if
different. the full symbolic link is stored now instead of just suffix
2016-11-08 09:52:48 -05:00
auriamg
ab6c8a4cc9
Merge pull request #13 from maci0/master
...
Add missing cstdio include - fixes #4
2015-08-04 19:18:49 -04:00
Marcel Wysocki
5e14ed216d
Add missing cstdio include
2015-08-04 21:03:24 +02:00