Commit Graph

1254 Commits

Author SHA1 Message Date
Paul
051cda016e Install cmake in usr directory 2015-09-26 16:03:13 -07:00
Paul
ae96558a5b Use CXXFLAGS and LDFLAGS instead 2015-09-26 15:58:06 -07:00
Paul
44b6c71de7 Install to usr directory 2015-09-26 15:50:20 -07:00
Paul
09afb3ef50 Show files in the deps directory 2015-09-26 15:37:37 -07:00
Paul
f3ea8b584f Export deps directory 2015-09-26 15:31:02 -07:00
Paul
8931fe0f9a Add correct space 2015-09-26 15:24:56 -07:00
Paul
1e44934d9d Set correct compiler version 2015-09-26 15:22:33 -07:00
Paul
cb3b38c8a1 Set correct compiler version 2015-09-26 15:20:50 -07:00
Paul
3dbd0859c5 Dont test libc++ with clang 3.4 2015-09-26 15:19:47 -07:00
Paul
810baf2883 Dont build libcxxabi on 3.4 2015-09-26 15:09:32 -07:00
Paul
0274b735a1 Set the correct extraction format 2015-09-26 14:57:49 -07:00
Paul
3350c3e5fc Adjust the libc++ extension for clang 3.4 2015-09-26 14:50:57 -07:00
Paul
40fed842d5 Remove extraneous spaces 2015-09-26 14:45:28 -07:00
Paul
890c89e843 Add the version for clang 3.4 2015-09-26 14:42:11 -07:00
Paul
262fc6e574 Remove previous cmake build 2015-09-26 14:38:46 -07:00
Paul
a814b758f4 Try to use sudo: false 2015-09-26 14:35:43 -07:00
Paul
c29583a280 Install gcc 4.9 with clang 3.4 2015-09-26 12:21:09 -07:00
Paul
0c9f1fbe28 Just use clang for compiler 2015-09-26 12:08:16 -07:00
Paul
555a779b43 Actually build on travis 2015-09-26 11:59:22 -07:00
Paul
76574a2c38 Add compiler name 2015-09-26 11:52:57 -07:00
Paul
939ec677ad Add 3.7 sources 2015-09-26 11:31:14 -07:00
Paul
71a3c650f5 Change to use install instead of before_install 2015-09-26 11:22:18 -07:00
Paul
1c4f9e37c3 Keep sudo 2015-09-26 11:01:11 -07:00
Paul
eac773f1ff Remove sudo 2015-09-26 10:58:06 -07:00
Paul
9568ff43f6 Try to use the newer travis 2015-09-26 10:54:04 -07:00
Paul
3cdbac269c Add typename keyword 2015-09-20 16:57:07 -07:00
Paul
729db42f10 Merge branch 'travis' into develop 2015-09-20 16:30:47 -07:00
Paul
8f7dd66287 Add pkgconfig 2015-09-20 16:30:31 -07:00
Paul
2e543d60ff Check unpack in a way that works for gcc 4.6 2015-09-20 16:10:20 -07:00
Paul
f2f3679ac2 Enable rest of the configurations 2015-09-20 15:56:38 -07:00
Paul
027cf931a0 Add missing then word for bash conditional 2015-09-20 15:51:25 -07:00
Paul
fca6eccd4e Disable other configurations for now 2015-09-20 15:50:23 -07:00
Paul
f33c6ff7ec Try to fix syntax errors 2015-09-20 15:47:06 -07:00
Paul
a5a21c57ec Try to fix travis problem 2015-09-20 15:41:23 -07:00
Paul
0b6e15682f Dont remove references when checking for default construction 2015-09-20 15:38:03 -07:00
Paul
284a365cb9 Merge branch 'unpack_check' into develop 2015-09-13 21:32:25 -05:00
Paul
bf1f923355 Merge branch 'reveal_more' into develop 2015-09-13 21:32:13 -05:00
Paul
a388291084 Merge branch 'capture' into develop 2015-09-13 21:31:58 -05:00
Paul
0a2690adfd Add combine to documentation 2015-09-12 12:21:58 -05:00
Paul
4bf83c0082 Static assert that unpack actually invokes the function 2015-09-09 23:21:55 -05:00
Paul
1d331544b4 Make capture a function object 2015-09-09 00:39:23 -05:00
Paul
a8943cde1e Add reveal information for by and capture 2015-08-30 15:59:04 -05:00
Paul
44c3336a93 Merge branch 'master' of github.com:pfultz2/Fit 2015-08-30 01:34:08 -05:00
Paul
ab86df0fc3 Fix documentation for function 2015-08-30 01:34:01 -05:00
Paul Fultz II
33502979cd Merge pull request #22 from pfultz2/default_construction
Default construction
2015-08-30 01:18:36 -05:00
Paul Fultz II
b1e4f3438a Merge branch 'check-static-function' into default_construction 2015-08-29 20:10:50 -07:00
Paul Fultz II
c6ccf38e21 Merge pull request #21 from pfultz2/reveal_id
Use actual type for identity to avoid references
2015-08-29 22:08:34 -05:00
Paul Fultz II
24d2dbe268 Fix errors on MSVC with default construction 2015-08-29 20:04:24 -07:00
Paul
1ea7f0a5b5 Use actual type for identity to avoid references 2015-08-28 19:41:08 -05:00
Paul Fultz II
11e51b035b Merge pull request #20 from pfultz2/construct_by
Add projection to construct object
2015-08-28 18:28:04 -05:00