Up to [local] / ports / net / libtorrent-rasterbar / patches
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.18, Tue Mar 30 10:31:06 2021 UTC (3 years, 7 months ago) by namtsui
Branch: MAIN
CVS Tags: HEAD
Changes since 1.17: +0 -0 lines
FILE REMOVED
Summary: update to 1.2.13 this still requires a lot of hacks like specifying BOOST_ROOT and having devel/boost provide b2. b2 is a requirement now.
Revision 1.17 / (download) - annotate - [select for diffs], Mon Nov 16 00:53:58 2020 UTC (4 years ago) by namtsui
Branch: MAIN
Changes since 1.16: +3 -54 lines
Diff to previous 1.16 (colored) to selected 1.6 (colored)
Summary: prepare 1.2.11 update
Revision 1.16 / (download) - annotate - [select for diffs], Fri Sep 25 10:37:20 2020 UTC (4 years, 1 month ago) by namtsui
Branch: MAIN
Changes since 1.15: +11 -4 lines
Diff to previous 1.15 (colored) to selected 1.6 (colored)
Summary: handle out of bounds cases
Revision 1.15 / (download) - annotate - [select for diffs], Fri Sep 25 08:37:09 2020 UTC (4 years, 1 month ago) by namtsui
Branch: MAIN
Changes since 1.14: +23 -25 lines
Diff to previous 1.14 (colored) to selected 1.6 (colored)
Summary: simplify patch by using inline c++ program
Revision 1.14 / (download) - annotate - [select for diffs], Sat Aug 22 20:25:31 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.13: +6 -6 lines
Diff to previous 1.13 (colored) to selected 1.6 (colored)
Summary: invert behavior and explicitly specify skip as 4th argument
Revision 1.13 / (download) - annotate - [select for diffs], Sat Aug 22 09:30:43 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12 (colored) to selected 1.6 (colored)
Summary: typo
Revision 1.12 / (download) - annotate - [select for diffs], Sat Aug 22 08:39:48 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.11: +2 -5 lines
Diff to previous 1.11 (colored) to selected 1.6 (colored)
Summary: documentation and remove debug printfs
Revision 1.11 / (download) - annotate - [select for diffs], Sat Aug 22 08:14:13 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.10: +8 -8 lines
Diff to previous 1.10 (colored) to selected 1.6 (colored)
Summary: cxx standard
Revision 1.10 / (download) - annotate - [select for diffs], Sat Aug 22 07:41:20 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.9: +38 -31 lines
Diff to previous 1.9 (colored) to selected 1.6 (colored)
Summary: add --with-cxx-std=14 as suggested by @FranciscoPombal https://github.com/arvidn/libtorrent/pull/5026#issuecomment-678547548 from the suggestions, it fails on the first on last points. If the compiler's default is equal to or greater than c++11/gnu++11, don't add anything, respect the compiler's default. If the compiler's default is less than c++11/gnu++11, use -std=c++11/-std=gnu++11 If the user manually overrides the C++ standard value with -DCMAKE_CXX_STANDARD at configure-time, and this value is greater than or equal to c++11/gnu++11, use it. If the user manually overrides the value with -DCMAKE_CXX_STANDARD at configure-time, and this value is less than c++11/gnu++11, use -std=c++11/-std=gnu++11 instead.
Revision 1.9 / (download) - annotate - [select for diffs], Fri Aug 21 23:11:37 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (colored) to selected 1.6 (colored)
Summary: quotes and capitalization
Revision 1.8 / (download) - annotate - [select for diffs], Fri Aug 21 21:29:23 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.7: +18 -6 lines
Diff to previous 1.7 (colored) to selected 1.6 (colored)
Summary: handle C++ and c++ capitalization and better documentation
Revision 1.7 / (download) - annotate - [select for diffs], Fri Aug 21 20:56:12 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.6: +5 -5 lines
Diff to previous 1.6 (colored)
Summary: simplified naming
Revision 1.6 / (download) - annotate - [selected], Fri Aug 21 20:43:07 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.5: +8 -8 lines
Diff to previous 1.5 (colored)
Summary: --with-std
Revision 1.5 / (download) - annotate - [select for diffs], Fri Aug 21 20:32:17 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.4: +27 -14 lines
Diff to previous 1.4 (colored) to selected 1.6 (colored)
Summary: select among 11 14 and 17
Revision 1.4 / (download) - annotate - [select for diffs], Fri Aug 21 20:01:32 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.3: +19 -2 lines
Diff to previous 1.3 (colored) to selected 1.6 (colored)
Summary: allow switching among c++ standards
Revision 1.3 / (download) - annotate - [select for diffs], Fri Aug 21 08:36:23 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored) to selected 1.6 (colored)
Summary: c++14 noext
Revision 1.2 / (download) - annotate - [select for diffs], Fri Aug 21 07:18:43 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.1: +3 -0 lines
Diff to previous 1.1 (colored) to selected 1.6 (colored)
Summary: add better comments
Revision 1.1 / (download) - annotate - [select for diffs], Fri Aug 21 04:09:51 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Diff to selected 1.6 (colored)
Summary: use autoreconf to ensure that -std=c++11 isn't used and -std=gnu++14 is used