The NetBSD Project

CVS log for pkgsrc/devel/cutter/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / cutter

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.13 / (download) - annotate - [select for diffs], Tue Oct 26 10:14:28 2021 UTC (23 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, HEAD
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip

Revision 1.12 / (download) - annotate - [select for diffs], Thu Oct 7 13:39:23 2021 UTC (23 months, 3 weeks ago) by nia
Branch: MAIN
Changes since 1.11: +1 -2 lines
Diff to previous 1.11 (colored)

devel: Remove SHA1 hashes for distfiles

Revision 1.11 / (download) - annotate - [select for diffs], Tue Nov 3 03:27:21 2015 UTC (7 years, 11 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

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.

Revision 1.10 / (download) - annotate - [select for diffs], Sat May 31 08:10:48 2014 UTC (9 years, 4 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.9: +4 -4 lines
Diff to previous 1.9 (colored)

Update Cutter to 1.2.4.

== [release-1-2-4] 1.2.4: 2014-05-29

In this release, there are some bugfixes since Cutter 1.2.3 released.

=== Cutter

==== Improvements

  * Supported Ubuntu 14.04 (Trusty Tahr).

==== Changes

  * Dropped Ubuntu 12.10 (Quantal Quetzal) support.

==== Fixes

  * Added -fexceptions to use C code with C++ exceptions. [Reported by OBATA Akio]
  * Fixed a problem that bash isn't found when executing make check on FreeBSD.
  * Fixed a crash bug because of double free allocated memory. [GitHub #12] [Reported by Kazuhiro Yamato]

Revision 1.9 / (download) - annotate - [select for diffs], Sat Feb 8 12:14:32 2014 UTC (9 years, 7 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.8: +4 -4 lines
Diff to previous 1.8 (colored)

Update cutter to 1.2.3.

== [release-1-2-3] 1.2.3: 2014-02-09

As long time has passed since Cutter 1.2.2 release,
there are some improvements and fixed bugs.

After Cutter 1.2.2 release, you can install Cutter from
Fedora's official yum repository. No need to register Cutter yum repository on Fedora anymore.

=== Cutter

==== Improvements

  * [doc] Removed a needless period from installation link.
    [GitHub #6] [Patch by Masafumi Yokoyama]
  * Supported lcov 1.10. [cutter-users-ja:92] [Reported by Siganai SE]
  * [doc] Updated download URL on SF.net. [cutter-users-ja:91] [Reported by Siganai SE]
  * [doc] Updated XML report format. [cutter-users-ja:91] [Reported by Siganai SE]
  * Added more trace logs for loader. It helps you to investigate the case when no tests are loaded.
  * [doc] Updated Cygwin's setup.exe URL.
  * Added --log-level option. The value of default log level is "critical|error|warning|message".

==== Fixes

  * [loader] Fixed a bug that ELF loader can't collect symbol because of wrong comparison.
  * Fixed memory leaks on loading all modules.
  * Fixed a warning from GCC 4.8.1 on Ubuntu 13.10
    [GitHub #9] [Reported by Kazuhiro Yamato]

=== CppCutter

==== Improvements

  * Supported cppcut_assert_equal(const type_info &, const type_info &)
    [GitHub #4] [Patch by Kazuhiro Yamato]
  * Supported to catch unhandled C++ exception in test case.
    This change avoids to crash when unexpected exception is thrown.
    [GitHub #8] [Suggested by Kazuhiro Yamato] [Patch by Kazuhiro Yamato]
  * Supported to call destructors of objects on a stack even when an assertion is failed.
    [GitHub #10] [Patch by Kazuhiro Yamato]

==== Fixes

  * [Clang] Fixed a compile error which is caused by missing std::type_info forward declaration.
  * Fixed an invalid memory access when an exception is thrown in cutter's
    assertion function.
    [GitHub #11] [Patch by Kazuhiro Yamato]

=== GCutter

==== Fixes

  * [doc] Fixed a signal name typo about gcut-egg example.

=== Thanks

  * Kazuhiro Yamato
  * Masafumi Yokoyama
  * Siganai SE

Revision 1.8 / (download) - annotate - [select for diffs], Sun Dec 23 07:46:25 2012 UTC (10 years, 9 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 (colored)

Update cutter to 1.2.2.

== [release-1-2-2] 1.2.2: 2012-10-29

We began to support Ubuntu 12.10 (Quantal Quetzal).
There are some improvements and fixed bugs.

=== Cutter

==== Improvements

  * [doc] Added release procedure documentation.
  * [doc] Improved documentation about Travis-CI configuraion.
  * Supported Ubuntu 12.10 (Quantal Quetzal).

==== Fixes

  * [sample][GTK+] Fixed missing GLIB_LIBS that has flags for GModule.
    [Reported by Hiroshi Umemoto]

=== CppCutter

==== Fixes

  * Fixed a bug that wrong data function is searched.

=== GCutter

==== Fixes

  * [sample] Fixed missing function call in sample code.

=== Thanks

  * Hiroshi Umemoto

Revision 1.7 / (download) - annotate - [select for diffs], Sun Aug 19 07:44:01 2012 UTC (11 years, 1 month ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.6: +4 -4 lines
Diff to previous 1.6 (colored)

Update cutter to 1.2.1.

=== Cutter

==== Improvements

  * [UI][GTK+] Supported GTK+ < 2.22 for Debian GNU/Linux squeeze.
  * [UI][console] Supported growlnotify.exe for windows.
  * [UI][GTK+] Added menubar.
  * [UI][GTK+] Improved to log an error message for showing URI.
  * [UI][GTK+] Supported --with-fallback-browser option to customize
    fallback browser.
  * Improved to use "()" as a part of function about backtrace.
  * [UI][console] Added more color acceptable TERMs
    (xterm-256color, screen-256color, screen-color)
  * Added Travis CI integration.
  * Supported backtrace on SIGBUS [Patch by Kiwamu Okabe]
  * Added Homebrew related paths by default on Mac OS X.

==== Changes

  * [doc][Mac OS X] Recommended to use the official MacPorts repository.
    [Suggested by Hiroshi Umemoto]
  * Supported Fedora 17.
  * Dropped Fedora 16 support.
  * Supported Ubuntu Precise.

==== Fixes

  * [Clang] Fixed not to add extra "()" for function name of backtrace.
  * Fixed compilation failure on MinGW.

=== CppCutter

==== Improvements

  * Supported nested namespace test case built by g++

Revision 1.6 / (download) - annotate - [select for diffs], Mon Jan 2 05:53:42 2012 UTC (11 years, 9 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (colored)

Update cutter to 1.2.0.

== [release-1-2-0] 1.2.0: 2011-12-31

We improved C++ support and test runner interface.

=== Cutter

==== Improvements

  * [UI][console] Changed to show messages on failure, error
    and so on immediately. You need to use
    (({--show-detail-immediately=no})) command line option
    to show messages on end of test like earlier versions.
  * [UI][GTK+] Supported iterated test.
  * [UI][GTK+] Supported re-run test.
  * [UI][GTK+] Unified cancel button and re-run button.

==== Changes

  * Enabled deprecated GLib API. You need to use
    (({--disable-deprecated-glib-api})) configure option to
    disable deprecated GLib API.
  * Supported Fedora 16.
  * Dropped Fedora 15 support.

=== CppCutter

==== Improvements

  * Added more supported types by ((<cppcut_assert_equal()>)).
  * Added ((<cppcut_assert_not_equal()>)).
  * Added ((<cppcut_assert_null()>)).
  * Added ((<cppcut_assert_not_null()>)).
  * Added ((<cppcut_assert_operator()>)).

Revision 1.5 / (download) - annotate - [select for diffs], Sun Oct 23 13:16:36 2011 UTC (11 years, 11 months ago) by obache
Branch: MAIN
Changes since 1.4: +4 -4 lines
Diff to previous 1.4 (colored)

Update cutter to 1.1.9.

= NEWS --- The history of Cutter

== [release-1-1-9] 1.1.9: 2011-10-22

We move the repository to GitHub from SF.net.

=== Cutter

==== Changes

  * Added Ubuntu Oneiric Ocelot support.
  * Added CentOS 6 support.

==== Fixes

  * Fixed as success test count with thread. [SF.net #3383253]
    [Reported by Romain Tartière]

=== Thanks

  * Romain Tartière

Revision 1.4 / (download) - annotate - [select for diffs], Tue Aug 2 12:15:00 2011 UTC (12 years, 2 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.3: +4 -4 lines
Diff to previous 1.3 (colored)

Update cutter to 1.1.8.

== [release-1-1-8] 1.1.8: 2011-07-31

=== Cutter

==== Improvements

  * Supported notify-send availability detection.
  * Added --mode=play option that plays test result from
    test log.
  * Updated documents for Solaris 10.
  * Supported assertion failures in other thread. Bug #3341429
    [Reported by Romain Tartière]

==== Changes

  * Added Debian GNU/Linux wheezy support.
  * Removed Ubuntu Maverick Meerkat support.
  * Added Ubuntu Natty Narwhal support.
  * Removed Fedora 14 support.
  * Added Fedora 15 support.

=== cut-diff

==== Improvements

  * Made --label option optional.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Feb 13 12:59:51 2011 UTC (12 years, 7 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 (colored)

Update cutter to 1.1.7.
While here, add pdf option to enable pdf support without GTK2+.

= NEWS --- The history of Cutter

== [release-1-1-7] 1.1.7: 2011-02-13

=== Cutter

==== Improvements

  * Supported growlnotify.

==== Changes

  * Droped Debian GNU/Linux lenny support.

==== Fixes

  * Fixed using unknown symbol on CentOS 5.5.
    [Reported by Hiroaki Nakamura]

=== Document

===== Fixes

  * Fixed typos in tutorial.
    [Reported by Hiroaki Nakamura]

=== Thanks

  * Hiroaki Nakamura

Revision 1.2 / (download) - annotate - [select for diffs], Tue Feb 8 04:53:19 2011 UTC (12 years, 7 months ago) by obache
Branch: MAIN
Changes since 1.1: +4 -4 lines
Diff to previous 1.1 (colored)

Update cutter to 1.1.6.

== [release-1-1-6] 1.1.6: 2011-02-09

=== Cutter

==== Improvment

  * Renamed an utility:
    * ((<cut_build_fixture_data_path()>)) -> ((<cut_build_fixture_path()>))
  * Added utitlities:
    * ((<gcut_take_string()>))
    * ((<cut_get_fixture_data()>))
    * ((<gcut_get_fixture_data()>))
    * ((<GCutEventLoop>))
    * ((<GCutGLibEventLoop>))
  * Supported Debian GNU/Linux squeeze.
    [Suggested by Romuald Conty]
  * Supported Ubuntu Maverick Meerkat.
  * Supported Fedora 14.
  * cutter.m4: supported --config-cache.
  * cutter.m4: supported custom Makefile for
    --enable-coverage. (specify custome Makefile name to
    AC_CHECK_COVERAGE() argument)
  * Supported notify-send.

==== Fixes

  * Fixed a wrong test.
    [Suggested by Ilya Barygin]

=== cut-diff

==== Improvements

  * Added ((<--label option|cut-diff#--label>)) that specify
    labels in header.

=== Thanks

  * Romuald Conty
  * Ilya Barygin

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Dec 21 11:27:57 2010 UTC (12 years, 9 months ago) by obache
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2010Q4-base, pkgsrc-2010Q4
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Import cutter-1.1.5 as devel/cutter.

Cutter is a xUnit family Unit Testing Framework for C and C++.

This is a list of features of Cutter:
  * easy to write tests.
  * outputs result with useful format for debugging.
  * tests are built as shared libraries.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Dec 21 11:27:57 2010 UTC (12 years, 9 months ago) by obache
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>