Age | Commit message (Expand) | Author |
2012-08-04 | zap nonsense code | Marc Espie |
2012-07-18 | style | Marc Espie |
2012-07-13 | tidbit | Marc Espie |
2012-07-13 | minor cleanup | Marc Espie |
2012-07-13 | move stuff around some more, do not load link parts unless we are actually | Marc Espie |
2012-07-13 | fix shared library lookup... | Marc Espie |
2012-07-12 | common code for deducing libraries. | Marc Espie |
2012-07-12 | okay, now the parser module is totally part of Mode/Link.pm, no reason | Marc Espie |
2012-07-12 | perlify: $_ is subject | Marc Espie |
2012-07-12 | match what stupid gnu libtool is doing, namely -o is not a short option | Marc Espie |
2012-07-12 | allow "long options" to be one letter, enforce with ! | Marc Espie |
2012-07-12 | later | Marc Espie |
2012-07-12 | match gnu-libtool: error out if -L dir is used instead of -Ldir | Marc Espie |
2012-07-12 | deal with -pthread as a "once on" option. | Marc Espie |
2012-07-12 | unwanted duplicate | Marc Espie |
2012-07-12 | simplify yet a bit more | Marc Espie |
2012-07-12 | move a bit of stuff around | Marc Espie |
2012-07-11 | duh, idiot | Marc Espie |
2012-07-11 | must check release is defined, it CAN be 0. | Marc Espie |
2012-07-11 | try to make code vaguely sane | Marc Espie |
2012-07-11 | simplify cache code a bit | Marc Espie |
2012-07-11 | no need to trace libtool when executing an external command fails. | Marc Espie |
2012-07-11 | thinko | Marc Espie |
2012-07-11 | fix bug for real. Turns out some libraries (xcb...) have NEEDED that go | Marc Espie |
2012-07-11 | do the ldconfig search dir properly | Marc Espie |
2012-07-10 | quick fix ? | Marc Espie |
2012-07-10 | unconfuse myself. | Marc Espie |
2012-07-10 | ouch, Rresolved and libsearchdirs no longer live in main, so make them | Marc Espie |
2012-07-10 | move some shit around to (more or less) where it belongs | Marc Espie |
2012-07-10 | bye-bye Getopt::Long | Marc Espie |
2012-07-10 | clean-up shit, pull some of LT::Util into ltconfig object | Marc Espie |
2012-07-10 | full support for -static -shared -prefer-pic -prefer-non-pic -fpie* | Marc Espie |
2012-07-10 | pass the option string along as a 4th parameter, in cases canonical is | Marc Espie |
2012-07-10 | nit | Marc Espie |
2012-07-10 | more config, sort stuff for easier spotting | Marc Espie |
2012-07-09 | longarg: | Marc Espie |
2012-07-09 | extend option parser a bit more: if we pass it a regexp, then we match | Marc Espie |
2012-07-09 | use short accessor | Marc Espie |
2012-07-09 | nits | Marc Espie |
2012-07-09 | finally, also do accessors for short options. Turns out to be useful. | Marc Espie |
2012-07-09 | avoid duplicate -o | Marc Espie |
2012-07-09 | tweak auto-accessor for arrays to be more useful | Marc Espie |
2012-07-09 | implement help-all | Marc Espie |
2012-07-09 | framework for handling help better | Marc Espie |
2012-07-08 | first use of permuted options | Marc Espie |
2012-07-08 | pass @ (array) information along to auto-make simpler accessors | Marc Espie |
2012-07-08 | - move some more stuff into OSConfig | Jasper Lievisse Adriaanse |
2012-07-08 | preparation for handling permuted options | Marc Espie |
2012-07-08 | a few big changes | Marc Espie |
2012-07-08 | stupid | Marc Espie |