summary refs log tree commit diff
path: root/pkgs/development/compilers/ponyc
Commit message (Collapse)AuthorAge
* pony-corral: 0.7.0 -> 0.8.0Weijia Wang2023-09-20
|
* ponyc: fix build on darwinWeijia Wang2023-09-18
|
* ponyc: update google benchmark dephappysalada2023-05-22
|
* pony-corral: unstable -> 0.7.0happysalada2023-05-22
|
* ponyc: remove superherointj as maintainersuperherointj2023-03-30
|
* pony-corral: remove superherointj as maintainersuperherointj2023-03-30
|
* pony-corral: 0.6.1 -> unstable-2023-02-11superherointj2023-03-07
|
* ponyc: 0.50.0 -> 0.54.0superherointj2023-03-07
| | | | Release: https://github.com/ponylang/ponyc/releases/tag/0.54.0
* ponyc: fix buildWeijia Wang2023-03-06
|
* treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin2023-02-22
| | | | | | | | with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
* treewide: use toString on list NIX_CFLAGS_COMPILEArtturin2023-02-22
| | | | | with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper
* pony-corral: add changelog to metaFabian Affolter2022-12-04
|
* pony-corral: 0.6.0 -> 0.6.1R. Ryantm2022-12-03
|
* pony-corral: 0.5.7 -> 0.6.0R. Ryantm2022-06-25
|
* ponyc: 0.49.0 -> 0.50.0Redvers Davies2022-04-30
| | | | | | | | | | | | | | | | | Changelog: 0.49.1: * Ban Unstable Variables 0.50.0: * Fix crash with exhaustive match on Generics. * Fix parameter names not being checked in all circumstances. * Fix compiler crash to HeapToStack compiler pass. * Strengthen the ordering for some atomic operations. * Allow override of return types for FFI functions. * Don't allow FFI calls in default methods or behaviours.
* pony-corral: 0.5.4 -> 0.5.7Andreas Stührk2022-04-15
|
* ponyc: 0.44.0 -> 0.49.0Andreas Stührk2022-04-15
|
* pony-corral: 0.5.3 -> 0.5.4Redvers Davies2021-10-08
| | | | * Update to compile with Pony 0.44.0
* pony-stable: removalRedvers Davies2021-10-08
| | | | | pony-stable was deprecated upstream on May 12 2020 and we replaced by pony-corral.
* ponyc: 0.42.0 -> 0.44.0Redvers Davies2021-10-08
| | | | | | | | | | | | | | | | | * Fix MacOS version mismatch warnings when linking pony programs. * Fix calculation of "is prime" for numbers > 1321. * Prevent non-opaque structs from being used as behaviour parameters. * Update to LLVM 12.0.1. * Added FileMode.u32. * Changes to Promises Library. * Remove zlib from libponyc as a dependency. * Fix compile-time crash related to Pony-specific Optimizations. * Update FilePath constructors to allow a non-partial way to create a FilePath. Updated googlebenchmark dependency to 1.5.4 Updated googletest to 1.10.0 Replaced a fetchurl call with a fetchFromGitHub call.
* pony-corral: 0.5.1 -> 0.5.3R. RyanTM2021-07-31
|
* ponyc: 0.41.1 -> 0.42.0Red Davies2021-07-07
| | | | | | | | * Don't allow PONYPATH to override standard library (PR #3780) * Fix bug where Flags.remove could set flags in addition to unsetting them (PR #3777) * Allow Flags instances to be created with a set bit encoding (PR #3778) * Fix "iftype" expressions not being usable in lambdas or object literals (PR #3763) * Fix code generation for variadic FFI functions on arm64 (PR #3768)
* pony-corral: 0.5.0 -> 0.5.1 (#127695)Redvers Davies2021-06-22
| | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* ponyc: 0.38.3 -> 0.41.1Red Davies2021-06-05
| | | | | | | | | | | | | | | | | | * Fix NullablePointer type constraint check being omitted in FFI declarations * Change to Steed's model of subtyping * Fix memory corruption with Array.chop and String.chop * Improve error message for match on structs * RFC 68: Mandatory FFI declarations * Change return type of String.add to String iso^ * Improve error message on destructuring of non-tuple types * Use built-in offset argument to cpointer * Add IsPrime checker to math package * Fix compiler crash related to type parameter references * Fix literal inference through partial function * Fix partial FFI declarations ignoring partial annotation * Fix symbol table patching for overriding default methods * Fix tuple related compiler segfaults * Create a standalone libponyc on Linux
* pony-corral: 0.4.1 -> 0.5.0R. RyanTM2021-05-08
|
* Merge pull request #111161 from r-ryantm/auto-update/corralSandro2021-03-21
|\ | | | | pony-corral: 0.4.0 -> 0.4.1
| * pony-corral: 0.4.0 -> 0.4.1R. RyanTM2021-01-29
| |
* | ponyc: Replace URI literalsAndreas Stührk2021-02-16
| |
* | ponyc: 0.38.1 -> 0.38.3Andreas Stührk2021-02-16
|/ | | | | New upstream release. Also switched from libressl to openssl because it makes using the net_ssl package easier.
* treewide: fix double quoted strings in meta.descriptionvolth2021-01-24
| | | | Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
* pkgs/development/compilers: stdenv.lib -> libBen Siraphob2021-01-23
|
* treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob2021-01-03
|
* treewide: cmake buildInputs to nativeBuildInputs, minor cleanupsBen Siraphob2021-01-01
|
* ponyc: remove myself as maintainerChris Double2020-11-09
|
* treewide: remove periods from end of package descriptionsBen Siraphob2020-10-17
|
* pony-corral: init 0.4.0Redvers Davies2020-09-29
|
* ponyc: update 0.38.1 (#98598)Redvers Davies2020-09-28
| | | Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* ponyc: 0.33.1 -> 0.33.2R. RyanTM2020-02-06
|
* Merge gcc-9 into staging (#68029)Frederik Rietdijk2019-12-30
|\
| * Merge remote-tracking branch 'origin/master' into gcc-9Franz Pletz2019-12-26
| |\
| * | ponyc: fix build with gcc9Franz Pletz2019-11-03
| | |
* | | ponyc: 0.33.0 -> 0.33.1 (#76368)R. RyanTM2019-12-29
| |/ |/|
* | Merge pull request #73594 from redvers/ponyc-0-33-0Mario Rodas2019-11-29
|\ \ | | | | | | ponyc: 0.32.0 -> 0.33.0
| * | ponyc: 0.32.0 -> 0.33.0Red Davies2019-11-17
| |/
* / pony-stable: 0.2.1 -> 0.2.2R. RyanTM2019-11-28
|/
* ponyc: 0.31.0 -> 0.32.0Red Davies2019-10-13
|
* ponyc: 0.30.0 -> 0.31.0R. RyanTM2019-09-27
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ponyc/versions
* Merge staging-next into stagingFrederik Rietdijk2019-08-17
|\
| * ponyc: disabling stdlib testsMarek Mahut2019-08-13
| |