Commit Graph

  • 7d5f6e4a59
    Process tsk.env.PATH as lists or strings Thomas Nagy 2016-06-17 07:34:11 +0200
  • 98f495bda1
    Simplify manifest file processing Thomas Nagy 2016-06-16 21:39:50 +0200
  • f18d481e75
    No need to wrap fc/c/cxx classes for manifest processing Thomas Nagy 2016-06-16 21:07:40 +0200
  • 73384b11f4
    Dead code removal Thomas Nagy 2016-06-16 21:02:24 +0200
  • d50017f693
    Have Task.exec_command add tsk.env.PATH to os.environ in the child process Thomas Nagy 2016-06-16 20:06:22 +0200
  • dee0932fb0
    No need to paste /Fo flags as the command system does not insert spaces anymore Thomas Nagy 2016-06-16 19:42:29 +0200
  • 27b2c3b8c4
    Task.exec_command already sets the cwd, no need to repeat it Thomas Nagy 2016-06-16 17:08:53 +0200
  • 092712f001
    Enable per-OS @argfile limits Thomas Nagy 2016-06-15 22:24:30 +0200
  • 537d1fcd45
    Simplify long command processing Thomas Nagy 2016-06-15 20:24:34 +0200
  • 1d5f1a5040 Context.recurse: ability to change wscript file name recurse-wscript u3shit 2016-06-14 03:09:44 +0200
  • 4a09e1943a
    Workaround for #1756 Thomas Nagy 2016-06-13 19:19:00 +0200
  • d202190cd0 Fix: when using the ut_cmd or Option --testcmd, if the test command line has parameters (added for example with the ut_fun method as in the examples) this will be lost as just ut_exec[0] was used. Now join the command line before using it in substition. fedepell 2016-06-11 19:29:48 +0200
  • 2db350d62d Merge pull request #1754 from fedepell/ut-cmd-params-fix-1 ita1024 2016-06-12 23:58:21 +0200
  • 7115404006
    New public key Thomas Nagy 2016-06-12 22:40:50 +0200
  • 605952fe92
    Remove redundant warnings Thomas Nagy 2016-06-11 22:26:34 +0200
  • 04df9202fb
    Reduce Swig verbosity for #1755 Thomas Nagy 2016-06-11 22:23:06 +0200
  • b22886effa Fix: when using the ut_cmd or Option --testcmd, if the test command line has parameters (added for example with the ut_fun method as in the examples) this will be lost as just ut_exec[0] was used. Now join the command line before using it in substition. fedepell 2016-06-11 19:29:48 +0200
  • 1986391d79 Fixes #1748 : doxygen convert EXCLUDE_PATTERNS occourences of */ in **/ as internally globs are used fedepell 2016-06-05 20:06:56 +0200
  • 32bd21a77f qt5: Fix usage examples as libraries in qt5 are named QT5XXX and not QTXXX as in qt4 (ie. QT5WIDGETS instead of QTWIDGETS) fedepell 2016-06-05 20:43:13 +0200
  • 1b16f00515 Merge pull request #1752 from fedepell/qt5-libnames-1 ita1024 2016-06-05 22:09:50 +0200
  • bebde41dd9 Merge pull request #1751 from fedepell/doxy-exclude-patterns-1 ita1024 2016-06-05 22:05:29 +0200
  • dacfe31eb4 qt5: Fix usage examples as libraries in qt5 are named QT5XXX and not QTXXX as in qt4 (ie. QT5WIDGETS instead of QTWIDGETS) fedepell 2016-06-05 20:43:13 +0200
  • 311713c9e4 Fixes #1748 : doxygen convert EXCLUDE_PATTERNS occourences of */ in **/ as internally globs are used fedepell 2016-06-05 20:06:56 +0200
  • f71fe257ff
    Make c_preproc.filter_comments a method so that it is easier to override Thomas Nagy 2016-06-05 00:53:25 +0200
  • 88f8da4af1
    msvc test Thomas Nagy 2016-06-05 00:39:04 +0200
  • e8ef5a89eb
    More cleanup Thomas Nagy 2016-06-05 00:23:57 +0200
  • 75b1423ce8
    Winrc processing is almost certainly broken... Thomas Nagy 2016-06-05 00:01:01 +0200
  • 062a5263a0
    Update conf.check_waf_version to 1.9 Thomas Nagy 2016-06-04 09:33:13 +0200
  • e64061f6d2 DOXY_FILE_PATTERNS is generated as a string but then used as an array when using the RECURSIVE option, therefore the generated patterns for files to be searched are wrong. Convert it into an array with split() therefore to have correct patterns. fedepell 2016-06-02 15:12:07 +0200
  • 9bbd6ff9f6 Merge pull request #1749 from fedepell/master ita1024 2016-06-04 08:49:06 +0200
  • deeb894b2e DOXY_FILE_PATTERNS is generated as a string but then used as an array when using the RECURSIVE option, therefore the generated patterns for files to be searched are wrong. Convert it into an array with split() therefore to have correct patterns. fedepell 2016-06-02 15:12:07 +0200
  • 18044bddfe
    One more Python version for the test suites Thomas Nagy 2016-05-31 22:40:47 +0200
  • 0b0cea58ad
    One more Python version for the test suites Thomas Nagy 2016-05-31 22:40:47 +0200
  • a4c64c1731
    Docs Thomas Nagy 2016-05-30 22:31:44 +0200
  • fb68af3544 fix comment regarding commandline options Daniel Bartel 2016-05-30 20:49:06 +0200
  • 0826413be9 Merge pull request #1747 from danbar/swig_docs ita1024 2016-05-30 21:25:23 +0200
  • 15d36dbc37 fix comment regarding commandline options Daniel Bartel 2016-05-30 20:49:06 +0200
  • ae243dd23b
    Fix waflib/extras/syms.py Thomas Nagy 2016-05-29 16:58:41 +0200
  • 5526a71695
    Update batched_cc for waf 1.9 Thomas Nagy 2016-05-29 16:45:42 +0200
  • 6665a6ebdd
    Update waflib/extras/stale.py Thomas Nagy 2016-05-29 14:11:05 +0200
  • 02a8361149
    Beautify Logs.{debug,error,info,warn} now that the formatting bug is fixed Thomas Nagy 2016-05-28 16:18:51 +0200
  • 8407845787
    Provide a showcase for print_commands.py and remove some old code Thomas Nagy 2016-05-28 16:05:00 +0200
  • a615bb56c1
    Use the info/error parameters Thomas Nagy 2016-05-28 15:11:58 +0200
  • 8fcd30dcc8
    Subclasses should not provide incompatible constructors Thomas Nagy 2016-05-28 14:51:44 +0200
  • 34bad1498f
    Remove the preforks since we already have a version with subprocesses in Utils.py Thomas Nagy 2016-05-27 18:59:40 +0200
  • a2b7c639e8
    cleanup Thomas Nagy 2016-05-27 18:23:04 +0200
  • a5a0a81abb Fixes missing backslash for REG_PYTHON_DIR Juan Alday 2016-05-24 16:38:47 -0400
  • 669659368c Merge pull request #1746 from juanalday/juanalday-fix_backslash_winregistry ita1024 2016-05-25 07:42:45 +0200
  • f9324521a5 Fixes missing backslash for REG_PYTHON_DIR Juan Alday 2016-05-24 16:38:47 -0400
  • 6574fd7e40
    waf 1.9.0 p3 waf-1.9.0pre3 Thomas Nagy 2016-05-23 22:08:57 +0200
  • cfb97d64c6
    waf 1.8.21 waf-1.8.21 Thomas Nagy 2016-05-23 21:48:00 +0200
  • d3471d6171
    Adjustments for the msvc configuration structure changes Thomas Nagy 2016-05-22 18:39:44 +0200
  • c3af6e3fad
    Simplify the data structures in msvc.py Thomas Nagy 2016-05-22 18:27:57 +0200
  • 1eb45162b1
    Bind setup_msvc and setup_ifort as configuration methods Thomas Nagy 2016-05-22 17:11:29 +0200
  • 9c44a4b360
    Remove print_all_msvc_detected Thomas Nagy 2016-05-22 17:10:21 +0200
  • 315d94ec24
    Typo conf->self Thomas Nagy 2016-05-22 17:06:53 +0200
  • 0c945f9e0a
    Simplifications Thomas Nagy 2016-05-22 16:57:22 +0200
  • 25fc153658
    Improve ifort logging Thomas Nagy 2016-05-22 16:48:14 +0200
  • 201118736e
    Error handling simplifications Thomas Nagy 2016-05-22 12:40:51 +0200
  • 76c9d3356b
    Remove msvc.get_compiler_env which does not get anything Thomas Nagy 2016-05-22 12:12:32 +0200
  • c46ffd1a4a
    Typo Thomas Nagy 2016-05-22 12:09:46 +0200
  • e3d1da421f
    Remove one level of object nesting in msvc configuration Thomas Nagy 2016-05-22 12:04:23 +0200
  • dbad47244b
    Cleanup Thomas Nagy 2016-05-22 11:15:00 +0200
  • bae3e35af5
    Cleanup Thomas Nagy 2016-05-22 10:58:24 +0200
  • 56b84dc5a5
    Cleanup Thomas Nagy 2016-05-22 03:13:28 +0200
  • 15985db73d
    Refactor ifort.py like msvc.py Thomas Nagy 2016-05-22 03:07:44 +0200
  • 7fadda584a
    Add a __repr__ method for MSVC_INSTALLED_VERSIONS Thomas Nagy 2016-05-22 02:50:02 +0200
  • df6e88f2f5
    Typo Thomas Nagy 2016-05-22 02:45:12 +0200
  • 929f89c0bb
    Simplify msvc.py Thomas Nagy 2016-05-22 02:43:35 +0200
  • 67e7db41d9
    Simplification x=x+1 -> x+=1 Thomas Nagy 2016-05-22 00:45:47 +0200
  • d3a3b23b13
    Add a build function to the 'install' tests for consistency Thomas Nagy 2016-05-21 12:13:19 +0200
  • 75a011f81c
    docs Thomas Nagy 2016-05-21 12:08:28 +0200
  • ab9609c0d8
    docs Thomas Nagy 2016-05-21 12:01:48 +0200
  • c2646d2380
    Provide md5_tstamp by default and make it easier to add more persistent BuildContext dicts Thomas Nagy 2016-05-21 11:58:47 +0200
  • f876392200
    Must call os.remove on files Thomas Nagy 2016-05-21 01:15:19 +0200
  • a079b50df1
    Add more installation tests Thomas Nagy 2016-05-21 00:40:49 +0200
  • 09fd2f211f
    Ensure Node.delete can remove invalid folders Thomas Nagy 2016-05-21 00:39:56 +0200
  • e09a32467f
    Fix install_files in the case relative_trick=True Thomas Nagy 2016-05-20 19:20:54 +0200
  • 5eaf7aee1b
    Simplification Thomas Nagy 2016-05-18 22:02:47 +0200
  • 74e54322c5
    Use try-else-finally in Python >= 2.5 Thomas Nagy 2016-05-18 22:01:37 +0200
  • 3f38b9d2b8
    Logic simplification Thomas Nagy 2016-05-18 21:34:23 +0200
  • 3c5be88550
    Better names for install task method and compatibility fix for install_task.dest Thomas Nagy 2016-05-18 19:43:14 +0200
  • fd05cff103
    Missing installation fixes Thomas Nagy 2016-05-17 19:49:44 +0200
  • 5cb7b89ac1
    typo Thomas Nagy 2016-05-16 20:11:00 +0200
  • 26b370f440
    Remove a few more 'Exception:' lines Thomas Nagy 2016-05-14 12:15:15 +0200
  • 158bc72e8e
    Remove the old shutil.copy override on Windows Thomas Nagy 2016-05-14 11:29:06 +0200
  • 12c7609802
    Removed some dead code Thomas Nagy 2016-05-14 00:16:29 +0200
  • 9a5b0e41ac
    Fix waf step Thomas Nagy 2016-05-13 23:24:02 +0200
  • 62f8b482ab
    Code simplifications Thomas Nagy 2016-05-13 23:20:07 +0200
  • da5c7d8b5c
    Moved unnecessary constants out of Context.py Thomas Nagy 2016-05-11 21:59:16 +0200
  • 441ed98a3d
    Better error messages in Qt5 Thomas Nagy 2016-05-09 22:33:01 +0200
  • a8ef298191
    More tests Thomas Nagy 2016-05-07 00:09:20 +0200
  • 12cbb42cd7
    docs Thomas Nagy 2016-05-06 23:22:55 +0200
  • 145dba3fd1
    Unused variable Thomas Nagy 2016-05-06 20:59:40 +0200
  • 3fb226c994
    Use the build command in configuration tests (hard-coded BuildContext class) Thomas Nagy 2016-05-06 20:57:53 +0200
  • 226c2b1d94
    Set install_to from the add_install_task Thomas Nagy 2016-05-06 20:56:36 +0200
  • b1f5c0f814
    Create installation tasks directly Thomas Nagy 2016-05-06 15:51:21 +0200
  • 5511593318
    Move boring Build.inst construction details to the class Thomas Nagy 2016-05-06 11:12:54 +0200
  • 9991004343
    Extract Build.inst.run_now Thomas Nagy 2016-05-06 09:57:01 +0200
  • 20b62a4eea
    docs Thomas Nagy 2016-05-06 09:11:31 +0200