Skip to content

Implement REST API based on ZeroEQ [DISCL-355]#12

Merged
rdumusc merged 2 commits intoBlueBrain:masterfrom
rdumusc:rest
May 4, 2016
Merged

Implement REST API based on ZeroEQ [DISCL-355]#12
rdumusc merged 2 commits intoBlueBrain:masterfrom
rdumusc:rest

Conversation

@rdumusc
Copy link
Copy Markdown

@rdumusc rdumusc commented May 3, 2016

No description provided.

Comment thread tide/master/rest/RestCommand.h Outdated
*/
explicit RestCommand( const std::string& name );

/** @retrun the name of the command passed in the constructor. */
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

typo retrun

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

done

@jafyvilla
Copy link
Copy Markdown
Contributor

+1 when the build gets green

@rdumusc
Copy link
Copy Markdown
Author

rdumusc commented May 3, 2016

Thanks, build was red due to old version of Servus (without Serializable) pulled in by Deflect. I swapped ZeroEQ and Deflect in .gitsubprojects as a fix.

@rdumusc rdumusc force-pushed the rest branch 3 times, most recently from 36718c4 to f2289c4 Compare May 4, 2016 09:04
@rdumusc rdumusc merged commit 023c4e8 into BlueBrain:master May 4, 2016
@rdumusc rdumusc deleted the rest branch May 4, 2016 11:48
Comment thread CMakeLists.txt
common_find_package(Qt5Xml REQUIRED)
common_find_package(ZeroEQ)

if(ZeroEQ_FOUND)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

if(TARGET ZeroEq)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

If you prefer but it makes no difference :-)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I have no preference, but it's my understanding that TARGETs are the cmake 3 way, and Find/FOUND is not advised.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants