Commit graph

26391 commits

Author SHA1 Message Date
wiz
3df971c159 Updated py35-requests-toolbelt to 0.6.2.
0.6.2 -- 2016-05-10
-------------------

Fixed Bugs
~~~~~~~~~~

- When passing a timeout via Requests, it was not appropriately translated to
  the timeout that the urllib3 code was expecting.

0.6.1 -- 2016-05-05
-------------------

Fixed Bugs
~~~~~~~~~~

- Remove assertion about request URLs in the AppEngineAdapter.

- Prevent pip from installing requests 3.0.0 when that is released until we
  are ready to handle it.
2016-05-18 12:31:54 +00:00
wiz
886266fb4c Updated py33-enum34 to 1.1.6.
Bugfixes.
2016-05-18 12:28:24 +00:00
wiz
a6ca99b863 Updated p5-Params-Validate to 1.24.
1.24    2016-05-08

- Author tests are no longer in t/. This makes running tests for non-authors
  faster. Requested by Karen Etheridge. RT #113063.
2016-05-18 12:26:13 +00:00
wiz
43271ca9b4 Remove unwanted file. 2016-05-18 12:24:23 +00:00
wiz
61bcf7ec24 Updated p5-List-AllUtils to 0.10.
0.10    2016-05-08

- Switched from List::MoreUtils to List::SomeUtils. This should not change any
  functionality of the module.

- Make the test for subroutine redefined warnings much more
  specific. Previously tests could fail because of totally unrelated warnings
  from other modules. Reported by ribasushi. RT #113740.
2016-05-18 12:24:02 +00:00
wiz
9183568aee Add p5-List-SomeUtils* 2016-05-18 12:22:27 +00:00
mef
e5de786bca Updated devel/p5-Test-TempDir-Tiny from 0.004 to 0.016
------------------------------------------------------
0.016     2016-04-10 13:47:33-04:00 America/New_York
    - No changes from 0.015

0.015     2016-04-03 13:53:49-04:00 America/New_York (TRIAL RELEASE)
    [Additions]
    - Adds experimental support for Perl 5.6

0.013     2016-03-10 15:31:15-05:00 America/New_York (TRIAL RELEASE)
    [Tests]
    - Fixed bad test plan when there are spaces in the perl or library path

0.012     2016-02-24 17:51:58-05:00 America/New_York
    - No changes from 0.011

0.011     2016-02-20 17:12:02-05:00 America/New_York (TRIAL RELEASE)
    [Fixes]
    - Quotes metacharacters in test regexes.

0.010     2015-12-11 11:58:50-05:00 America/New_York
    - No changes from 0.009

0.009     2015-12-09 15:40:36-05:00 America/New_York (TRIAL RELEASE)
    [Fixes]
    - More tainting fixes

0.007     2015-12-09 11:03:38-05:00 America/New_York (TRIAL RELEASE)
    [Fixes]
    - Cleanup fixed to work in taint mode

    [Changes]
    - Raised minimum Perl prerequisite to 5.8.1 again, as 5.6 doesn't
      have necessary features in "B"

0.005     2015-07-17 16:13:55-04:00 America/New_York (TRIAL RELEASE)

    [Added]
    - Added 'in_tempdir' function to run code reference in a temporary
      directory
    - Setting $ENV{PERL_TEST_TEMPDIR_TINY_NOCLEANUP} to a true value
      will prevent any directories from being cleaned up

    [Changes]
    - Lowered minimum Perl prerequisite to 5.6
2016-05-18 12:22:09 +00:00
wiz
22f2fffb89 Import p5-List-SomeUtils-0.52 as devel/p5-List-SomeUtils.
Provide the stuff missing in List::Util.
2016-05-18 12:21:46 +00:00
wiz
d7f4c838d5 Import p5-List-SomeUtils-XS-0.52 as devel/p5-List-SomeUtils-XS.
XS implementation for List::SomeUtils.
2016-05-18 12:20:54 +00:00
mef
e11726b22f Updated devel/p5-Test-Stream to 1.302027
----------------------------------------
1.302027  2016-02-05 15:40:35-08:00 America/Los_Angeles
    - Deprecate in favor of Test2
    - Update for upcoming Trace::Mask
