Milan Bouchet-Valat
c41813f64b
Fix comment about SOVERSION
2014-07-29 15:46:20 +02:00
Viral B. Shah
0b9d67e54a
Merge pull request #65 from nalimilan/soversion
...
Separate SOVERSION from release version
2014-07-27 16:44:37 +05:30
Milan Bouchet-Valat
1f77ae0208
Separate SOVERSION from release version
...
Needed to break API in 0.4 without calling it 1.0.
2014-07-27 12:54:54 +02:00
Viral B. Shah
da6c9c1805
Bump version. rem_pio2 is no longer exported from openlibm
...
https://github.com/JuliaLang/julia/issues/5365
2014-07-09 20:25:46 -04:00
Viral B. Shah
4a70b227d4
Do not export rem_pio2 from openlibm. It will be exported from openspecfun.
2014-07-09 19:56:28 -04:00
Jameson Nash
923ff3768f
don't use system machine/npx.h on OS X either, since it may not exists and isn't necessary
2014-06-27 17:45:02 -05:00
Viral B. Shah
02a9a8bfc3
Merge pull request #64 from waldir/patch-1
...
fix broken msun link, add wikipedia link
2014-06-22 17:50:22 +05:30
Waldir Pimenta
85a0f204c3
revert newline changes from previous commit
...
following discussion at JuliaLang/openlibm#64
2014-06-22 12:46:23 +01:00
Waldir Pimenta
e27d5a2c61
fix broken msun link, add wikipedia link
...
...and various newline tweaks
to make the source more readable
(see http://rhodesmill.org/brandon/2012/one-sentence-per-line/ )
2014-06-20 19:09:44 +01:00
Viral Shah
f418860958
Merge branch 'master' of github.com:JuliaLang/openlibm
2014-06-20 14:22:11 +00:00
vagrant
c40d079361
Remove FC and FFLAGS. Fortran compiler is not required in the build.
2014-06-20 14:20:47 +00:00
Jeff Bezanson
0c307a220b
add .pc to .gitignore
2014-06-20 10:08:16 -04:00
Viral B. Shah
0905558734
Add i586 build rule.
2014-06-20 19:00:10 +05:30
Elliot Saba
b38daa2f2f
Merge pull request #63 from JuliaLang/sf/soname2
...
Tweak SONAME handling
2014-06-13 00:40:55 -07:00
Elliot Saba
b038823eaa
Tweak SONAME handling
2014-06-12 14:35:26 -07:00
Viral B. Shah
08f66bcea4
Revert "You can't have you cake and eat it, too."
...
This reverts commit 10fed4ae49
.
2014-06-12 15:56:39 +05:30
Viral B. Shah
f9cc2db46e
Merge pull request #40 from weshatheleopard/patch-1
...
You can't have you cake and eat it, too.
2014-06-12 12:55:53 +05:30
Viral B. Shah
4164da0d61
Update README.
2014-06-12 12:52:21 +05:30
Elliot Saba
e9d02ee729
Fix compilation by including cdefs-compat.h in math_private.h
...
Also fix redefinition of __pure2
2014-06-05 22:08:41 -07:00
Keno Fischer
79190aafa9
Merge pull request #59 from talex5/arm
...
Fixed build on ARM
2014-05-26 12:03:12 +02:00
Thomas Leonard
f22d7db106
Fixed build on ARM
...
Removed all long double support, since ARM doesn't have long doubles.
2014-05-26 10:55:49 +01:00
Keno Fischer
17775c52dc
Merge pull request #58 from talex5/pkg-config
...
Add pkg-config support
2014-05-19 17:37:48 +02:00
Thomas Leonard
5b16546ddd
Added pkg-config support
2014-05-19 15:30:10 +01:00
Thomas Leonard
15fa3252fc
Merge noinc branch
2014-05-19 15:29:33 +01:00
Jeff Bezanson
1f3925b3c1
Merge pull request #56 from tkelman/ldexp
...
Export ldexp aliases on Windows
2014-05-11 19:07:38 -04:00
Tony Kelman
8b59bbc18b
Export ldexp aliases on Windows
...
skip END and add .drectve export in assembly versions
uncomment __strong_reference definition from cdefs-compat.h
use weak references in place of strong references on Mac
add DLLEXPORT to all strong references
Fixes Julia issue #6777
2014-05-09 17:05:33 -07:00
Elliot Saba
dbc3e22e0a
Merge pull request #54 from JuliaLang/licenses
...
Fix and improve documentation about licenses
2014-04-30 14:20:28 -07:00
Milan Bouchet-Valat
fa07d51db6
Fix and improve documentation about licenses
...
Files s_cpowf.c, s_cpowl.c and s_cpow.c use the ISC license,
which is very similar to MIT/BSD but considered distinct by Fedora.
2014-04-29 22:56:15 +02:00
Elliot Saba
516b4f4222
Merge pull request #52 from JuliaLang/release
...
Bump version to 0.3
2014-04-20 05:15:39 +08:00
Milan Bouchet-Valat
b5f5d7dc3b
Bump version to 0.3
2014-04-19 12:48:47 +02:00
Elliot Saba
41b7579cba
Merge pull request #51 from tkelman/patch-1
...
whoops, forgot the dollar sign
2014-04-08 15:18:16 -07:00
Tony Kelman
1cc9ad07f4
whoops, forgot the dollar sign
2014-04-08 15:16:57 -07:00
Elliot Saba
cb2b30006b
Merge pull request #50 from tkelman/win-install-fix
...
Install libopenlibm.dll to bindir
2014-04-08 14:03:48 -07:00
Tony Kelman
716317b71e
Install libopenlibm.dll to bindir
...
skip dll versioning on Windows
2014-04-08 09:39:50 -07:00
Viral B. Shah
876c3384a1
Merge pull request #47 from JuliaLang/headers
...
Install bsd_asm.h and bsd_cdefs.h to $(includedir)/openlibm/$(ARCH)
2014-04-06 14:09:16 +05:30
Viral B. Shah
f261b07aef
Merge pull request #49 from JuliaLang/nofortran
...
Change to use $(CC) instead of $(FC)
2014-04-06 14:07:17 +05:30
Elliot Saba
e1d3d9ff43
Change to use $(CC) instead of $(FC), as we no longer have fortran in this repo
2014-04-05 11:51:26 -07:00
Milan Bouchet-Valat
360d282729
Install bsd_asm.h and bsd_cdefs.h to $(includedir)/openlibm/
2014-03-31 09:51:10 +02:00
Viral B. Shah
86a18e4f2e
Merge pull request #48 from JuliaLang/cpack
...
Fix missing includes
2014-03-31 09:00:43 +05:30
Milan Bouchet-Valat
5a0e3e9c5c
Fix missing includes
...
Last commit made defition of cpack() not available to files
which do not include openlibm.h.
2014-03-30 22:53:05 +02:00
Viral B. Shah
d4555b6dae
Merge pull request #46 from JuliaLang/cpack
...
Move complex number declarations to openlibm.h
2014-03-30 22:55:45 +05:30
Milan Bouchet-Valat
3e769e48b8
Move complex number declarations to openlibm.h
...
These are used by openspecfun, thus they need to be available
from public headers.
2014-03-29 11:24:31 +01:00
Jameson Nash
5f4979e5d1
work around msvc bug where .model must be on its own line or it forgets about it
2014-03-18 22:03:14 -04:00
Jameson Nash
995c70eaf7
add win64 compat definitions also
2014-03-18 21:40:07 -04:00
Jameson Nash
2eb1876bb8
add more windows compatibility definitions
2014-03-18 21:22:51 -04:00
Jameson Nash
66e6f8ea91
normalize __WIN32__ to _WIN32, which is defined by all Windows compilers
2014-03-18 20:47:48 -04:00
Jiahao Chen
2aed05070f
Merge pull request #45 from weatherhead99/patch-1
...
Update Make.inc
2014-03-12 09:47:00 -04:00
Dan Weatherill
99c712d65e
Update Make.inc
...
update version number
2014-03-12 09:48:49 +00:00
Isaiah Norton
e9c0ba7ad6
distclean: clean everything
2014-03-06 00:25:33 -05:00
Elliot Saba
ea52e04b6d
Revert "Install everything in the include/
directory into $(prefix)/include/openlibm
."
...
This reverts commit eb2f4d4b44
.
2014-02-08 21:36:49 -08:00