The second release candidates for the 1.67.0 beta release are now available at:
<https://dl.bintray.com/boostorg/beta/1.67.0.beta.1/source/>
The release notes can be previewed at:
<http://www.boost.org/users/history/in_progress.html>
The documentation is available at:
<http://www.boost.org/doc/libs/1_67_0_beta1/>
The SHA256 checksums are as follows:
154cf490da858fd9c2307bb904b07a42cbe8355ecf99d5477f0d843c6d03cdda
boost_1_67_0_b1_rc2.7z
…
[View More]0d854b208fefaeb5837d6c417f505b189275e32d017f6226001fb165a5ac51ed
boost_1_67_0_b1_rc2.tar.bz2
6eb3f9ca8db355765f41361e1e26976228f0c2dff400aade8a5e97aec6aa59f4
boost_1_67_0_b1_rc2.tar.gz
678a6459f2517932536ec97297be1de46ea073f2e2ee17ec8397b80aa0953f49
boost_1_67_0_b1_rc2.zip
As always, the release managers would appreciate it if you download
the candidate of your choice and give building it a try. Please report
both success and failure, and anything else that is noteworthy.
[View Less]
Hi,
I have shared the 1st draft of my proposal for "adding multicore and GPU
computations to uBLAS"
through the gsoc portal, but haven't yet gotten any feedback on it. Do I
need to share it again on the mailing list too?
Regards,
Vardhan Gupta
Hi Boost Community,
As per Submission template
<https://svn.boost.org/trac10/wiki/SoCSubmissionTemplate> a candidate is
required to show competency in C++ and must be "genuinely" interested in the
project and also in open-source community. Judging of competency is straight
forward, but how can interest be judged?
Considering myself as example who had just got in serious open source
projects(Sophomore Undergraduate). My coding ablilities
<https://github.com/madhur4127/…
[View More]Programming-Competency-Test> are not at
expert level but I am improving and learning myself while my university
teaches knapsack greedy and automaton. Doesn't this gives an idea of
interest in open source of a candidate or am I being a sophomore is a
disadvantage with respect to other post graduate candidates?
I know boost requires serious level work and it has world's most
craftiest libraries but does Boost prefer experienced candidates or take
chances with candidates genuinely interested in development and are
moderately skilled? As per the division rules "A student must be able to
write in C++".
Regards,
Madhur
gsoc18 aspirant [Boost.Intrusive]
--
Sent from: http://boost.2283326.n4.nabble.com/Boost-Dev-f2600599.html
[View Less]
Hey, any thoughts on that?
Thanks,
Mateusz
2018-03-04 3:42 GMT-08:00 mateusz janek <stryku2393(a)gmail.com>:
> Hello boost::interprocess community,
>
> During my pet projects development I found that a file access
> synchronization is a common problem so, I wrote a class that wraps it and
> thought that it can be useful for wider community. I would like to ask you
> what do you think about such functionality in boost::interprocess? I'm
> aware that class from the …
[View More]repo is not ready to release. Just wanted to show
> about what functionality I'm talking about.
>
> Here you can find the repo: https://github.com/stryku/file_mutex
> You can find there the proposed class and a simple usage example.
>
> If you will find it interesting I will prepare more formal merge proposal,
> update docs, maybe more examples etc.
>
> Looking forward to hearing from you what do you think about it.
>
> Thank you,
> Mateusz Janek
>
>
[View Less]
The release candidates for the first 1.67.0 beta release are now available at:
<https://dl.bintray.com/boostorg/beta/1.67.0.beta.1/source/>
The release notes can be previewed at:
<http://www.boost.org/users/history/in_progress.html>
The documentation is available at:
<http://www.boost.org/doc/libs/1_67_0_beta1/>
The SHA256 checksums are as follows:
3d52af11ea6c45c73e18bf9b386056d31dab5092923cc9ed8efa29a083ffb9de
boost_1_67_0_b1_rc1.7z
…
[View More]680336bd9a56dccda359061660348c5656cab71cb76713b157ce9a6f840659f0
boost_1_67_0_b1_rc1.tar.bz2
a4608b3ee0b4fadad7b2a2a9efa7c4ad8ce120ee94232e0ee86796f38cced319
boost_1_67_0_b1_rc1.tar.gz
3d1faa96ddda6f0a864f3292c014420457159f0960ff82efcca9feb898d21c1a
boost_1_67_0_b1_rc1.zip
As always, the release managers would appreciate it if you download
the candidate of your choice and give building it a try. Please report
both success and failure, and anything else that is noteworthy.
[View Less]
Hello,
I'm a C++ developer and have been developing in C++ for over 6 years now in
my personal time. I wanted to accomplish two things with this post:
1. Propose the idea of boost::detour
2. Find a mentor in the process
Boost.Detour is not something new that I'd like to implement but a concept
in programming that I have been using for a very long time now and would
love to have it easily accessible with the inclusion of a simple
<boost/detour.hpp>. The idea is to have function …
[View More]hooking easily accessible
to everyone using C++. Though it may seem like a niche feature, function
hooking is more commonly used than most people think (e.g. modifying
binaries after compilation for feature addition, reverse engineering
proprietary software). It's a beautiful concept when you see it working.
In the process I need a mentor to guide me through the process of putting
down my ideas to paper and implementing them according to the standards
that Boost holds. This includes replacing components from my library with
Boost concepts (e.g. boost::process).
I'm also a student at Texas Tech University studying Computer Science.
Can't wait to hear from someone.
Michael
[View Less]
Hello all,
I noticed the following failure in Boost.TypeTraits regression tests
on GCC 4.6 C++11. Any idea why this is failing?
http://www.boost.org/development/tests/master/developer/type_traits.html
Test output: igaztanaga-master-gcc-4.6c++11 - type_traits -
cxx14_aliases_test / gcc-4.6c+
Rev cb62bbf20f4a0000ee6f16835b0c2dc92edea8cd / Sun, 11 Mar 2018 03:16:04 +0000
Compile [2018-03-11 10:15:18 UTC]: fail
"C:/Programs/mingw-builds/x32-4.6.4-posix-dwarf-rev0/mingw32/bin/gcc-4.6.bat"
-…
[View More]pipe -fmax-errors=1 -std=c++0x -m32 -O0 -fno-inline -Wall -pedantic
-Werror -march=i686 -Wextra -Wno-bool-operation
-Wno-int-in-bool-context -Wno-uninitialized -DBOOST_ALL_NO_LIB=1
-I".." -I"..\libs\type_traits\test\libs\tt2\light\include" -c -o
"c:\boost\master\results\boost\bin.v2\libs\type_traits\test\cxx14_aliases_test.test\gcc-4.6c+\dbg\dbg-symbl-off\cxx14_aliases_test.o"
"..\libs\type_traits\test\cxx14_aliases_test.cpp"
In file included from ../boost/type_traits.hpp:110:0,
from ..\libs\type_traits\test\cxx14_aliases_test.cpp:10:
../boost/type_traits/is_list_constructible.hpp:36:61: error: expected
class-name before 'decltype'
compilation terminated due to -fmax-errors=1.
I am asking because a couple of Boost.Contract tests that #include
<boost/type_traits.hpp> fail with the same Boost.TypeTraits error on
this compiler.
Thanks.
--Lorenzo
[View Less]
Is there any specific template that I should follow for the proposal or I
can make it my own way?
Thanks,
Rajat Miglani
On Tue, Feb 27, 2018 at 12:43 AM, Damian Vicino <damian(a)vicino.com.ar>
wrote:
> Hi,
> From the top of my head, the big missing pieces are the safefloat
> literals, some pieves of unit testing (copile and runtime), documentation,
> implementing some of the policies that are already defined. Maybe a better
> way to specify policies could be implemented.…
[View More]
> However, the complete list of things being done is what your proposal is
> about, you need to define the milestones and goals for the project.
>
> 2018-02-25 18:57 GMT+00:00 Rajat Miglani <rajatmiglani26(a)gmail.com>:
>
>> I have read the paper "Goldberg, David. "What every computer scientist
>> should know about floating-point arithmetic." ACM Computing Surveys (CSUR)
>> 23.1 (1991): 5-48."and documentation and now having a little
>> understanding of what this project is about.Presently going through the
>> code and concepts, please guide me of what changes I have to do in the
>> previous code to make it better.
>>
>> On Wed, Feb 21, 2018 at 11:52 PM, Damian Vicino <damian(a)vicino.com.ar>
>> wrote:
>>
>>> Hi Rajat,
>>> For the Boost.SafeFloat project, I suggest you take a look to the
>>> following links:
>>> - Repository: https://github.com/sdavtaker/safefloat
>>> - Documentation: https://sdavtaker.github.io/safefloat/doc/htm
>>> l/index.html
>>>
>>> Also, try to read this paper if you didn't before: Goldberg, David.
>>> "What every computer scientist should know about floating-point
>>> arithmetic." ACM Computing Surveys (CSUR) 23.1 (1991): 5-48.
>>> From the C++ perspective, key concepts you need to know are:
>>> - Templates (a lot of it)
>>> - Custom Literals
>>>
>>> A good proposal would be to take a read to the documentation and code
>>> base and describe what is missing to complete the project.
>>> Best regards,
>>> Damian Vicino
>>>
>>>
>>>
>>>
>>> 2018-02-21 14:11 GMT-03:00 Rajat Miglani via Boost <
>>> boost(a)lists.boost.org>:
>>>
>>>> Dear boost community,
>>>> I am a GSOC aspirant and I'd like to contribute to your organization.
>>>> I have read the project ideas and is interested in working on:-
>>>> 1)Boost.SafeFloat or
>>>> 2)Enhancing Boost.Intrusive Library
>>>> Can I get some more info about how to work on these projects and the
>>>> basic
>>>> requirements so that I can learn them and be able to contribute to my
>>>> fullest.
>>>>
>>>> Thank you,
>>>>
>>>> _______________________________________________
>>>> Unsubscribe & other changes: http://lists.boost.org/mailman
>>>> /listinfo.cgi/boost
>>>>
>>>
>>>
>>
>
[View Less]
I am a third year undergraduate student. I have a good implementation skills
in C++ . I know machine learning algorithms & math required for it very
well. So ,I would like to contribute to the Boost.uBLAS by doing project1.
Could you please guide me.
--
Sent from: http://boost.2283326.n4.nabble.com/Boost-Dev-f2600599.html