2016-05-18 12:16:20 +00:00
mef
4cb02fe36f Updated devel/p5-Test-Simple from 1.001014 to 1.302015
(sorry for long Changes, 209 lines)
------------------------------------------------------
1.302015  2016-05-09 07:46:54-07:00 America/Los_Angeles

    - Add Test::Alien to breakage info
    - Add Device::Chip to breakage info
    - Add subtest outdent to transition.pod

1.302014_010 2016-05-03 12:09:14-07:00 America/Los_Angeles (TRIAL RELEASE)

    - RC10
    - Update x-breaks, Breakage.pm, and Transition.POD
    - Fix shared memory leak
    - Fix typos and clarify docs.

1.302014_009 2016-04-27 10:05:18-07:00 America/Los_Angeles (TRIAL RELEASE)

    - RC9
    - No logic changes
    - Update x-breaks stuff
    - Update email addresses

1.302014_008 2016-04-26 11:40:40-07:00 America/Los_Angeles (TRIAL RELEASE)

    - RC8
    - Fix bug when using defined, but empty (or space) as a test name in a subtest
    - Better notificatons for late Test::Builder load
    - Recommend Test2::Transition if you have outdated modules
    - Document Test::Builder::TodoDiag and Test::Builder::Formatter

1.302014_007 2016-04-24 13:09:03-07:00 America/Los_Angeles (TRIAL RELEASE)

    - RC7
    - Fix #642 - Persistent environments need to have ENDING flag cleared

1.302014_006 2016-04-24 02:31:13-07:00 America/Los_Angeles (TRIAL RELEASE)

    - RC6
    - Remove reduntant and problematic parts of 00-report.t
    - No changes to actual code, just a test that provides diags

1.302014_005 2016-04-24 01:55:55-07:00 America/Los_Angeles (TRIAL RELEASE)

    - RC5
    - Prevent the breakage reporter from being a test failure
    - No changes to actual code, just a test that provides diags

1.302014_004 2016-04-23 16:21:34-07:00 America/Los_Angeles (TRIAL RELEASE)

    - RC4
    - Update breakage info
    - Fix IPC files driver to use the most significant data in the shm (needs test)

1.302014_003 2016-04-23 03:20:36-07:00 America/Los_Angeles (TRIAL RELEASE)

    - RC3
    - Localize $@ and $! when loading Data::Dumper in explain()

1.302014_002 2016-04-22 14:54:51-07:00 America/Los_Angeles (TRIAL RELEASE)

    - RC2
    - Restore X-Breaks meta info
    - Keep dist.ini in the tarball

1.302014_001 2016-04-22 04:01:50-07:00 America/Los_Angeles (TRIAL RELEASE)

    - RC1
    - Merge Test2 into the Test-Simple dist
    - Remove experimental status
    - Update copyright dates
    - Better error messages when using Carp in Hashbase init()
    - Document 2 methods on Events
    - Fix Test2 #17 (typo fix in docs)
    - Report version mismatches between Test::Builder and Test2
    - Update transition docs
    - Breakage library and warnings

*****************************************************************************
*                                                                           *
* BELOW THIS POINT ARE THE SEPERATE CHANGELOGS FOR Test-Simple, Test2, AND  *
* Test-Stream.                                                              *
*                                                                           *
*****************************************************************************

Test-Simple 1.302013_019 2016-04-13 20:23:18-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Expand no_numbers support to custom formatters

Test-Simple 1.302013_018 2016-04-07 21:23:03-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Support Test2 using an alternative formatter

