Revisions of ldc

buildservice-autocommit accepted request 667604 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 29)
baserev update by copy to link target
Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) accepted request 667601 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 28)
- Enable bootstrap again for all flavours, otherwise ldc will require old .so file instead of new one
- Use ldc 1.12.0 as intermediate build on 32-bit, due to upstream bug:
  * https://github.com/ldc-developers/ldc/issues/2947
buildservice-autocommit accepted request 664386 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 27)
baserev update by copy to link target
Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) accepted request 664384 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 26)
- Remove wrong requires to 'ldc-utils' as there is no such package
Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) accepted request 659324 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 25)
- Disable bootstrap in Tumbleweed and Leap 15+ as it is bootstrapped already
  and to workaround https://github.com/ldc-developers/ldc/issues/2947
- Add bash-completion sub-package
- Update to 1.13.0
/bin/bash: :wq : commande introuvable
- Disable ppc64 builds (boo#1113531)
buildservice-autocommit accepted request 644173 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 24)
baserev update by copy to link target
Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) accepted request 644172 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 23)
- Update to 1.12.0:
  * Big news
    - Frontend, druntime and Phobos are at version 2.082.1. 
      (#2818, #2837, #2858, #2873) (new)
        Significant performance improvements for some transcendental
        std.math functions in single and double precision, at least 
        for x86. (dlang/phobos#6272 (comment))
    - Support for LLVM 7, which is used for the prebuilt packages. 
      Due to an LLVM 7.0.0 regression, the prebuilt x86[_64] LDC 
      binaries require a CPU with SSSE3, and so will your optimized
      binaries (unless compiling with -mattr=-ssse3). (#2850)
    - JIT compilation: new ldc.dynamic_compile.bind function with 
      interface similar to C++ std::bind, allowing to generate 
      efficient specialized versions of functions (much like 
      Easy::jit for C++). (#2726)
    - LTO now working for Win64 too; the prebuilt package includes
      the required external LLD linker and the optional LTO default
      libs. Enable as usual with -flto=<thin|full> 
      [-defaultlib=druntime-ldc-lto,phobos2-ldc-lto]. (#2774)
    - Config file: new lib-dirs array for directories to be searched 
      for libraries, incl. LLVM compiler-rt libraries. (#2790)
  * Platform support
    - Supports LLVM 3.7 - 7.0.
    - Windows: Supports Visual Studio/C++ Build Tools 2015 and 2017.
    - Alpine linux/x64: built against Musl libc to support Docker 
      images based on the Alpine distro, requires the llvm5-libs, 
      musl-dev, and gcc packages to build and link D apps and the 
      tzdata and libcurl packages for certain stdlib modules.
    - Android/ARM: This release slightly changes the way emulated TLS
      is interfaced, but is missing a patch for 32-bit ARM. See the
      wiki for instructions on patching that file manually before 
      cross-compiling the runtime libraries for 32-bit Android/ARM.
  * Bug fixes
    - Fix IR-based PGO on Windows (requires our LLVM fork). (#2539)
    - Fix C++ class construction with D new on Posix. (#2801)
    - Android: No more text relocations in Phobos zlib, required for 
      API level 23+. (#2822, #2835)
    - Declare extern const/immutable globals as IR constants. 
      (#2849, #2852)
    - Fix issue when emitting both object and textual assembly files
      at once (-output-o -output-s). (#2847)
    - Support address of struct member as key/value in AA literal.
      (#2859, #2860)
    - Fix ICE when computing addresses relative to functions/labels. 
      (#2865, #2867) (new)
    - beta2 regression wrt. cross-compiling to Android. (#2863) (new)
- Fix so_version to 82
buildservice-autocommit accepted request 631699 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 22)
baserev update by copy to link target
Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) accepted request 631387 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 20)
- Update to 1.11.0:
  * Big news:
    - Frontend, druntime and Phobos are at version 2.081.2. 
      (#2752, #2772, #2776, #2791, #2815) (new)
    - Add some support for classes without TypeInfos, for 
      -betterC and/or a minimal (d)runtime. (#2765)
    - LLVM for prebuilt packages upgraded to v6.0.1. 
      The x86_64 packages feature some more LLVM targets for 
      cross-compilation (experiments): MIPS, MSP430, RISC-V 
      and WebAssembly. (#2760)
    - Rudimentary support for compiling & linking directly to 
      WebAssembly. See the dedicated Wiki page for how to get 
      started. (#2766, #2779, #2785)
    - AArch64 (64-bit ARM) now mostly working on Linux/glibc 
      and Android. Current ltsmaster is able to bootstrap v1.11, 
      which can also bootstrap itself; most tests pass. 
      (Preliminary) CI has been set up. (#2802, #2817, #2813) (new)
    - LDC on Windows now uses 80-bit compile-time reals. This allows 
      for seamless cross-compilation to other x86(_64) targets, 
      e.g., without real.min underflowing to 0 and real.max 
      overflowing to infinity. (#2752)
    - New @naked UDA in ldc.attributes & enhanced functionality 
      for @llvmAttr("<name>"). (#2773) 
  * Platform support:
    - Supports LLVM 3.7 - 6.0.
    - Windows: Supports Visual Studio/C++ Build Tools 2015 and 2017.
    - Alpine linux/x64: built against Musl libc to support Docker 
      images based on the Alpine distro, requires the llvm5-libs, 
      musl-dev, and gcc packages to build and link D apps and the 
      tzdata and libcurl packages for certain stdlib modules.
  * Bug fixes:
    - extern(C++) on Posix: Pass non-PODs indirectly by value. 
      (#2728)
    - extern(C++) on Windows/MSVC: Methods return all structs via 
      hidden sret pointer. (#2720, #1935)
    - Make GC2Stack IR optimization pass work as intended. (#2750)
    - Work around inline assembly regression with LLVM 6 on Win32. 
      The prebuilt Win32 package is now using LLVM 6.0.1 too. (#2629, #2770)
    - Fix overzealous check for multiple main() functions. (#2778) (new)
    - Fix corrupt prefix in integrated LLD's console output. (#2781) (new)
    - No context ptr for nested non-extern(D) functions. (#2808, #2809) (new)
  * Known issues:
    - LDC does not zero the padding area of a real variable. This may
      lead to wrong results if the padding area is also considered. 
      See #770. Does not apply to real members inside structs etc.
- Update bootstrap version to 0.17.6:
  * Added support for LLVM 6.0 and 7.0. (#2600, #2825)
  * Backported AArch64 fixes from master; most tests passing on 
    Linux/glibc and Android
  * Fix generation of debug info. (#2594)
  * Added support for bootstrapping on DragonFly BSD
  * Fixed missing definition in std.datetime on Solaris
  * Fixed std.datetime unittest failure. (ldc-developers/phobos#59)
  * Fixed tests for PowerPC. (#2634, #2635)
  * Improvements for MIPS.
  * Make core.stdc.stdarg.va_* functions nothrow to enable 
    compiling the 2.082 frontend. (#2821)
  * CI updates.
- Remove upstreamed patches:
  * ldc-0.17.5-add_missing_include.patch
  * ldc-0.17.5-add_support_to_LLVM6.patch
  * ldc-0.17.5-backport_pr_2315.patch
  * ldc-0.17.5-default-to-pic.patch
- Enable aarch64 since it can be boostrapped with ldc 0.17.6
- Fix x86_64 build by adding '-fPIC' to C_FLAGS of bootstrap
buildservice-autocommit accepted request 626466 from Marc Schütz's avatar Marc Schütz (marc_schuetz) (revision 19)
baserev update by copy to link target
Marc Schütz's avatar Marc Schütz (marc_schuetz) accepted request 626445 from Matthias Eliasson's avatar Matthias Eliasson (elimat) (revision 18)
- Remove _sysconfdir from phobos-devel filelist and add etc since its a 
  d package name. spec-cleaner was to eager to clean.
- Update so_ver to 80 for libdruntime-ldc and libphobos2-ldc to 
  match version in 1.10.0 release of ldc.
- Run spec-cleaner
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 620396 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 17)
initialized devel package after accepting 620396
Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) accepted request 620395 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 16)
- Update to 1.10.0:
  * Big news:
    - Frontend, druntime and Phobos are at version 2.080.1. 
      (#2665, #2719, #2737) (new)
    - No support for Objective-C class/static methods yet. (#2670)
    - Breaking Win64 extern(D) ABI change: Pass vectors directly
      in registers, analogous to the MS vector calling convention. 
      (#2714)
    - Config file: For cross-compilation, support additional 
      sections named as regex for specific target triples, e.g.,
      "86(_64)?-.*-linux": { … };; see the comment in etc/ldc2.conf. 
      (#2718)
  * Platform support:
    - Supports LLVM 3.7 - 6.0.
    - Windows: Supports Visual Studio/C++ Build Tools 2015 and 2017.
    - Alpine linux/x64: built against Musl libc to support Docker 
      images based on the Alpine distro, requires the llvm5-libs, 
      musl-dev, and gcc packages to run and link D apps and the 
      tzdata and libcurl packages for certain stdlib modules.
  * Bug fixes
Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) accepted request 614932 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 15)
- Add tests, disabled by default (since we are missing python2-lit)
Marc Schütz's avatar Marc Schütz (marc_schuetz) accepted request 614484 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 14)
- Add patch to fix ARM builds:
  * ldc-1.9.0-fix_arm_build.patch

- Update to 1.9.0 and use 0.17.5 to bootstrap

- Add patch to fix rpmlint error:
  * ldc-0.17.5-add_missing_include.patch
- Add patches to add LLVM6 support:
  * ldc-0.17.5-add_support_to_LLVM6.patch
  * ldc-0.17.5-backport_pr_2315.patch
- Add patch to be able to use ldc:
  * ldc-0.17.5-default-to-pic.patch

- update to version 0.17.5:
  * Added LLVM 5.0 support.
  * druntime: fixes for Android and addition of core.math.yl2x[p1]() for x86(_64) targets.
  * dmd-testsuite: backported runnable/cppa.d fix for GCC > 5.
  * CI updates.
Marc Schütz's avatar Marc Schütz (marc_schuetz) committed (revision 13)
buildservice-autocommit accepted request 509950 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 12)
baserev update by copy to link target
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 499498 from Matthias Mailänder's avatar Matthias Mailänder (Mailaender) (revision 11)
initialized devel package after accepting 499498
Marc Schütz's avatar Marc Schütz (marc_schuetz) accepted request 502519 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 10)
- Rectify RPM groups
Displaying revisions 41 - 60 of 69
openSUSE Build Service is sponsored by