File: Changes

package info (click to toggle)
libset-intervaltree-perl 0.12-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 364 kB
  • sloc: cpp: 686; perl: 60; makefile: 3
file content (20 lines) | stat: -rw-r--r-- 693 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Revision history for Perl extension Set::IntervalTree.

0.12    Sat Jun  9 21:33:52 2018
    - RT#123410 fix fetch_window()
    - RT#123098 try to support systems with clang++, like freebsd.

0.11    Thu Jul 20 22:27:59 2017
    - SLOYD becomes co-maintainer.
    - Use dzil as distribution builder.
    - Use ExtUtils::CppGuess to detect C++ compiler on multi-platform.
    - Fix building on older versions of gcc and MSVC.

0.02    Mon Apr 29 11:03:00 2011
    - change to half-closed intervals
    - add remove, remove_window, fetch_window methods
	
0.01    Mon Jul 12 15:58:33 2010
    - original version; created by h2xs 1.23 with options
    -n Set::IntervalTree -F -I. interval_tree.h