Commit Graph

27 Commits

Author SHA256 Message Date
Dominique Leuenberger
76f8365fff Accepting request 1093988 from devel:libraries:c_c++
- update to 3.3.0:
  * Fix some compile warnings in Visual Studio
  * Set permissions for github workflows
  * Add flags to control trailing decimal and zero in exponent
    form when input has one significant digit (forwarded request 1093823 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/1093988
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/double-conversion?expand=0&rev=14
2023-06-21 20:37:07 +00:00
f544991a35 Accepting request 1093823 from home:dirkmueller:Factory
- update to 3.3.0:
  * Fix some compile warnings in Visual Studio
  * Set permissions for github workflows
  * Add flags to control trailing decimal and zero in exponent
    form when input has one significant digit

OBS-URL: https://build.opensuse.org/request/show/1093823
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/double-conversion?expand=0&rev=24
2023-06-20 13:18:15 +00:00
Dominique Leuenberger
47bb52b971 Accepting request 998147 from devel:libraries:c_c++
- update to 3.2.1
  * Disable quiet nan test on windows
  * Test on all platforms.
  * Fix warnings on Windows
  * Run ctests first.
  * Give shared-lib option and test install
  * Install Windows debbuger (pdb) files.
  * Add a cast to silence a signedness conversion warning.
  * Issue #184 : Fixed all -Wzero-as-null-pointer-constant warnings (forwarded request 997609 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/998147
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/double-conversion?expand=0&rev=13
2022-08-20 18:27:59 +00:00
f7888b1572 Accepting request 997609 from home:dirkmueller:Factory
- update to 3.2.1
  * Disable quiet nan test on windows
  * Test on all platforms.
  * Fix warnings on Windows
  * Run ctests first.
  * Give shared-lib option and test install
  * Install Windows debbuger (pdb) files.
  * Add a cast to silence a signedness conversion warning.
  * Issue #184 : Fixed all -Wzero-as-null-pointer-constant warnings

OBS-URL: https://build.opensuse.org/request/show/997609
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/double-conversion?expand=0&rev=22
2022-08-19 10:24:36 +00:00
Dominique Leuenberger
a5d2d4b083 Accepting request 969261 from devel:libraries:c_c++
- update to 3.2.0:
  * Fix quiet NANs on MIPS* and PA-RISC architectures. (forwarded request 968073 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/969261
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/double-conversion?expand=0&rev=12
2022-04-14 15:23:12 +00:00
ed7fefded9 Accepting request 968073 from home:dirkmueller:Factory
- update to 3.2.0:
  * Fix quiet NANs on MIPS* and PA-RISC architectures.

OBS-URL: https://build.opensuse.org/request/show/968073
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/double-conversion?expand=0&rev=20
2022-04-11 18:20:34 +00:00
Dominique Leuenberger
e7a62e4d1e Accepting request 943528 from devel:libraries:c_c++
- update to 3.1.7:
  * Reintroduce macros, if DOUBLE_CONVERSION_NON_PREFIXED_MACROS is set
  * Also add support for Synopsys ARC64 architecture (forwarded request 943179 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/943528
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/double-conversion?expand=0&rev=11
2022-01-05 12:39:08 +00:00
ac678a1b83 Accepting request 943179 from home:dirkmueller:Factory
- update to 3.1.7:
  * Reintroduce macros, if DOUBLE_CONVERSION_NON_PREFIXED_MACROS is set
  * Also add support for Synopsys ARC64 architecture

OBS-URL: https://build.opensuse.org/request/show/943179
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/double-conversion?expand=0&rev=19
2022-01-03 07:58:19 +00:00
Dominique Leuenberger
5a363e26f5 Accepting request 935947 from devel:libraries:c_c++
- update to 3.1.6:
  * Features some code cleanups.
  * Adds the following new architectures: loongarch, xtensa, nios2, e2k. (forwarded request 935845 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/935947
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/double-conversion?expand=0&rev=10
2021-12-08 21:08:31 +00:00
ad86859058 Accepting request 935845 from home:dirkmueller:Factory
- update to 3.1.6:
  * Features some code cleanups.
  * Adds the following new architectures: loongarch, xtensa, nios2, e2k.

OBS-URL: https://build.opensuse.org/request/show/935845
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/double-conversion?expand=0&rev=18
2021-12-06 09:30:41 +00:00
Dominique Leuenberger
2ed77020fe Accepting request 776248 from devel:libraries:c_c++
- extend changelog entry

OBS-URL: https://build.opensuse.org/request/show/776248
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/double-conversion?expand=0&rev=9
2020-02-19 11:39:32 +00:00
a9a653ffbe - Update to version 3.1.5 jsc#ECO-1190, jsc#SLE-11474
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/double-conversion?expand=0&rev=16
2020-02-19 09:21:14 +00:00
Dominique Leuenberger
f99c2b0c56 Accepting request 770685 from devel:libraries:c_c++
- Use proper cmake calls
- Do not pull in py2 that is EOL but use python3 for build

- Update to version 3.1.5 jsc#ECO-1190 (forwarded request 770656 from scarabeus_iv)

OBS-URL: https://build.opensuse.org/request/show/770685
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/double-conversion?expand=0&rev=8
2020-02-15 21:23:09 +00:00
be27c73f9b Accepting request 770656 from home:scarabeus_iv:branches:devel:libraries:c_c++
- Use proper cmake calls
- Do not pull in py2 that is EOL but use python3 for build

- Update to version 3.1.5 jsc#ECO-1190

OBS-URL: https://build.opensuse.org/request/show/770656
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/double-conversion?expand=0&rev=14
2020-02-06 18:28:00 +00:00
Dominique Leuenberger
513ef6d6ed Accepting request 718475 from devel:libraries:c_c++
- Update to version 3.1.5
  * Fix `0x` for string->double conversion when Hex Floats are allowed.
    Avoid integer overflow when exponents for hex floats were too big.
    Update version number.
  * Fixed warning in gcc4.9.
  * Merged changes to install libraries in the correct place when
    using 64-bit libraries.
  * Use relative includes in the library. This shouldn't have any visible effect
    for consumers of the library.
  * Fix typo in test.
  * Fix separator characters when they they don't fit into 8 bits.
  * Check correctly for _MSC_VER.
  * Allow the library to be compiled for Emscripten.

OBS-URL: https://build.opensuse.org/request/show/718475
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/double-conversion?expand=0&rev=7
2019-07-31 12:13:32 +00:00
2eacf71cfa fix baseconfig
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/double-conversion?expand=0&rev=12
2019-07-25 08:44:29 +00:00
4d1dbae833 Accepting request 717680 from home:TheBlackCat:branches:science
- Update to version 3.1.5
  * Fix `0x` for string->double conversion when Hex Floats are allowed.
    Avoid integer overflow when exponents for hex floats were too big.
    Update version number.
  * Fixed warning in gcc4.9.
  * Merged changes to install libraries in the correct place when
    using 64-bit libraries.
  * Use relative includes in the library. This shouldn't have any visible effect
    for consumers of the library.
  * Fix typo in test.
  * Fix separator characters when they they don't fit into 8 bits.
  * Check correctly for _MSC_VER.
  * Allow the library to be compiled for Emscripten.

OBS-URL: https://build.opensuse.org/request/show/717680
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/double-conversion?expand=0&rev=11
2019-07-24 08:50:56 +00:00
Dominique Leuenberger
33c9aafe2c Accepting request 680145 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/680145
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/double-conversion?expand=0&rev=6
2019-03-04 08:13:57 +00:00
03540150b9 Accepting request 680137 from home:Andreas_Schwab:Factory
- Update to version 3.0.3
  * Support RISC-V
  * Bug fixes
- Switch to cmake
- Use %license

OBS-URL: https://build.opensuse.org/request/show/680137
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/double-conversion?expand=0&rev=9
2019-02-28 14:53:54 +00:00
Dominique Leuenberger
12e4c70686 Accepting request 510890 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/510890
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/double-conversion?expand=0&rev=5
2017-07-30 09:24:08 +00:00
83d9cf1e16 Accepting request 510860 from home:jengelh:branches:devel:libraries:c_c++
- Fix RPM groups.
  Slightly trim/compact descriptions.

OBS-URL: https://build.opensuse.org/request/show/510860
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/double-conversion?expand=0&rev=7
2017-07-17 08:36:17 +00:00
Dominique Leuenberger
5f24e8563f Accepting request 433536 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/433536
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/double-conversion?expand=0&rev=4
2016-10-10 15:28:27 +00:00
Dmitry Roshchin
bce39f2688 Accepting request 433271 from home:Zaitor:branches:devel:libraries:c_c++
Build 32 bit support boo#1002561

OBS-URL: https://build.opensuse.org/request/show/433271
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/double-conversion?expand=0&rev=5
2016-10-06 06:50:57 +00:00
Dominique Leuenberger
b73ec65958 Accepting request 357294 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/357294
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/double-conversion?expand=0&rev=3
2016-02-03 09:20:01 +00:00
78d7f21694 Accepting request 357233 from home:pluskalm:branches:devel:libraries:c_c++
- Update project and download urls
- Cleanup spec file with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/357233
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/double-conversion?expand=0&rev=3
2016-02-02 06:09:58 +00:00
86b4d110b3 Accepting request 244066 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/244066
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/double-conversion?expand=0&rev=1
2014-08-11 10:30:34 +00:00
Ismail Dönmez
d1f2d9fed1 Accepting request 243990 from science
OBS-URL: https://build.opensuse.org/request/show/243990
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/double-conversion?expand=0&rev=1
2014-08-09 11:48:41 +00:00