summaryrefslogtreecommitdiff
path: root/solenv/bin/concat-deps.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-23Ignoring dependencies on .hdl files is unsound when cppumaker changesStephan Bergmann1-4/+0
2012-11-07concat-deps: tweak boost handling to depend on unpacked targetMichael Stahl1-5/+5
2012-11-07concat-deps: on Windows, compare paths case-insensitivelyMichael Stahl1-5/+7
2012-11-07concat-deps: bin pointless duplicationMichael Stahl1-8/+1
2012-11-07concat-deps: properly recognize colon that follows targetMichael Stahl1-4/+20
2012-11-07Eat unneeded spaces at the beginning of .d files, they confuse concat-deps.Jan Holesovsky1-0/+6
2012-10-29gbuild: solve the UnpackedTarball header problem in concat-deps:Michael Stahl1-15/+60
2012-10-26fix incorrect assert() usageLuboš Luňák1-2/+4
2012-10-26warn free build of dmake, concat-deps and lpsolveRené Kjellerup1-2/+2
2012-10-24concat-deps: fix breakage introduced by eliding:Michael Stahl1-3/+18
2012-10-22Remove spurious find_substrStephan Bergmann1-8/+0
2012-10-12detect and collapse internal boost dependencies to a single headerMichael Meeks1-13/+78
2012-10-12elide all dependencies on .hdl files, they're ~all duplicated by .hppMichael Meeks1-8/+35
2012-08-24Remove debugging outputTor Lillqvist1-1/+0
2012-08-20concat-deps.c: add || defined (__FreeBSD_kernel__) for arch-specificsRene Engelhard1-1/+1
2012-08-11Remove unused local varsJulien Nabet1-1/+0
2012-08-08concat-deps: fix crashes due to modifying hash keys:Michael Stahl1-25/+40
2012-08-08concat-deps: those silly drive letters indicate absolute pathsMichael Stahl1-1/+2
2012-08-01always compile from SRCDIRBjoern Michaelsen1-39/+3
2012-08-01brown paperbag: set current_path_length tooBjoern Michaelsen1-0/+1
2012-07-31fix concat-depsBjoern Michaelsen1-22/+85
2012-03-05Handle consecutive slashes before ".."Tor Lillqvist1-0/+2
2012-02-12"in_list_end" never read, let's drop itJulien Nabet1-2/+0
2012-01-30allow unaligned memory accesses only on x86/x86_64Caolán McNamara1-4/+8
2012-01-05add mode-lines to some new filesCaolán McNamara1-0/+3
2011-12-18use the same memory alignment for *BSD as on LinuxRobert Nagy1-2/+4
2011-12-17oops... bad handling of multiple ../Norbert Thiebaud1-10/+16
2011-12-17use a c-version of concat-deps.plNorbert Thiebaud1-3/+2
2011-12-17concat-deps.c deal with /../ in dep pathNorbert Thiebaud1-9/+30
2011-12-07add def to allow compile of concat-deps.c on MacNorbert Thiebaud1-0/+12
2011-12-07c version for concat-depsNorbert Thiebaud1-0/+840