Test-Simple 1.302013_017 2016-04-05 11:13:50-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Support subtest identification for events
    - Bump minimum Test2 version

Test-Simple 1.302013_016 2016-04-04 21:33:20-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Support some newer event features from Test2
    - Bump minimum Test2 version

Test-Simple 1.302013_015 2016-03-29 09:24:10-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Bump minimum Test2 version to protect from segv

Test-Simple 1.302013_014 2016-03-08 10:00:50-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Skip test added in last release when threading is not avilable

Test-Simple 1.302013_013 2016-03-08 09:19:39-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Test::Builder->reset now resets hub's idea of root pid/tid (#637)

Test-Simple 1.302013_012 2016-01-28 20:38:16-08:00 America/Los_Angeles (TRIAL RELEASE)

    - $Level effects all contexts once Test::Builder is loaded
    - Requires Test2 0.000023

Test-Simple 1.302013_011 2016-01-14 21:55:28-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Performance enhancements

Test-Simple 1.302013_010 2016-01-12 05:57:43-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Changes needed for Test2 0.000018

Test-Simple 1.302013_009 2016-01-11 16:35:57-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Make skip work without a count w/ done_testing (#629)
    - Require newer Test2 that fixes $! squashing (#628)

Test-Simple 1.302013_008 2016-01-10 13:21:02-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Bump minimum Test2 version requirement (to fix downstream)

Test-Simple 1.302013_007 2016-01-07 19:30:04-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Bump minimum Test2 version requirement

Test-Simple 1.302013_006 2016-01-06 11:21:48-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Update for Test2 0.000013
    - Delay loading Data::Dumper
    - Test2::API::test2_no_wait(1) when threads/forking are on
    - Fix Test::Tester to use context
    - More downstream dists for testing

Test-Simple 1.302013_005 2015-12-29 13:01:32-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Updates for Test2 0.000012
    - Helper for Test::SharedFork

Test-Simple 1.302013_004 2015-12-28 13:12:23-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Fix diag/note bugs from refactor

Test-Simple 1.302013_003 2015-12-22 09:41:46-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Fix bug in details() structure for subtests when the parent is todo

Test-Simple 1.302013_002 2015-12-21 13:21:51-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Updates for Test2 0.000010

Test-Simple 1.302013_001 2015-12-21 10:07:42-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Switch to using Test2 under the hood
    - Use Dist::Zilla for releases
    - Reformat Changes file

Test-Simple 1.302012_004 2015-Nov-16 07:45:11-08:00 PST
    * Fix #600 - done_testing($count)

Test-Simple 1.302012_003 2015-Oct-27 00:02:44-08:00 PST
    * Fix typo that called wrong 'try'

Test-Simple 1.302012_002 2015-Oct-02 21:57:19-08:00 PST
    * Add version eval to several modules (#605)

Test-Simple 1.302012_001 2015-Oct-01 15:47:39-08:00 PST
    * Support for Test::Stream 1.302012

Test-Simple 1.302010_001 2015-Sep-29 21:18:38-08:00 PST
    * Support for Test::Stream 1.302010
    * Some upstream package names changed
    * Test::Stream's interface changed, tests needed to change too.

Test-Simple 1.302007_004 2015-Jul-27 21:13:39-08:00 PST
    * Work around perlbug 125702

Test-Simple 1.302007_003 2015-Jul-24 08:34:46-08:00 PST
    * Remove singleton from closure

Test-Simple 1.302007_002 2015-Jul-18 17:38:26-08:00 PST
    * Fix subtest + Test::Stream::Tester

Test-Simple 1.302007_001 2015-Jun-24 08:06:00-08:00 PST
    * Tests no longer copy thread/fork checks
    * Bump minimum Test::Stream version

Test-Simple 1.302004_001 2015-Jun-17 08:33:00-08:00 PST
    * Update for newer Test-Stream with XS support
    * Use 'fudge' in Test::Stream instead of doing level adjustments here
    * Fix minor POD encoding issue #593
    * Some performance enhancements in T::B->ok

Test-Simple 1.302003_001 2015-Jan-06 21:52:00-08:00 PST
    * Convert internals to use Test-Stream
    * Optimizations for performance
    * Note this is a completely new branch off of legacy/master, not taken from the old stream branches
2016-05-18 12:13:06 +00:00
mef
ab6bd1afb4 Updated devel/p5-Test-SharedFork to 0.35
----------------------------------------
0.35 2015-12-21T23:25:12Z
    - Support Test2

0.34 2015-09-29T14:53:27Z
    - Support upcoming Test::Stream changes
2016-05-18 12:01:21 +00:00
mef
33935ab947 Updated devel/p5-Test-Script to 1.12 (from 1.10)
------------------------------------
1.12      2016-05-02 11:18:01 -0400
  - Production release identical to 1.11_03 release.

1.11_03   2016-04-28 06:45:52 -0400
  - Check for IO errors on temporary .pm file

1.11_02   2016-04-27 13:15:35 -0400
  - One possible fix for gh#5
    (see https://github.com/plicease/Test-Script/issues/5)

1.11_01   2016-04-27 12:28:33 -0400
  - Including some optional Test2 based tests that should
    only be run with a merged Test2 / Test::Builder
    (currently a dev release as Test::Simple on CPAN)
2016-05-18 11:59:11 +00:00
mef
4a713df06d Updated devel/p5-Test-MinimumVersion to 0.101.082
------------------------------------------------
0.101082  2015-12-06 23:40:03-05:00 America/New_York
        - add all_minimum_version_from_mymetayml_ok (thanks, Steve Hay!)
        - add all_minimum_version_from_mymetajson_ok (thanks, Steve Hay!)
2016-05-18 11:55:39 +00:00
wiz
662a123cfa Mention this is the 1.0 branch of the package. 2016-05-18 11:53:27 +00:00
wiz
4a44fc70fc + mdds1.2 2016-05-18 11:49:15 +00:00
wiz
ae883cbdef Import mdds1.2-1.2.0 as devel/mdds1.2.
Multi-Dimensional Data Structure (mdds)

A collection of multi-dimensional data structure and indexing algorithm.

It implements the following data structure:

    * flat segment tree
    * segment tree
    * rectangle set

This package contains the 1.2 branch of the software.
2016-05-18 11:48:45 +00:00
mef
9e9305edee Updated devel/p5-Test-Differences to 0.23
-----------------------------------------
0.23  2016-03-16T17:09:37Z
      - Fix encoding errors when reading in a file on Windows with `utf8`
        enabled. See https://rt.perl.org/Ticket/Display.html?id=127668 for the
        bug we've worked around.

0.22  2016-03-02T23:54:26Z
      - Adjusted tests to account for change in output of Text::Diff 1.44.
        They still pass with earlier versions of Text::Diff.
      - Removed Pod tests from the distribution.
2016-05-18 11:46:55 +00:00
mef
31c44fc3bd Updated to devel/p5-Test-Differences to 0.6400
----------------------------------------------
0.64 Sun November 22, 2015
    - Bump dependency version for Text::Diff to avoid a buggy release
    - Make tests pass with relocation perl (see
      https://rt.cpan.org/Ticket/Display.html?id=103133)
2016-05-18 11:42:15 +00:00
mef
f57702e681 Updated devel/p5-Test-Aggregate to 0.373
----------------------------------------
0.373  2015-09-27
        - Bail out of test suite if using newer (currently incompatible)
          Test::More (1.3+).  Thanks to E. Choroba for the pull request (gh-4).
2016-05-18 11:39:56 +00:00
wiz
13611c61fd Updated afl to 2.13b.
--------------
Version 2.13b:
--------------

  - Fixed a spurious build test error with trace-pc and llvm_mode/Makefile.
    Spotted by Markus Teufelberger.

  - Fixed a cosmetic issue with afl-whatsup. Spotted by Brandon Perry.
2016-05-18 11:30:32 +00:00
fhajny
1f2b65a6e0 Bump PKREVISION for the previous CONF_FILES_PERMS fix 2016-05-17 10:36:38 +00:00
fhajny
9a7d622e2e Use REAL_ROOT_USER/REAL_ROOT_GROUP instead of ROOT_USER/ROOT_GROUP
for all pkgsrc dir/file ownership rules. Fixes unprivileged
user/group names from leaking into binary packages, manifest as
non-fatal chown/chgrp failure messages at pkg_add time.

Bump respective packages' PKGREVISION.
2016-05-17 10:32:06 +00:00
nils
5c727ebc7e add and enable py-cookiecutter 2016-05-16 15:06:36 +00:00
nils
604ffdfd7f Initial import of py-cookiecutter, version 1.3.0,
into the NetBSD Packages Collection.

Cookiecutter is a command-line utility that creates
projects from cookiecutters (project templates),
e.g. creating a Python package project from a
Python package project template.
2016-05-16 15:05:48 +00:00
nils
c82296bfd2 add and enable py-binaryornot 2016-05-16 14:21:29 +00:00
nils
73e72ae795 Initial import of py-binaryornot, version 0.4.0,
into the NetBSD Packages Collection.

Ultra-lightweight pure Python package to guess
whether a file is binary or text, using a heuristic
similar to Perl's pp_fttext and its analysis by @eliben.
2016-05-16 14:20:56 +00:00
nils
7704aa35be add and enable py-whichcraft 2016-05-16 14:06:52 +00:00
nils
afc7135a23 Initial import of py-whichcraft, version 0.1.1,
into the NetBSD Packages Collection.

This package provides cross-platform cross-python
shutil.which functionality.
2016-05-16 14:06:06 +00:00
nils
68904ade41 add and enable py-ruamel-yaml 2016-05-16 13:53:34 +00:00
nils
47550bd519 Initial import of py-ruamel-yaml, version 0.10.23,
into the NetBSD Packages Collection.

ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation
of comments, seq/map flow style, and map key order
2016-05-16 13:52:54 +00:00
nils
88daa3c865 add and enable py-ruamel-base 2016-05-16 13:42:50 +00:00
nils
a1b41035d8 Initial import of py-ruamel-base, version 1.0.0,
into the NetBSD Packages Collection.

(future) place for elements common to multiple packages
2016-05-16 13:41:59 +00:00
ryoon
d2000f5016 Update to 1.7.1
* Update MASTER_SITES and HOMEPAGE

Changelog:
I've tagged a new release of Ninja, version v1.7.1

(I've also tagged v1.7.0, but don't use that.)

This is the first release after moving the homepage to https://ninja-build.org
and the repo to github.com/ninja-build.

== Release notes
* New feature: Implicit outputs (#989)
  Documented in the manual at https://ninja-build.org/manual.html#ref_outputs
* Output formatting changes
  + in non-interactive mode, print commands when finished, not when started --
    build output is now always preceded by the command that produced it (#999)
  + as a consequence, the default NINJA_STATUS is now "[%f/%t] " and %p
    is percentage of finished edges instead of percentage of started (#1142)
  + for failing commands, print "FAILED: output name" followed by the
    faiilng command on a new line, instead of "FAILED: command" (#1033)

* Several documentation updates

* Minor changes and bugfixes
  + "./" in paths is no longer an error but instead canonicalizes to nothing
    (#1076)
  + New debugging flag `-d keepdepfile` (#1098)
  + `-w dupbuild=err` now works in subninjas (#1095)
  + Don't loop forever in dry-run mode if the generator rule is dirty (#1069)
  + `msvc_deps_prefix` can now be set per-rule, not just globally (#1043)
  + allow non-ANSI characters in depfiles (#763)
  + `-k 0` now works better with pools (#1017, #1023, #1126)

* `-t browse` changes
  + new --port and --no-browser flags; default to 'all' target (#1112)
  + make tool work if main build file isn't called build.ninja (#1116)

* Windows-specific changes
  + don't crash with deps=msvc if the compiler prints very long include notes
    (#973)

* POSIX-specific changes
  + Clean up build on SIGHUP (#964)
  + subprocesses are now spawned via posix_spawn instead of fork/exec, which
    speeds up builds on some systems (e.g Mac OS X) (#1118)
  + child processes no longer detached from terminal, restoring 1.5.0 behavior
    (#1113)
  + experimentally expose deps=msvc on non-Windows too (#1125)

* Changes to building ninja itself
  + allow bootstrapping ninja itself in an out-of-source build dir (#979)
  + make ninja build on AIX (#1007)
  + ninja's source compiles with MSVC2015 (#1003, #1110, #1130)
  + ninja's source now also compiles with MSVC2008 (!) (#1101)
  + ninja's source builds with libc++ on Linux (#1134)

* Changes to scripts
  + zsh target completion is faster (#1046)
  + bash target completion is faster (#1047)
  + ninja_syntax: don't wrap long words in comments (#1042)
  + ninja_syntax: support implicit outputs
2016-05-16 11:56:11 +00:00
nils
b539d8a943 add and enable py-ruamel-ordereddict 2016-05-16 10:36:50 +00:00
nils
e73b3de8c3 Initial import of py-ruamel-ordereddict, version 0.4.9,
into the NetBSD Packages Collection.

This is an implementation of an ordered dictionary with Key Insertion Order
(KIO: updates of values do not affect the position of the key),
Key Value Insertion Order (KVIO, an existing key's position is removed and
put at the back).
The standard library module OrderedDict, implemented later, implements
a subset of ordereddict functionality.

Sorted dictionaries are also provided.
Currently only with Key Sorted Order (KSO, no sorting function can be
specified but you can specify a transform to apply on the key before
comparison (e.g. string.lower)).
2016-05-16 10:35:20 +00:00
nils
bf8417fbaf add & enable py-wheel 2016-05-16 07:55:00 +00:00
nils
dbe7ec2f40 Initial import of devel/py-wheel, version 0.26.0, into the NetBSD Packages Collection.
Wheel is a built-package format for Python.
2016-05-16 07:53:02 +00:00
wen
0e7ad12a7b Update to 0.35
Upstream changes:
0.35    2015-12-27 00:32:49Z
        - avoid spaces in slurpy type constraint names (ilmari)
2016-05-15 11:30:33 +00:00
wen
a73f2fc86a Update to 0.17
Upstream changes:
0.17      2015-10-09 02:14:37Z
          - mark this distribution as deprecated (now obsolete with modern
            Moose)
2016-05-15 11:14:50 +00:00
wen
98c0ee8f46 Update to 0.31
Upstream changes:
0.31      2015-09-27 05:28:49Z
 - increase Moose prereq on perl 5.8.x to fix boolean overload handling
2016-05-15 11:04:40 +00:00
wen
3cd4cc9be1 Update to 0.49
Upstream changes:
0.49      2015-10-07 01:07:44Z
  - added x_deprecated to metadata
2016-05-15 10:54:36 +00:00
wen
3ebb22c9a4 Update to 0.21
Upstream changes:
0.21      2016-02-16 05:15:14Z
    - some distribution retooling
2016-05-15 09:05:37 +00:00
wen
28a058eb74 Update to 0.70
Upstream changes:
0.70      2016-05-10 20:32:32Z
 - In 0.69, an undefined init_arg would cause warnings and exception.
   Attributes with an undefined init_arg are now ignored. (thanks, Greg
   Oschwald! )
2016-05-15 08:57:42 +00:00
wen
6c8b9a677e Update to 0.25
Upstream changes:
0.25      2016-02-16 05:27:31Z
    - stronger deprecation notice in pod
2016-05-15 08:39:54 +00:00
wen
bc68df392f Update to 0.16
Upstream changes:
0.16  2016-05-03 01:33:43Z
    - explicitly depend on List::MoreUtils (Nigel Gregoire)
2016-05-15 08:32:31 +00:00
wen
d8d800c658 Update to 1.35
Upstream changes:
1.35 2016-04-02
    - Apply Spelling fixes RT112234 (fixed by Gregor Herrmann)
    - Documentation
    - Allow to pass ARGV directly to constructor
    - use namespace::autoclean (reported by Mohammad S Anwar)
    - Dist housekeeping

1.34 2016-02-21
    - Do not accept invalid character in Term plugin
    - Fix RT112156: Command class lacking attribute metarole (reported by Marc Logghe)
    - Apply Spelling fixes RT105717 (fixed by Gregor Herrmann)
    - Add permute option to specify multiple values with one attribute key
    - Fix imports (fixed by Alexander Stoddard)
    - Documentation
2016-05-15 08:10:10 +00:00
prlw1
cb1d8655c1 Update mm-common to 0.9.10
mm-common 0.9.10 (2016-02-06)

  * Add the MM_AX_CXX_COMPILE_STDCXX() m4 macro,
    to help other *mm projects build with C++11 or C++14 compiler support.
    This is based on AX_CXX_COMPILE_STDCXX() but doesn't need to
    be copied into projects manually.
    It is less specific than MM_AX_CXX_COMPILE_STDCXX_11.
    (Murray Cumming)

mm-common 0.9.9 (2015-11-27)

  * Fix install-time rewrite of documentation tag references with
    newer Doxygen versions.
    (Daniel Elstner)
  * MM_ARG_ENABLE_WARNINGS for C++11 when using the
    -Wzero-as-null-pointer-constant option with g++.
    (Kjell Ahlstedt) Bug #757979.
  * doc-reference.am: Don't assume all existing html files shall be rebuilt.
    (Kjell Ahlstedt) Bug #686364.

mm-common 0.9.8 (2015-07-15)

  * Add the MM_AX_CXX_COMPILE_STDCXX_11() m4 macro,
    to help other *mm projects build with C++11 compiler support.
    This is based on AX_CXX_COMPILE_STDCXX_11() but doesn't need to
    be copied into projects manually.
    (Kjell Ahlstedt) Bug #751432

mm-common 0.9.7 (2014-09-15)

  * Add doxygen-extra.css, deprecate doxygen.css.
    (Kjell Ahlstedt)
  * Update for Doxygen 1.8.
    (Kjell Ahlstedt)
  * Update skeletonmm.
    (Kjell Ahlstedt)
2016-05-14 13:50:37 +00:00
bsiegert
924e069772 This is definitely not for Darwin.
a) it does not build
b) Darwin uses Mach-O
2016-05-14 08:29:37 +00:00
adam
ac97e9f722 Changes 1.61.0:
New Libraries:
--------------
Compute:
  Parallel/GPU-computing library
DLL:
  Library for comfortable work with DLL and DSO. Library provides a portable across platforms way to:
* load libraries
* import any native functions and variables
* make alias names for C++ mangled functions and symbols
* query libraries for sections and exported symbols
* self loading and self querying
* getting program and module location by exported symbol
Hana:
  A modern C++ metaprogramming library. It provides high level algorithms to manipulate heterogeneous sequences, allows writing type-level computations with a natural syntax, provides tools to introspect user-defined types and much more.
  Metaparse:
A library for generating compile time parsers parsing embedded DSL code as part of the C++ compilation process. The library is similar to Spirit, however while parsers built with Spirit parse at run-time, parsers built with Metaparse parse at compile-time.
2016-05-13 20:47:32 +00:00