Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added g++-4.4 to travis build #266

Merged
merged 1 commit into from
Mar 2, 2017

Conversation

jai1
Copy link
Contributor

@jai1 jai1 commented Mar 1, 2017

Motivation

Want to compile cpp client using gcc and g++ 4.4 - Fix for #262

Modifications

messages added to cmake file
travis build modified to use gcc and g++ 4.4

Result

C++ client compiled using gcc and g++ 4.4

Fixes #262

@jai1 jai1 requested review from merlimat and saandrews March 1, 2017 23:51
@jai1 jai1 self-assigned this Mar 1, 2017
@jai1 jai1 added the c++ label Mar 1, 2017
@@ -64,7 +62,8 @@ set(CLIENT_LIBS
pulsar
)

message( STATUS "GCC_DUMP_VERSION: " ${GCC_DUMP_VERSION} )
message( STATUS "CMAKE_C_COMPILER: " ${CMAKE_C_COMPILER} )
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cmake is already printing the gcc / g++ versions. It prints it only the first time when it does the configuration phase.

If you remove, CMakeCache and do cmake . again, you'll see it printed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@merlimat - saw it, thanks :-)

@merlimat merlimat added this to the 1.17 milestone Mar 2, 2017
@jai1 jai1 force-pushed the CPPBackwardCompatibility branch from 5cedc33 to fa8c9f0 Compare March 2, 2017 00:02
Copy link
Contributor

@merlimat merlimat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@merlimat merlimat merged commit bb0de8e into apache:master Mar 2, 2017
@jai1 jai1 deleted the CPPBackwardCompatibility branch March 6, 2017 17:42
sijie pushed a commit to sijie/pulsar that referenced this pull request Mar 4, 2018
* Move the thread construction to start to avoid illegalstate

* Add more checks to see if thread var is init
hangc0276 pushed a commit to hangc0276/pulsar that referenced this pull request May 26, 2021
fixes apache#266 
`topics` in `KafkaTopicManager` will cache `PersistentTopic` by `brokerService.getTopic`, it's unnecessary because `PersistentTopic` is cached in `brokerService.getTopic`. we should remove it to avoid getting a `null` topic.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants