Difference between revisions of "Talk:UnitTesting"

From Code::Blocks
(question about pedantic.)
 
Line 2: Line 2:
  
 
Why do you enable "-pedantic", this will introduce a gcc warning about usage of "long long" (I'm using winXP, GCC 4.6.x), to avoid such warning, I just disable the "pedantic" option. [[User:Ollydbg|Ollydbg]] 16:04, 7 September 2012 (CEST)
 
Why do you enable "-pedantic", this will introduce a gcc warning about usage of "long long" (I'm using winXP, GCC 4.6.x), to avoid such warning, I just disable the "pedantic" option. [[User:Ollydbg|Ollydbg]] 16:04, 7 September 2012 (CEST)
 +
 +
The references have been changed from Google Code to Github which is correct, however the structure of the code has changed.  In the new structure there is not a src/ directory.  The project file should replace all src/ by an empty string.  Also, how could I help to improve this page?  I have no permissions.  [[User:Braulio.solano|Braulio.solano]] 10:23, 17 April 2015 (GMT-6)

Latest revision as of 16:23, 17 April 2015

The UnitTest site is moved to Google code unittestpp - UnitTest++ is a unit testing framework for C++ - Google Project Hosting, see: http://sourceforge.net/mailarchive/message.php?msg_id=24525726 Ollydbg 10:51, 22 August 2012 (CEST)

Why do you enable "-pedantic", this will introduce a gcc warning about usage of "long long" (I'm using winXP, GCC 4.6.x), to avoid such warning, I just disable the "pedantic" option. Ollydbg 16:04, 7 September 2012 (CEST)

The references have been changed from Google Code to Github which is correct, however the structure of the code has changed. In the new structure there is not a src/ directory. The project file should replace all src/ by an empty string. Also, how could I help to improve this page? I have no permissions. Braulio.solano 10:23, 17 April 2015 (GMT-6)