summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2016-05-07updateStefan Husmann
2016-05-06Updated version (2.38r3.g656cf97 -> 2.38r5.ga40b6c0).AUR Update Bot
Changelog ========= Merge pull request #21 from mojca/posix-test (a40b6c0) Makefile.in: replace 'test ! -e' => 'test ! -s' for compatibility with older shell (on systems like Solaris) (0f1f6d1)
2016-03-19Updated version (2.38r2.gee98398 -> 2.38r3.g656cf97).AUR Update Bot
Changelog ========= Minor optimization. (656cf97)
2016-03-16Updated version (2.38r1.g1032cd6 -> 2.38r2.gee98398).AUR Update Bot
Changelog ========= correct parsing of control points (ee98398)
2016-03-15Updated version (2.38git -> 2.38r1.g1032cd6).AUR Update Bot
Changelog ========= Update copyright and FSF address. (1032cd6)
2016-03-14Updated version (2.37r72.g0240be5 -> 2.38git).AUR Update Bot
Changelog ========= Increment version to 2.38. (2462825)
2016-03-14Updated version (2.37r68.gd789c4d -> 2.37r72.g0240be5).AUR Update Bot
Changelog ========= Add missing variable. (0240be5) Update diagnostic. (a33a694) Merge port of xasy to Python3, courtesy of Mojca and Orest. (3a8360a) Add -P arguments to pngalpha ghostscript driver calls. (48e84c5)
2016-03-13Updated version (2.37r66.gbcbf941 -> 2.37r68.gd789c4d).AUR Update Bot
Changelog ========= Make quiet suppress output unless verbosity > 1. (d789c4d) Make settings.quiet suppress noninteractive standard output when verbose=0. Add progress function. (740c8c1)
2016-03-07Updated version (2.37r59.g3cf0adc -> 2.37r66.gbcbf941).AUR Update Bot
Changelog ========= Merge branch 'trianglewithnormals' (bcbf941) Don't require kpsewhich in make check for TeXLive version. (97f3b6c) Look for kpsewhich first in the same directory as the asy executable. (121bef8) Merge branch 'master' into trianglewithnormals (ae0af70) Revise comments on smoothcontour3 for bezier triangles. (815b738) Improve script portability. (6fc23e0) Move compile-time check for epsdriver into environment variable ASYMPTOTE_EPSDRIVER. (ab000e7)
2016-03-06Updated version (2.37r27.ge78de7f -> 2.37r59.g3cf0adc).AUR Update Bot
Changelog ========= Add EPSWRITE compiler flag to support ghostscript versions older than 9.14. (3cf0adc) Merge branch 'trianglewithnormals' (cbb7e37) Merge branch 'improverootfinder' (9004183) Port xasy integer division to Python 3. (ce19f61) Port xasy color handling to Python 3. (dc78869) Change CFLAGS to CXXFLAGS in documentation. (c16b1d2) Remove default values of fa and fb from _findroot; force margin to (b-a)*1e-3. (9a36fe8) Correct spacing in smoothcontour3.asy. Replace tabs by spaces for consistent spacing across editors. (6c1ad05) Document usetriangles option for smoothcontour3. (4502339) Add smoothcontour3 option to use bezier triangles (default) or not. (29832ac) Simplify reversing cyclic array. (50b1420) Change adaptive rendering constant for bezier triangles. (becf736) Merge remote-tracking branch 'origin' into trianglewithnormals (fc81a2e) Move rootfinder interface to math.asy. (184bea9) Reorder tolerance parameter as in original asy code and allow user control of default value. (e92e757) Port findroot to C++ code, but reorder tolerance parameter to end of signature, to agree with argument order in calls from smoothcontour3. (e435513) Merge branch 'master' into trianglewithnormals (cd9f875) Merge branch 'master' into trianglewithnormals (e6454cb) Fix epsilon. (c3099c5) Fix overlapedges for triangular patches. (e5394af) Subdivide triangles with bad normals. (aa8a94e) Make array reversal consistent with path reversal (f4f03e7) Make the orientation of the patches consistent. (58852de) Use quadratic interpolation for rootfinder (652f8bb) Non compiling: start maketriangle function. (760fddc) Merge branch 'trianglewithnormals' of github.com:vectorgraphics/asymptote into trianglewithnormals (b2d9750) Merge branch 'master' into trianglewithnormals (ce719eb) Amend one comment. (a2dc301) Merge branch 'master' into trianglewithnormals to incorporate bug fix for meshpen with bezier triangles. (8ec9865) Add comments documenting the trianglewithnormals function. (6ca1083) Simpler names for normals in trianglewithnormals parameters. (b2efab6) Modify smoothcontour3 to use bezier triangles when convenient. (30d63a3)
2016-02-24fix install fileStefan Husmann
2016-02-24Updated version (2.37r25.g344698e -> 2.37r27.ge78de7f).AUR Update Bot
Changelog ========= Implement minor rendering optimization. (e78de7f) Fix bug #219 Asymptote forks in an uncontrolled way. (87c6ee1)
2016-02-17Updated version (2.37r22.gb7bcfe1 -> 2.37r25.g344698e).AUR Update Bot
Changelog ========= Fix epsilon. (344698e) Fix bug #217 Reversion of one point guides. (75ce996) Fix bug #218 Core dump in subpath routine. (213d569)
2016-02-10UpdateStefan Husmann
2016-02-07tinkerStefan Husmann
2016-02-07Updated version (2.37git.11.gafbd271 -> 2.37git.12.g4c3480c).AUR Update Bot
Changelog ========= Support --disable-gl again. (4c3480c) Improve comments in beziertriangle.cc. (afbd271) Simplify code. (5569c8d) Simplify code. (9b9e8f5) Merge branch 'master' of github.com:vectorgraphics/asymptote (ab2042f) Handle degeneracy in Bezier triangle normal calculation for render=0. (5d97e7d) Fix hex representation of colours (a873617) Fix planar Bezier triangles under render=0. (26629e8) Merge branch 'master' of github.com:vectorgraphics/asymptote (64e1d1a) Use git suffix for development tags and no suffix for release tags. (03a2310) Use git suffix for development tags and no suffix for release tags. (29806bc) Add "git" suffix to version number for out-of-git builds to avoid confusion with official releases. Simplify Makefile. (48b96a7)
2016-02-07Updated version (2.37git.10.g5569c8d -> 2.37git.11.gafbd271).AUR Update Bot
Changelog ========= Improve comments in beziertriangle.cc. (afbd271) Simplify code. (5569c8d) Simplify code. (9b9e8f5) Merge branch 'master' of github.com:vectorgraphics/asymptote (ab2042f) Handle degeneracy in Bezier triangle normal calculation for render=0. (5d97e7d) Fix hex representation of colours (a873617) Fix planar Bezier triangles under render=0. (26629e8) Merge branch 'master' of github.com:vectorgraphics/asymptote (64e1d1a) Use git suffix for development tags and no suffix for release tags. (03a2310) Use git suffix for development tags and no suffix for release tags. (29806bc) Add "git" suffix to version number for out-of-git builds to avoid confusion with official releases. Simplify Makefile. (48b96a7)
2016-02-06Updated version (2.37git.9.g9b9e8f5 -> 2.37git.10.g5569c8d).AUR Update Bot
Changelog ========= Simplify code. (5569c8d) Simplify code. (9b9e8f5) Merge branch 'master' of github.com:vectorgraphics/asymptote (ab2042f) Handle degeneracy in Bezier triangle normal calculation for render=0. (5d97e7d) Fix hex representation of colours (a873617) Fix planar Bezier triangles under render=0. (26629e8) Merge branch 'master' of github.com:vectorgraphics/asymptote (64e1d1a) Use git suffix for development tags and no suffix for release tags. (03a2310) Use git suffix for development tags and no suffix for release tags. (29806bc) Add "git" suffix to version number for out-of-git builds to avoid confusion with official releases. Simplify Makefile. (48b96a7)
2016-02-05Updated version (2.37git.6.ga873617 -> 2.37git.9.g9b9e8f5).AUR Update Bot
Changelog ========= Simplify code. (9b9e8f5) Merge branch 'master' of github.com:vectorgraphics/asymptote (ab2042f) Handle degeneracy in Bezier triangle normal calculation for render=0. (5d97e7d) Fix hex representation of colours (a873617) Fix planar Bezier triangles under render=0. (26629e8) Merge branch 'master' of github.com:vectorgraphics/asymptote (64e1d1a) Use git suffix for development tags and no suffix for release tags. (03a2310) Use git suffix for development tags and no suffix for release tags. (29806bc) Add "git" suffix to version number for out-of-git builds to avoid confusion with official releases. Simplify Makefile. (48b96a7)
2016-02-04Updated version (2.37git.4.g64e1d1a -> 2.37git.6.ga873617).AUR Update Bot
Changelog ========= Fix hex representation of colours (a873617) Fix planar Bezier triangles under render=0. (26629e8) Merge branch 'master' of github.com:vectorgraphics/asymptote (64e1d1a) Use git suffix for development tags and no suffix for release tags. (03a2310) Use git suffix for development tags and no suffix for release tags. (29806bc) Add "git" suffix to version number for out-of-git builds to avoid confusion with official releases. Simplify Makefile. (48b96a7)
2016-02-04Updated version (2.37.2.g48b96a7 -> 2.37git.4.g64e1d1a).AUR Update Bot
Changelog ========= Merge branch 'master' of github.com:vectorgraphics/asymptote (64e1d1a) Use git suffix for development tags and no suffix for release tags. (03a2310) Use git suffix for development tags and no suffix for release tags. (29806bc) Add "git" suffix to version number for out-of-git builds to avoid confusion with official releases. Simplify Makefile. (48b96a7)
2016-02-04Updated version (2.37.1.g12d4161 -> 2.37.2.g48b96a7).AUR Update Bot
Changelog ========= Add "git" suffix to version number for out-of-git builds to avoid confusion with official releases. Simplify Makefile. (48b96a7)
2016-02-03Updated version (2.36.r127.g4584a9d -> 2.37.1.g12d4161).AUR Update Bot
Changelog ========= Increment version to 2.37. (12d4161) Tune subdivision crack correction under MSDOS. (e469422) Fix segmentation faults in tab completion. Disable interrupts during input. (aa11277) Fix typo. (d4f43f9) Fix typo. (68a30fa) Fix syntax. (69d2e8d) Force linking with static termcap library under MSDOS. (076c074)
2016-02-02Updated version (2.36.r123.gcd2e963 -> 2.36.r127.g4584a9d).AUR Update Bot
Changelog ========= Simplify Makefile. (4584a9d) Fix bug #213 glmovie.asy won't autoplay. (51ad22b) Simplify exit handler. (93d5b9a) Support out-of-git builds. (d5e8633)
2016-02-02Updated version (2.36.r122.gaf5a253 -> 2.36.r123.gcd2e963).AUR Update Bot
Changelog ========= Avoid glutLeaveMainLoop for portability. (cd2e963)
2016-02-01Updated version (2.36.r119.g92985cc -> 2.36.r122.gaf5a253).AUR Update Bot
Changelog ========= Fix asy version generation. (af5a253) Move the genustwo image out of the documentation in case rendering isn't available. (927b482) Use glutLeaveMainLoop to cleanly exit the renderer. (a637f3d)
2016-02-01Updated version (2.36.r113.g6692b64 -> 2.36.r119.g92985cc).AUR Update Bot
Changelog ========= Add OpenGL exit handler. Reinitialize autoplay on re-entry. (92985cc) Allow out-of-git builds. (f2b9fb7) Fix revision generation. (c0c7399) Fix revision generation. (100a73c) Fix segmentation fault due to zero normals. (0a65337) Move PRC api functions into a new namespace prc. (d903824)
2016-01-31Updated version (2.36.r111.gc3805bc -> 2.36.r113.g6692b64).AUR Update Bot
2016-01-31Updated version (2.36.r108.ge1eb284 -> 2.36.r111.gc3805bc).AUR Update Bot
Changelog ========= Do not override -render command-line option. (c3805bc) Display GLUT display after batch export. (5909c90) Don't use threads in batch mode, except under MacOS X. (699cf57)
2016-01-31Updated version (2.36.r105.g7c172e0 -> 2.36.r108.ge1eb284).AUR Update Bot
Changelog ========= Fix build issues. (e1eb284) Retain revision.cc. (2369d49) Fix bounds calculation for straight nonplanar Bezier patches. Implement a degenerate patch representation, tensor(patch), to support render=0 for Bezier triangles. Optimize straight Bezier triangle bounds computation. Implement remaining Bezier triangle support functions for normals and colors. Keep local work arrays on stack. (89fee36)
2016-01-31Updated version (2.36.r104.gc7771bb -> 2.36.r105.g7c172e0).AUR Update Bot
Changelog ========= Update dependency documentation. (7c172e0)
2016-01-31Updated version (2.36.r93.g4650f61 -> 2.36.r104.gc7771bb).AUR Update Bot
Changelog ========= Suppress getline compiler warning. (c7771bb) Fix missing double backslash in asy-mode.el. (504d3e8) Partially revert unintentional global changes in fc3ef0ec22b36083ace789436004ef88452a1feb regarding structure initialization. (f87cbf8) Fix bug #208 Quotations are broken. (9259e44) Fix #207 Infinite loop while reading files with trailing comments. (04d236c) Respect relevant explicit file dimensions only. (352441c) Respect explicit file dimensions. (37ad335) Optimize straight planar Bezier triangles. (76a143b) Fix glrender quit function. (21ec47a) Fix #206 Bug while reading twodimensional data from file. (92615dd) Fix intermittent segmentation fault after export under threads. (d5a1cdf)
2016-01-30Updated version (2.36.r92.g1625eac -> 2.36.r93.g4650f61).AUR Update Bot
Changelog ========= Fix floating point exception in glrender. Don't iconify window in interactive mode. (4650f61)
2016-01-29Updated version (2.36.r82.g3bae7f0 -> 2.36.r92.g1625eac).AUR Update Bot
Changelog ========= Fix bug in rest argument signature equivalence. (1625eac) Merge branch 'master' of github.com:vectorgraphics/asymptote (e59d44b) Implement Bezier triangle vertex shading; simplify notation. (3fcb882) Merge pull request #9 from syohex/fix-package (d70ce12) Merge pull request #10 from purcell/patch-1 (9a85929) [asy-mode.el] Use "Major mode" rather than "Emacs mode" (daa7b97) Merge branch 'master' of github.com:vectorgraphics/asymptote (fec79bd) Implement billboard interaction for Bezier triangles. Update documentation. (af459e8) Implement billboard interaction for Bezier triangles. Update documentation. (799d62d) Fix package format (4cca8cb)
2016-01-27introduceStefan Husmann
2016-01-27Updated version (2.36.37.g4243c5a -> 2.36.tpatch.82.g3bae7f0).AUR Update Bot
Changelog ========= Rename NaN to more standard nan, consistent with inf. (3bae7f0) Merge pull request #8 from PythonNut/master (40222e2) Merge branch 'tpatch' (6d148e9) Merge branch 'master' of github.com:vectorgraphics/asymptote (120804c) Remove obsolete comment. (b4f5fd7) Merge branch 'master' of github.com:vectorgraphics/asymptote (dda2736) Merge branch 'NaNconstant' (e86faf9) Merge branch 'master' into tpatch. (4abd683) Remove unused normal code. (eeb634e) Move AtA routine to C++ code and matrix leastsquares routine to math.asy. Remove unused code. (37a3036) Fix clang warning regarding std::abs. (ca322df) Fix undefined variable. (81a216c) Fix memory deallocation in copyTriples. (1d3691a) Use fabs instead of abs in page alignment code. Optimize copyTransform3. (4243c5a) Work around floating point division bug in clang 3.7.0. (46e8944) Fix segmentation fault due to accessing "this" at top level. (bb41855) Remove fixed outformat and render settings from example. (bbd447f) Don't subdivide straight segments. (62f540f) Add constant NaN for quiet real satisfying isnan(NaN) (bb9a29b) Fix index entry in documentation. (76ee436) Fix segmentation fault on glrender quit after export. (cd447e1) Revert "Allow a user-specified normal function for rendering a bezier triangle." (b585cca) Express Bezier triangle as a degenerate Bezier patch. (8b25b24) Fix asy-mode.el headers for use with package.el (e6a9c8c) Define PERL. (2d94de4) Merge branch 'master' into tpatch (2292b4e) Replace perl by $(PERL). (2f0e11d) Fix animations by running LaTeX twice. (098bb7a) Allow a user-specified normal function for rendering a bezier triangle. (83d8788) Remove remaining instances of Triple type (except one instance in glrender). (0819e0f) Remove Triple type from Bezier patches. (bf3be19) Begin removal of Triples type. (454d3ff) Fix Bezier triangle bounds calculation. (88cb6ae) Merge branch 'master' into tpatch (78c5a4d) Support GSL 2.0. (71ff9e7) Merge branch 'master' into tpatch (3bdb0da) Update FFTW++ files. (d7d0920) Sort patches by projected distance. (d98ea12) Only create initdir if localhistory=false. (27ff675) Fix numerical precision bug in smoothcontour3. (e46e8fd) Implement bezier triangles in surfaces. (342bd39) Implement patch member functions for Bezier triangles. (ca9e116) Implement preliminary Bezier triangle constructor. (45fff99) Use unnormalized normal in degeneracy test. (583fa29) Optimize degenerate normal computations. (16375ad) Optimizations for degenerate normal computations of Bézier triangles. (c27701a) Add higher-order normal computations for degenerate Bézier triangles. (e8232ba) Merge branch 'master' into tpatch (9607b89) Update ignore file to include .dSYM files. (e660681) Give read-only git command in documentation. (df29691) Remove extraneous import in doc/genustwo.asy. (6a4cc1c) Rename example lemniscate.asy to genusthree.asy and add explanatory comments. (acfd5cf) Simplify test for flatness of a Bezier triangle. (b186e65) Fix size3 computation. Use alternative shift for removing subdivision cracks. (619e46b) Subdivision cracks are only filled when necessary; clean up comments. (0f41264) Simplify and optimize straightness and flatness tests. (6f39592) Added non-adaptive renderer for Bezier triangles (testing). (a5148ef) Add documentation for the smoothcontour3 module. (f2dad19) Use vector container for bezier triangle vertices and normals. (75d296d) Condense code. (bf4fd0d) Merge branch 'master' of github.com:vectorgraphics/asymptote. (afc9bb5) Remove old, unused comments. (8791d10) Fix readline and gc configuration. (8311561) Simplify code. (611ecad) Merge branch 'master' into tpatch. (9a719d5) Move the computation of normals to reduce redundant computation. (10b58e6) Fix readline and gc configuration. (6d64099) Fix configure. (f98f52f) Fix configure --enable-gc. (b742f1c) Fix configure --enable-gc. (e139749) Update to latest beziertriangle.cc. (36e902a) Merge branch tpatch of github.com:vectorgraphics/asymptote into tpatch. (f27143b) Add missing file beziertriangle.cc; improve bounds checking. (ce5d022) Merge branch 'master' into tpatch. (8f3274d) Update ignored files. (b1041ff) Add example. (18942d6) Merge changes in master branch to tpatch. (0c9443b) Merge branch 'master' of github.com:vectorgraphics/asymptote (421cd19) Update INSTALL. (ecae5ee) Update INSTALL. (6510a21) Merge pull request #1 from phro/ignore (94fb5fb) Update list of ignore files to include the FAQ. (86920eb)
2016-01-27Updated version (2.36.33.g76ee436 -> 2.36.37.g4243c5a).AUR Update Bot
Changelog ========= Use fabs instead of abs in page alignment code. Optimize copyTransform3. (4243c5a) Work around floating point division bug in clang 3.7.0. (46e8944) Fix segmentation fault due to accessing "this" at top level. (bb41855) Remove fixed outformat and render settings from example. (bbd447f) Fix index entry in documentation. (76ee436) Fix segmentation fault on glrender quit after export. (cd447e1) Define PERL. (2d94de4) Replace perl by $(PERL). (2f0e11d) Fix animations by running LaTeX twice. (098bb7a) Support GSL 2.0. (71ff9e7) Update FFTW++ files. (d7d0920) Sort patches by projected distance. (d98ea12) Only create initdir if localhistory=false. (27ff675) Fix numerical precision bug in smoothcontour3. (e46e8fd) Update ignore file to include .dSYM files. (e660681) Give read-only git command in documentation. (df29691) Remove extraneous import in doc/genustwo.asy. (6a4cc1c) Rename example lemniscate.asy to genusthree.asy and add explanatory comments. (acfd5cf) Add documentation for the smoothcontour3 module. (f2dad19) Merge branch 'master' of github.com:vectorgraphics/asymptote. (afc9bb5) Fix readline and gc configuration. (8311561) Fix readline and gc configuration. (6d64099) Fix configure. (f98f52f) Fix configure --enable-gc. (b742f1c) Update ignored files. (b1041ff) Add example. (18942d6) Merge branch 'master' of github.com:vectorgraphics/asymptote (421cd19) Update INSTALL. (ecae5ee) Merge pull request #1 from phro/ignore (94fb5fb) Update list of ignore files to include the FAQ. (86920eb) Remove unused code; update list of ignored files. (2cb41a4) Convert remaining subversion references to git. (535e8da) Update documentation for git. # doc/png/LaTeX-usage.html (6518844) Modified version checking for the conversion of repository to git. (ce373e1) Fix bug #192. (1993516) Revert 2.35-2. (9dc3510) Close input file before deleting it. (ee5e0e6)
2016-01-24Updated version (2.36.32.gcd447e1 -> 2.36.33.g76ee436).AUR Update Bot
Changelog ========= Fix index entry in documentation. (76ee436) Fix segmentation fault on glrender quit after export. (cd447e1) Define PERL. (2d94de4) Replace perl by $(PERL). (2f0e11d) Fix animations by running LaTeX twice. (098bb7a) Support GSL 2.0. (71ff9e7) Update FFTW++ files. (d7d0920) Sort patches by projected distance. (d98ea12) Only create initdir if localhistory=false. (27ff675) Fix numerical precision bug in smoothcontour3. (e46e8fd) Update ignore file to include .dSYM files. (e660681) Give read-only git command in documentation. (df29691) Remove extraneous import in doc/genustwo.asy. (6a4cc1c) Rename example lemniscate.asy to genusthree.asy and add explanatory comments. (acfd5cf) Add documentation for the smoothcontour3 module. (f2dad19) Merge branch 'master' of github.com:vectorgraphics/asymptote. (afc9bb5) Fix readline and gc configuration. (8311561) Fix readline and gc configuration. (6d64099) Fix configure. (f98f52f) Fix configure --enable-gc. (b742f1c) Update ignored files. (b1041ff) Add example. (18942d6) Merge branch 'master' of github.com:vectorgraphics/asymptote (421cd19) Update INSTALL. (ecae5ee) Merge pull request #1 from phro/ignore (94fb5fb) Update list of ignore files to include the FAQ. (86920eb) Remove unused code; update list of ignored files. (2cb41a4) Convert remaining subversion references to git. (535e8da) Update documentation for git. # doc/png/LaTeX-usage.html (6518844) Modified version checking for the conversion of repository to git. (ce373e1) Fix bug #192. (1993516) Revert 2.35-2. (9dc3510) Close input file before deleting it. (ee5e0e6)
2016-01-24updateStefan Husmann
2015-12-07Updated version (2.36.30.g2f0e11d -> 2.36.31.g2d94de4).AUR Update Bot
Changelog ========= Define PERL. (2d94de4) Replace perl by $(PERL). (2f0e11d) Fix animations by running LaTeX twice. (098bb7a) Support GSL 2.0. (71ff9e7) Update FFTW++ files. (d7d0920) Sort patches by projected distance. (d98ea12) Only create initdir if localhistory=false. (27ff675) Fix numerical precision bug in smoothcontour3. (e46e8fd) Update ignore file to include .dSYM files. (e660681) Give read-only git command in documentation. (df29691) Remove extraneous import in doc/genustwo.asy. (6a4cc1c) Rename example lemniscate.asy to genusthree.asy and add explanatory comments. (acfd5cf) Add documentation for the smoothcontour3 module. (f2dad19) Merge branch 'master' of github.com:vectorgraphics/asymptote. (afc9bb5) Fix readline and gc configuration. (8311561) Fix readline and gc configuration. (6d64099) Fix configure. (f98f52f) Fix configure --enable-gc. (b742f1c) Update ignored files. (b1041ff) Add example. (18942d6) Merge branch 'master' of github.com:vectorgraphics/asymptote (421cd19) Update INSTALL. (ecae5ee) Merge pull request #1 from phro/ignore (94fb5fb) Update list of ignore files to include the FAQ. (86920eb) Remove unused code; update list of ignored files. (2cb41a4) Convert remaining subversion references to git. (535e8da) Update documentation for git. # doc/png/LaTeX-usage.html (6518844) Modified version checking for the conversion of repository to git. (ce373e1) Fix bug #192. (1993516) Revert 2.35-2. (9dc3510) Close input file before deleting it. (ee5e0e6)
2015-12-05Updated version (2.36.28.g71ff9e7 -> 2.36.30.g2f0e11d).AUR Update Bot
Changelog ========= Replace perl by $(PERL). (2f0e11d) Fix animations by running LaTeX twice. (098bb7a) Support GSL 2.0. (71ff9e7) Update FFTW++ files. (d7d0920) Sort patches by projected distance. (d98ea12) Only create initdir if localhistory=false. (27ff675) Fix numerical precision bug in smoothcontour3. (e46e8fd) Update ignore file to include .dSYM files. (e660681) Give read-only git command in documentation. (df29691) Remove extraneous import in doc/genustwo.asy. (6a4cc1c) Rename example lemniscate.asy to genusthree.asy and add explanatory comments. (acfd5cf) Add documentation for the smoothcontour3 module. (f2dad19) Merge branch 'master' of github.com:vectorgraphics/asymptote. (afc9bb5) Fix readline and gc configuration. (8311561) Fix readline and gc configuration. (6d64099) Fix configure. (f98f52f) Fix configure --enable-gc. (b742f1c) Update ignored files. (b1041ff) Add example. (18942d6) Merge branch 'master' of github.com:vectorgraphics/asymptote (421cd19) Update INSTALL. (ecae5ee) Merge pull request #1 from phro/ignore (94fb5fb) Update list of ignore files to include the FAQ. (86920eb) Remove unused code; update list of ignored files. (2cb41a4) Convert remaining subversion references to git. (535e8da) Update documentation for git. # doc/png/LaTeX-usage.html (6518844) Modified version checking for the conversion of repository to git. (ce373e1) Fix bug #192. (1993516) Revert 2.35-2. (9dc3510) Close input file before deleting it. (ee5e0e6)
2015-11-14Updated version (2.36.27.gd7d0920 -> 2.36.28.g71ff9e7).AUR Update Bot
Changelog ========= Support GSL 2.0. (71ff9e7) Update FFTW++ files. (d7d0920) Sort patches by projected distance. (d98ea12) Only create initdir if localhistory=false. (27ff675) Fix numerical precision bug in smoothcontour3. (e46e8fd) Update ignore file to include .dSYM files. (e660681) Give read-only git command in documentation. (df29691) Remove extraneous import in doc/genustwo.asy. (6a4cc1c) Rename example lemniscate.asy to genusthree.asy and add explanatory comments. (acfd5cf) Add documentation for the smoothcontour3 module. (f2dad19) Merge branch 'master' of github.com:vectorgraphics/asymptote. (afc9bb5) Fix readline and gc configuration. (8311561) Fix readline and gc configuration. (6d64099) Fix configure. (f98f52f) Fix configure --enable-gc. (b742f1c) Update ignored files. (b1041ff) Add example. (18942d6) Merge branch 'master' of github.com:vectorgraphics/asymptote (421cd19) Update INSTALL. (ecae5ee) Merge pull request #1 from phro/ignore (94fb5fb) Update list of ignore files to include the FAQ. (86920eb) Remove unused code; update list of ignored files. (2cb41a4) Convert remaining subversion references to git. (535e8da) Update documentation for git. # doc/png/LaTeX-usage.html (6518844) Modified version checking for the conversion of repository to git. (ce373e1) Fix bug #192. (1993516) Revert 2.35-2. (9dc3510) Close input file before deleting it. (ee5e0e6)
2015-11-08Updated version (2.36.26.gd98ea12 -> 2.36.27.gd7d0920).AUR Update Bot
Changelog ========= Update FFTW++ files. (d7d0920) Sort patches by projected distance. (d98ea12) Only create initdir if localhistory=false. (27ff675) Fix numerical precision bug in smoothcontour3. (e46e8fd) Update ignore file to include .dSYM files. (e660681) Give read-only git command in documentation. (df29691) Remove extraneous import in doc/genustwo.asy. (6a4cc1c) Rename example lemniscate.asy to genusthree.asy and add explanatory comments. (acfd5cf) Add documentation for the smoothcontour3 module. (f2dad19) Merge branch 'master' of github.com:vectorgraphics/asymptote. (afc9bb5) Fix readline and gc configuration. (8311561) Fix readline and gc configuration. (6d64099) Fix configure. (f98f52f) Fix configure --enable-gc. (b742f1c) Update ignored files. (b1041ff) Add example. (18942d6) Merge branch 'master' of github.com:vectorgraphics/asymptote (421cd19) Update INSTALL. (ecae5ee) Merge pull request #1 from phro/ignore (94fb5fb) Update list of ignore files to include the FAQ. (86920eb) Remove unused code; update list of ignored files. (2cb41a4) Convert remaining subversion references to git. (535e8da) Update documentation for git. # doc/png/LaTeX-usage.html (6518844) Modified version checking for the conversion of repository to git. (ce373e1) Fix bug #192. (1993516) Revert 2.35-2. (9dc3510) Close input file before deleting it. (ee5e0e6)
2015-10-21Updated version (2.36.25.g27ff675 -> 2.36.26.gd98ea12).AUR Update Bot
Changelog ========= Sort patches by projected distance. (d98ea12) Only create initdir if localhistory=false. (27ff675) Fix numerical precision bug in smoothcontour3. (e46e8fd) Update ignore file to include .dSYM files. (e660681) Give read-only git command in documentation. (df29691) Remove extraneous import in doc/genustwo.asy. (6a4cc1c) Rename example lemniscate.asy to genusthree.asy and add explanatory comments. (acfd5cf) Add documentation for the smoothcontour3 module. (f2dad19) Merge branch 'master' of github.com:vectorgraphics/asymptote. (afc9bb5) Fix readline and gc configuration. (8311561) Fix readline and gc configuration. (6d64099) Fix configure. (f98f52f) Fix configure --enable-gc. (b742f1c) Update ignored files. (b1041ff) Add example. (18942d6) Merge branch 'master' of github.com:vectorgraphics/asymptote (421cd19) Update INSTALL. (ecae5ee) Merge pull request #1 from phro/ignore (94fb5fb) Update list of ignore files to include the FAQ. (86920eb) Remove unused code; update list of ignored files. (2cb41a4) Convert remaining subversion references to git. (535e8da) Update documentation for git. # doc/png/LaTeX-usage.html (6518844) Modified version checking for the conversion of repository to git. (ce373e1) Fix bug #192. (1993516) Revert 2.35-2. (9dc3510) Close input file before deleting it. (ee5e0e6)
2015-10-18Updated version (2.36.24.ge46e8fd -> 2.36.25.g27ff675).AUR Update Bot
Changelog ========= Only create initdir if localhistory=false. (27ff675) Fix numerical precision bug in smoothcontour3. (e46e8fd) Update ignore file to include .dSYM files. (e660681) Give read-only git command in documentation. (df29691) Remove extraneous import in doc/genustwo.asy. (6a4cc1c) Rename example lemniscate.asy to genusthree.asy and add explanatory comments. (acfd5cf) Add documentation for the smoothcontour3 module. (f2dad19) Merge branch 'master' of github.com:vectorgraphics/asymptote. (afc9bb5) Fix readline and gc configuration. (8311561) Fix readline and gc configuration. (6d64099) Fix configure. (f98f52f) Fix configure --enable-gc. (b742f1c) Update ignored files. (b1041ff) Add example. (18942d6) Merge branch 'master' of github.com:vectorgraphics/asymptote (421cd19) Update INSTALL. (ecae5ee) Merge pull request #1 from phro/ignore (94fb5fb) Update list of ignore files to include the FAQ. (86920eb) Remove unused code; update list of ignored files. (2cb41a4) Convert remaining subversion references to git. (535e8da) Update documentation for git. # doc/png/LaTeX-usage.html (6518844) Modified version checking for the conversion of repository to git. (ce373e1) Fix bug #192. (1993516) Revert 2.35-2. (9dc3510) Close input file before deleting it. (ee5e0e6)
2015-10-12Updated version (2.36.23.ge660681 -> 2.36.24.ge46e8fd).AUR Update Bot
Changelog ========= Fix numerical precision bug in smoothcontour3. (e46e8fd) Update ignore file to include .dSYM files. (e660681) Give read-only git command in documentation. (df29691) Remove extraneous import in doc/genustwo.asy. (6a4cc1c) Rename example lemniscate.asy to genusthree.asy and add explanatory comments. (acfd5cf) Add documentation for the smoothcontour3 module. (f2dad19) Merge branch 'master' of github.com:vectorgraphics/asymptote. (afc9bb5) Fix readline and gc configuration. (8311561) Fix readline and gc configuration. (6d64099) Fix configure. (f98f52f) Fix configure --enable-gc. (b742f1c) Update ignored files. (b1041ff) Add example. (18942d6) Merge branch 'master' of github.com:vectorgraphics/asymptote (421cd19) Update INSTALL. (ecae5ee) Merge pull request #1 from phro/ignore (94fb5fb) Update list of ignore files to include the FAQ. (86920eb) Remove unused code; update list of ignored files. (2cb41a4) Convert remaining subversion references to git. (535e8da) Update documentation for git. # doc/png/LaTeX-usage.html (6518844) Modified version checking for the conversion of repository to git. (ce373e1) Fix bug #192. (1993516) Revert 2.35-2. (9dc3510) Close input file before deleting it. (ee5e0e6)
2015-10-04initial upload, about to replace the svn versionStefan Husmann