Commit Graph

  • 143dcd262f Update .travis.yml cc Peter Dimov 2019-08-05 12:10:10 +0300
  • c4464f2521 Switch Appveyor to 2015 image Peter Dimov 2019-04-14 18:07:58 +0300
  • 45d60fb9a0 Print ignored dependencies when --verbose Peter Dimov 2019-02-15 17:34:16 +0200
  • 1b0ce05559 Merge branch 'develop' of https://github.com/HDembinski/boostdep into feature/depinst-ignore Peter Dimov 2019-02-15 17:27:52 +0200
  • 0171e07940 only ignore top level dependencies Hans Dembinski 2019-02-14 21:17:35 +0100
  • 74f30ef920 Move Python 3 Travis job Peter Dimov 2019-02-14 21:44:25 +0200
  • f77ffb75b0 Open files in latin-1 under Python 3 Peter Dimov 2019-02-14 15:36:18 +0200
  • b0eedbcd5b Update depinst.py for Python 3 Peter Dimov 2019-02-14 06:25:18 +0200
  • d1d4ebba6a Add python3 test to Travis Peter Dimov 2019-02-13 23:33:19 +0200
  • cb40bf914b allow blocking dependencies (because they are optional) Hans Dembinski 2019-02-13 21:25:17 +0100
  • 6097de6d0b Update exceptions.txt Peter Dimov 2019-01-28 04:31:18 +0200
  • 7def309b0a Merge branch 'develop' into feature/depinst-exclude Peter Dimov 2019-01-14 00:24:03 +0200
  • 8630467ea2 Update exceptions.txt Peter Dimov 2019-01-14 00:23:36 +0200
  • a84e69c995 Add --exclude to depinst Peter Dimov 2019-01-13 22:56:38 +0200
  • f6bc6aae65 Simplify the output of boostdep --cmake Peter Dimov 2019-01-06 18:42:42 +0200
  • d31223b3c0 Remove essentials from yml files Peter Dimov 2018-12-22 03:20:56 +0200
  • e2809d6848 Install essential modules Peter Dimov 2018-12-22 03:08:08 +0200
  • 83c11957f1 Update .yml files Peter Dimov 2018-12-19 00:32:42 +0200
  • 0fd7f80a60 Install assert, bind, core in appveyor.yml Peter Dimov 2018-11-03 01:20:03 +0200
  • bf9ace6252 Use --compare-output in test/Jamfile Peter Dimov 2018-11-03 00:55:49 +0200
  • adba5e0056 Add --capture-output, --compare-output Peter Dimov 2018-11-03 00:55:20 +0200
  • 369f020739 Revert .travis.yml changes Peter Dimov 2018-11-03 00:54:58 +0200
  • 91cc06562e Add tests Peter Dimov 2018-11-02 18:44:38 +0200
  • 6cdbc5da81 Update exceptions.txt Peter Dimov 2018-10-29 01:33:34 +0200
  • 5603d5dafc Fix typo in appveyor.yml Peter Dimov 2018-10-28 18:02:52 +0200
  • 657598e9a2 Update .yml files Peter Dimov 2018-10-28 17:57:14 +0200
  • db5ecb48e2 Add missing semicolon Peter Dimov 2018-10-17 16:24:09 +0300
  • be1525937e Use cmake for unzipping on Travis as well Peter Dimov 2018-10-17 06:34:37 +0300
  • ac197dd900 Use cmake to unzip instead of the missing 7za Peter Dimov 2018-10-17 05:02:09 +0300
  • 39a9653056 Place the utf8-test directory in an archive to avoid having weird paths in a release Peter Dimov 2018-10-17 04:47:22 +0300
  • 784ffecf4e Update exceptions.txt Peter Dimov 2018-10-16 04:21:05 +0300
  • 88972222e6 Document --list-buildable-dependencies Peter Dimov 2018-10-16 04:15:41 +0300
  • e901a3687e Add CHECK_EXCEPTIONS=1 to Travis Peter Dimov 2018-10-14 20:03:17 +0300
  • 7161896877 Only use unicode() on Windows Peter Dimov 2018-10-06 21:52:11 +0300
  • c3058e7c63 Use unicode() for the directory name in os.walk Peter Dimov 2018-10-06 20:46:53 +0300
  • 8893d1c579 Add a directory with a UTF-8 name, taken from Wave's tests Peter Dimov 2018-10-06 20:46:30 +0300
  • f5878c09a8 Update 'Generated' comments Peter Dimov 2018-10-04 21:43:59 +0300
  • d183091b49 Add --list-buildable-dependencies Peter Dimov 2018-10-04 21:16:20 +0300
  • 06b1d2041e Add copyright/license to CMakeLists.txt Peter Dimov 2018-09-30 04:22:40 +0300
  • cabe24c8e0 Update documentation Peter Dimov 2018-09-26 01:54:08 +0300
  • deb1487f73 Disable MS security warnings about std::getenv Peter Dimov 2018-09-26 01:41:12 +0300
  • efeb802530 Change --root to --boost-root, look at BOOST_ROOT Peter Dimov 2018-09-25 23:09:59 +0300
  • 2f1b3681ea [docu] update documentation with --root option Mike Dev 2018-09-12 15:54:41 +0200
  • 6175d10dfe Add an option to specify a different boost source directory Mike Dev 2018-09-12 15:37:17 +0200
  • cf6fff33c5 Add -j3 to Travis Peter Dimov 2018-09-24 19:01:18 +0300
  • 557024ae4c Add -d0 to b2 headers Peter Dimov 2018-09-22 02:48:01 +0300
  • 51ab8eecba Merge branch 'feature/pr-4' into develop Peter Dimov 2018-09-22 02:46:50 +0300
  • f0b1139877 Do not run boostdep, it returns -1 without arguments and fails the job Peter Dimov 2018-09-22 02:40:40 +0300
  • 2f7fe084ed Install to ~, /usr/local/bin isn't writable Peter Dimov 2018-09-22 02:31:41 +0300
  • a66e6bb0e6 Add CMake install support Peter Dimov 2018-09-22 01:36:36 +0300
  • 9aebd7105b Update appveyor.yml Peter Dimov 2018-09-21 23:58:51 +0300
  • f043de074a Add CMake Travis job Peter Dimov 2018-09-21 21:19:34 +0300
  • 450fac742f Change help text of -g Peter Dimov 2018-09-21 19:29:00 +0300
  • 3bc685ad21 Merge branch 'develop' of https://github.com/apolukhin/boostdep into feature/pr-4 Peter Dimov 2018-09-21 19:24:13 +0300
  • 1ae20c3cff [Build] Add basic CMakeLists.txt file Mike Dev 2018-09-12 10:25:54 +0200
  • 15d1313732 Allow passing additional git arguments (like --jobs 4) and update multiple modules simultaneously Antony Polukhin 2018-03-08 09:58:40 +0300
  • 7949865fa0 Update exceptions.txt Peter Dimov 2017-12-28 23:03:49 +0200
  • e62901ae18 Fix case when no -I was given Peter Dimov 2017-10-25 06:07:25 +0300
  • e27e853d99 depinst: add support for -I/--include to add a subdirectory to scan Peter Dimov 2017-10-25 05:57:53 +0300
  • 605906b399 Enable Travis, Appveyor Peter Dimov 2017-10-25 05:50:03 +0300
  • 36e0115840 Update header exception list Peter Dimov 2017-10-22 03:44:07 +0300
  • 0f9c811d7f Update header exception list Peter Dimov 2017-10-19 17:31:47 +0300
  • 53cde5d837 Scan example/ in addition to test/ Peter Dimov 2017-10-14 18:54:37 +0300
  • 93f03772c2 Add test/Jamfile Peter Dimov 2017-09-11 23:35:55 +0300
  • 016d74c990 Update documentation Peter Dimov 2017-07-28 11:42:38 +0300
  • ea71cb366a Add --subset-for Peter Dimov 2017-07-28 11:13:08 +0300
  • 9d3bb529ba Add level, weight, module anchors Peter Dimov 2017-07-27 12:22:46 +0300
  • ddfe886153 Fix malformed html in module weights Peter Dimov 2017-07-27 12:08:49 +0300
  • 7d2a6f12bc Add support for --html-stylesheet, --html-prefix; rename --title to --html-title, --footer to --html-footer Peter Dimov 2017-07-26 18:56:58 +0300
  • afc63a469d Remove redundant space after href Peter Dimov 2017-07-26 13:59:14 +0300
  • 2826c03b1f Fix --pkgconfig output Peter Dimov 2017-07-23 00:58:42 +0300
  • 5ed7dbc0cd Add --pkgconfig Peter Dimov 2017-07-22 21:30:29 +0300
  • f58bbbfd23 Update --cmake to better handle numeric modules Peter Dimov 2017-06-30 17:30:43 +0300
  • 4912a2de47 Merge branch 'develop' Peter Dimov 2017-06-24 21:21:59 +0300
  • 0108cd6093 Update documentation Peter Dimov 2017-06-24 21:21:41 +0300
  • 262161bd05 Merge branch 'develop' Peter Dimov 2017-06-24 20:58:21 +0300
  • 7a31b5d656 Update documentation Peter Dimov 2017-06-24 20:56:23 +0300
  • 75019e3317 Add --list-missing-headers Peter Dimov 2017-06-24 20:41:21 +0300
  • 8fc683d6f5 For INTERFACE libraries, only INTERFACE dependencies are allowed Peter Dimov 2017-06-24 04:07:20 +0300
  • 4a662baf39 Make install target default Peter Dimov 2017-06-24 01:43:58 +0300
  • 7cffdbb120 Add --cmake option Peter Dimov 2017-06-24 01:40:12 +0300
  • 984bd542a6 Update exceptions.txt Peter Dimov 2017-06-22 22:47:19 +0300
  • 144a5ef7b3 Update exceptions.txt Peter Dimov 2017-06-22 22:43:06 +0300
  • 3eea8aec10 Merge branch 'develop' Peter Dimov 2016-11-21 19:46:19 +0200
  • 09cb31727c Remove --depth 1 from git submodule update. Peter Dimov 2016-11-21 19:27:00 +0200
  • 695e068997 Merge branch 'develop' Peter Dimov 2016-11-15 18:28:10 +0200
  • dc6ee4976b Add license, fix typo Peter Dimov 2016-11-15 18:27:09 +0200
  • 47c12ebef9 Add depinst.py. Peter Dimov 2016-11-11 21:52:51 +0200
  • b9c9347265 Merge branch 'develop' Peter Dimov 2016-11-10 00:16:31 +0200
  • 670bf68e75 Add --test option Peter Dimov 2016-11-10 00:15:13 +0200
  • f307502eb2 Add --list-exceptions Peter Dimov 2016-04-24 18:59:56 +0300
  • f5e28b95f0 Make --subset honor --track-sources and --track-tests Peter Dimov 2016-04-24 02:25:06 +0300
  • 4bcfbfac47 Add --track-tests, --no-track-sources, --no-track-tests Peter Dimov 2016-04-24 01:52:35 +0300
  • be6032eca5 Merge branch 'develop' Peter Dimov 2016-03-04 13:27:43 +0200
  • 926b209f7d Document --subset. Peter Dimov 2016-03-04 13:26:30 +0200
  • e7b66c9d0b Do not include the module itself in its --subset dependencies Peter Dimov 2016-03-04 01:15:44 +0200
  • baf2192987 Fix --subset missing some dependencies Peter Dimov 2016-03-03 03:07:59 +0200
  • 93940e3304 Add --subset option to boostdep Peter Dimov 2016-03-02 00:44:50 +0200
  • c84dcfd894 Merge branch 'develop' Peter Dimov 2015-05-22 01:10:14 +0300
  • 79fdf6d485 Add documentation. Peter Dimov 2015-05-22 01:09:37 +0300