Commit Graph

100 Commits

Author SHA1 Message Date
Lewis Van Winkle
4178a99516 Merge pull request #64 from codeplea/hcomment
fix header guard comment
2020-10-02 17:20:20 -05:00
Lewis Van Winkle
cc5fb46b62 fix header guard comment 2020-10-02 17:19:55 -05:00
Lewis Van Winkle
0028d03082 Merge pull request #51 from bavay/master
CLang: macro name is a reserved identifier
2020-10-02 17:17:17 -05:00
Mathias Bavay
c943941b24 CLang: macro name is a reserved identifier
Fixing CLang's warning: macro name is a reserved identifier [-Wreserved-id-macro] . According to https://www.gnu.org/software/libc/manual/html_node/Reserved-Names.html, a global name should not start with an underscore.
2019-04-26 18:14:02 +02:00
Lewis Van Winkle
ffb0d41b13 year bump 2018-05-10 21:40:53 -05:00
Lewis Van Winkle
f4306fc253 Merge pull request #35 from nicolasdanet/master
Avoid fall through warnings
2018-05-10 21:37:39 -05:00
nicolasdanet
0562ea39f4 Avoid fall through warnings 2018-05-09 07:44:42 +02:00
Lewis Van Winkle
c9517c8884 Merge pull request #36 from EvilPudding/master
Fixed warning when compiling with strict prototypes
2018-05-08 23:13:28 -05:00
EvilPudding
6617027774 Fixed warning when compiling with strict prototypes 2018-05-09 00:35:28 +01:00
Lewis Van Winkle
9476568b69 Added contributing guidelines 2017-04-27 15:43:53 -05:00
Lewis Van Winkle
e6a7888440 Merge pull request #25 from LelixSuper/fix-makefile
Fix delete command and add .PHONY target in Makefile
2017-04-17 00:30:55 -05:00
LelixSuper
310d61f45b Add .PHONY target in Makefile 2017-04-14 15:53:15 +02:00
LelixSuper
ff5e23ff66 Fix delete command in Makefile 2017-04-14 15:52:52 +02:00
Lewis Van Winkle
bc132d5715 Merge branch 'master' of https://github.com/codeplea/tinyexpr 2017-04-03 13:07:48 -05:00
Lewis Van Winkle
ce9d1e5d4e fixed compiler warning 2017-04-03 13:07:32 -05:00
Lewis Van Winkle
b585591f12 Merge pull request #24 from codeplea/comb
Comb
2017-04-03 13:02:03 -05:00
Lewis Van Winkle
9f691891a8 fixed typos 2017-04-03 12:59:02 -05:00
Lewis Van Winkle
c5f573eaeb added documentation for new functions 2017-04-03 12:58:15 -05:00
Lewis Van Winkle
1f54148850 Fixed headings for github. 2017-04-03 12:51:41 -05:00
Lewis Van Winkle
1a81982f2a Merge pull request #19 from chendotjs/comb
add ncr and npr
2017-03-27 12:49:36 -05:00
chendotjs
f11d02f9a9 add ncr and npr 2017-03-26 22:30:08 +08:00
chendotjs
8cc2313ea4 fix overflow check bug 2017-03-16 20:50:10 +08:00
Lewis Van Winkle
625ba1f1f0 Merge pull request #18 from chendotjs/master
add fac and infs/combinatoric test
2017-03-15 13:21:16 -05:00
chendotjs
94fe42391c add fac and infs/combinatoric test 2017-03-15 18:25:37 +08:00
Lewis Van Winkle
5dc1f2bcdc Merge pull request #16 from nicolasdanet/master
Avoid missing initializer warnings
2017-02-08 09:08:18 -06:00
nicolasdanet
24b8c41f8b Avoid missing initializer warnings 2017-02-07 10:43:32 +01:00
Lewis Van Winkle
ebac571f8a license 2016-12-21 12:21:18 -06:00
Lewis Van Winkle
f195d968f7 Merge branch 'master' of https://github.com/codeplea/tinyexpr 2016-12-21 12:20:02 -06:00
Lewis Van Winkle
9f2a8ff84a moved license file 2016-12-21 12:19:56 -06:00
Lewis Van Winkle
a02d282112 added logo alt text 2016-12-07 12:21:29 -06:00
Lewis Van Winkle
38851e2061 added logo to readme 2016-12-07 12:18:44 -06:00
Lewis Van Winkle
c38cdbf278 Added building instructions 2016-12-07 11:34:50 -06:00
Lewis Van Winkle
b9d2e4cd34 Updated README with variable naming rules. 2016-11-28 18:24:37 -06:00
Lewis Van Winkle
5bb556038d Added support for underscore in variable names. 2016-11-28 18:20:10 -06:00
Lewis Van Winkle
f0b59d6d48 Added a couple extra tests. 2016-08-23 18:35:50 -05:00
Lewis Van Winkle
a724fbd695 Added additional tests. 2016-08-23 16:01:41 -05:00
Lewis Van Winkle
f74df51001 Merge pull request #11 from codeplea/POW_FROM_RIGHT
Pow from right
2016-08-23 15:36:03 -05:00
Lewis Van Winkle
2d58ae9fb2 Changed the way POW_FROM_RIGHT works with negative constants. 2016-08-23 15:05:59 -05:00
Lewis Van Winkle
b4310cc55c Added section about compile-time options. 2016-08-22 22:29:33 -05:00
Lewis Van Winkle
f70b786ec2 Added TE_NAT_LOG option. 2016-08-22 21:23:16 -05:00
Lewis Van Winkle
af6c47ef28 Added option TE_POW_FROM_RIGHT 2016-08-22 21:20:28 -05:00
Lewis Van Winkle
52a46baabc Merge pull request #9 from EvilPudding/master
Minor optimization
2016-08-22 19:20:25 -05:00
Lewis Van Winkle
ec7dc3a28a Allow whitespace at end of expression. 2016-08-22 19:09:21 -05:00
Lewis Van Winkle
4c1015ab7f Make the te_expr struct valid C++ code. 2016-08-22 19:06:40 -05:00
EvilPudding
d49e4e9af8 Minor optimization 2016-06-02 23:56:13 +00:00
Lewis Van Winkle
860b8ff199 Bug fix on some bad expressions. 2016-06-02 12:09:58 -05:00
Lewis Van Winkle
5e3b8f2ee3 Uses NAN macro if defined. 2016-05-25 12:17:39 -05:00
Lewis Van Winkle
bcd6c85640 Added travis.yml 2016-05-18 12:10:52 -05:00
Lewis Van Winkle
4791163e24 Added additional example and info. 2016-05-05 17:12:02 -05:00
Lewis Van Winkle
cf03962b1c Moved pi and e into functions to allow compile time optimization. 2016-02-26 18:09:44 -06:00