Next | Query returned 70 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2016-07-09 15:04:18 by Thomas Klausner | Files touched by this commit (599)
Log message:
Remove python33: adapt all packages that refer to it.
   2016-05-09 10:58:43 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
RELEASE 2.5.0 - Mon, 09 Apr 2016 11:27:42 -0700
- Removed a lot of compatibility methods and workarounds
  for Python versions < 2.7, in order to prepare the work
  towards a combined 2.7/3.x version.
  Also fixed the default arguments for the print_tree and
  render_tree methods.
- Added support for cross-language dependency scanning;
  SCons now respects scanner keys for implicit dependencies.
  - Notes for SCons users with heterogeneous systems.
    - May find new (previously missed) dependencies.
    - May cause rebuild after upgrade due to dependency changes.
    - May find new dependency errors (EG. cycles).
      - Discovered in some of the SCons QT tests.
- Resolved missing cross-language dependencies for
  SWIG bindings
- Corrected typo in User Guide for Scanner keyword.
- Install builder interacts with scanner found in SCANNERS differently.
  - Previous: Install builder recursively scanned implicit dependencies
    for scanners from SCANNER, but not for built-in (default) scanners.
  - Current: Install builder will not scan for implicit dependencies via
    either scanner source. This optimizes some Install builder behavior
    and brings orthogonality to Install builder scanning behavior.
- Add better messaging when two environments have
  different actions for the same target
- Fix issue only with MSVC and Always build where targets
  marked AlwaysBuild wouldn't make it into CHANGED_SOURCES
  and thus yield an empty compile command line.
- Fix posix platform escaping logic to properly handle paths
  with parens in them "()".
- Intel Compiler 2016 (Linux/Mac) update for tool directories.
- Fix for issue 2494: Added string support for Chmod function.
- change cache to use 2 character subdirectories, rather than one character,
  so as not to give huge directories for large caches, a situation which
  causes issues for NFS.
  For existing caches, you will need to run the scons-configure-cache.py
  script to update them to the new format. You will get a warning every time
  you build until you co this.
- Fix a bunch of unit tests on windows
   2015-12-05 22:26:09 by Adam Ciarcinski | Files touched by this commit (578)
Log message:
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
   2015-11-20 18:16:03 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Changes 2.4.1:
- Fix for Bug 2791 - Setup.py fails unnecessarily under Jython.
- Fixed license of SVG titlepage files in the context of Debian
  packaging, such that they allow for commercial use too (2985).
- InstallVersionedLib now available in the DefaultEnvironment context.
- Improves orthogonality of use cases between different Install functions.
- Added new configure check, CheckProg, to check for
  existence of a program.
- Fix for issue 2840 - Fix for two environments specifying same target with different
  actions not throwing hard error. Instead SCons was incorrectly issuing a warning
  and continuing.
- Add support `Microsoft Visual C++ Compiler for Python 2.7'
  Compiler can be obtained at: \ 
https://www.microsoft.com/en-us/download/details.aspx?id=44266
- Fixed tigris issue 3011: Glob() excludes didn't work when used with \ 
VariantDir(duplicate=0)
- Fix bug 2831 and allow Help() text to be appended to AddOption() help.
- Reimplemented versioning for shared libraries, with the following effects
- Fixed tigris issues 3001, 3006.
- Fixed several other issues not reported to tigris, including:
  issues with versioned libraries in subdirectories with tricky names,
  issues with versioned libraries and variant directories,
  issue with soname not being injected to library when using D linkers,
- Switched to direct symlinks instead of daisy-chained ones -- soname and
  development symlinks point directly to the versioned shared library now),
- New construction variables to allow override default behavior: SONAME,
  SHLIBVERSIONFLAGS, _SHLIBVERSIONFLAGS, SHLIBNOVERSIONSYMLINKS,
  LDMODULEVERSION, LDMODULEVERSIONFLAGS, _LDMODULEVERSIONFLAGS,
  LDMODULENOVERSIONSYMLINKS.
- Changed logic used to configure the versioning machinery from
  platform-centric to linker-oriented.
- The SHLIBVERSION/LDMODULEVERSION variables are no longer validated by
  SCons (more freedom to users).
- InstallVersionedLib() doesn't use SHLIBVERSION anymore.
- Enchanced docs for the library versioning stuff.
- New tests for versioned libraries.
- Library versioning is currently implemented for the following linker
  tools: 'cyglink', 'gnulink', 'sunlink'.
- Fix to swig tool - pick-up 'swig', 'swig3.0' and 'swig2.0' (in order).
- Fix to swig tool - respect env['SWIG'] provided by user.
   2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995)
Log message:
Add SHA512 digests for distfiles for devel category

Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-09-05 12:55:20 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Changes 2.3.6:
Added support for Visual Studio 2015
   2015-07-31 14:09:26 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Changes 2.3.5:
- Documentation fixes for libraries.xml and
  builders-writing.xml
- Extended docs for InstallVersionedLib/SharedLibrary,
  and added SKIP_WIN_PACKAGES argument to build script
  bootstrap.py
- Fixed symlink support
- Updated debug-count test case
- Fixed incomplete LIBS flattening and substitution in
  Program scanner
- Added new method rentry_exists_on_disk to Node.FS
- Fixed several D tests under the different OS.
- Add support for f08 file extensions for Fortran 2008 code.
- Show --config choices if no argument is specified
- Fixed build crash when XML toolchain isn't installed, and
  activated compression for ZIP archives.
- Fix for VersionedSharedLibrary under 'sunos' platform.
- Fixed dll link with precompiled headers on MSVC 2012
- Added an 'exclude' parameter to Glob()
- Support for multiple cmdargs (one per variant) in VS project files.
- Various improvements for TempFileMunge class.
- Added an implementation for Visual Studio users files
- Added support for the 'PlatformToolset' tag in VS project files
- Added support for '-isystem' to ParseFlags.
   2014-10-07 12:17:28 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Changes 2.3.4:
- Fixed the interactive mode, in connection with Configure contexts
- Fix EnsureSConsVersion warning when running packaged version
- Fix D tools for building shared libraries
   2014-07-19 14:30:49 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
Changes 2.3.2:
This release adds new features, and fixes and improves a number of issues. This \ 
will be the last release to support Python versions earlier than 2.7, as we \ 
begin to move toward supporting Python 3.
   2014-06-09 15:15:14 by Thomas Klausner | Files touched by this commit (4)
Log message:
Do not install empty man pages.
Bump PKGREVISION.

Next | Query returned 70 messages, browsing 31 to 40 | Previous