Last 30 days
-
r207
(+ Adds mkPak for gtkmm (redistributable version).) committed by npapier
- + Adds mkPak for gtkmm (redistributable version).
+ Adds mkPak for gtkmm (redistributable version).
-
r206
(~ Fixed bug in target 'dox'.) committed by npapier
- ~ Fixed bug in target 'dox'.
~ Fixed bug in target 'dox'.
-
r205
(+ Adds new target named 'info' to print informations about t...) committed by npapier
- + Adds new target named 'info' to print informations about the current project, its dependencies and
external packages needed.
+ Adds support for Visual C++ 2010 (cl10.0). At this time, only the build stage is fully supported.
~ Flags, used by compilation and link stages, have been adjusted to store debug information in pdb
file, to enable function-level linking and to run linker in incremental mode (only in debug).
~ Updates version to 0.8.2.
+ Adds new target named 'info' to print informations about the current project, its dependencies and
external packages needed.
+ Adds support for Visual C++ 2010 (cl10.0). At this time, only the build stage is fully supported.
~ Flags, used by compilation and link stages, have been adjusted to store debug information in pdb
file, to enable function-level linking and to run linker in incremental mode (only in debug).
~ Updates version to 0.8.2.
-
r204
(~ Updated to Python 2.6.4 and TortoiseSVN for svn 1.6.6. NSI...) committed by npapier
- ~ Updated to Python 2.6.4 and TortoiseSVN for svn 1.6.6. NSIS plugins (Nsisunz, AccessControl and
UAC) and SConsBuildFramework Redistributable.zip are now installed.
~ Changed version of sbf installer to 0.3.3.
~ Updated to Python 2.6.4 and TortoiseSVN for svn 1.6.6. NSIS plugins (Nsisunz, AccessControl and
UAC) and SConsBuildFramework Redistributable.zip are now installed.
~ Changed version of sbf installer to 0.3.3.
Older
-
r203
(+ Adds support C source code.) committed by guillaume.brocker
- + Adds support C source code.
+ Adds support C source code.
-
r202
(~ Updates Use_boost to support the boost version 1-41-0. Not...) committed by npapier
- ~ Updates Use_boost to support the boost version 1-41-0. Note that the default version is still the
1-40-0.
~ Updates Use_boost to support the boost version 1-41-0. Note that the default version is still the
1-40-0.
-
r201
(~ Adds a print statement putting a new line when terminating...) committed by npapier
- ~ Adds a print statement putting a new line when terminating the sbfPak interpreter using ctrl+D
command and after printing the sbfPak welcome message.
~ Adds a print statement putting a new line when terminating the sbfPak interpreter using ctrl+D
command and after printing the sbfPak welcome message.
-
r200
(+ Adds support for terminating the sbfPck interpreter using ...) committed by guillaume.brocker
- + Adds support for terminating the sbfPck interpreter using ctrl+D command.
+ Adds support for terminating the sbfPck interpreter using ctrl+D command.
-
r199
(~ Fixes PATH to cygwin binaries (now C:\cygwin\bin instead o...) committed by npapier
- ~ Fixes PATH to cygwin binaries (now C:\cygwin\bin instead of C:\cygwin).
~ Fixes PATH to cygwin binaries (now C:\cygwin\bin instead of C:\cygwin).
-
r198
(~ Fixes auto-completion in 'sbfPak' target when the same pac...) committed by npapier
- ~ Fixes auto-completion in 'sbfPak' target when the same package is available from two repositories.
~ Fixes auto-completion in 'sbfPak' target when the same package is available from two repositories.
-
r197
(~ Moves code implementing 'vcproj' target into sbfVCProj.py....) committed by npapier
- ~ Moves code implementing 'vcproj' target into sbfVCProj.py.
~ Move computeDepth() into sbfFiles.py.
~ Moves code implementing 'vcproj' target into sbfVCProj.py.
~ Move computeDepth() into sbfFiles.py.
-
r196
(~ Refactored nsis macros used to install/remove/launch redis...) committed by npapier
- ~ Refactored nsis macros used to install/remove/launch redistributable file.
~ Refactored nsis macros used to install/remove/launch redistributable file.
-
r195
(+ Redistributable (zip or executable file) associated to a '...) committed by npapier
- + Redistributable (zip or executable file) associated to a 'uses' option with IUse::getRedist() are
now embedded into nsis installation program.
~ Target 'nsis' takes care of compiler current version to package redistributable (done for Visual
C++ 2005 and 2008).
+ License file(s) retrieves using IUse::getLicenses() are now packaged in 'zipDeps', 'zipPortable'
and 'nsis' targets.
- Changes usage of ACL in target 'nsis'. So, all users no more have read and write access to 'share'
directory.
+ Adds method getAllUses() in SConsBuildFramework class to compute the set of all 'uses' for a
project and all its dependencies.
+ Redistributable (zip or executable file) associated to a 'uses' option with IUse::getRedist() are
now embedded into nsis installation program.
~ Target 'nsis' takes care of compiler current version to package redistributable (done for Visual
C++ 2005 and 2008).
+ License file(s) retrieves using IUse::getLicenses() are now packaged in 'zipDeps', 'zipPortable'
and 'nsis' targets.
- Changes usage of ACL in target 'nsis'. So, all users no more have read and write access to 'share'
directory.
+ Adds method getAllUses() in SConsBuildFramework class to compute the set of all 'uses' for a
project and all its dependencies.
-
r194
(Creates several directories used by 'mkpak'.) committed by npapier
- Creates several directories used by 'mkpak'.
Creates several directories used by 'mkpak'.
-
r193
(+ Adds in 'sbfPak' command interpreter the new command 'mkpa...) committed by npapier
- + Adds in 'sbfPak' command interpreter the new command 'mkpak' to download/build/create sbf package
for external dependencies like boost, glm, gtkmm...
+ Adds functions createDirectory(), removeDirectoryTree(), copy() and removeFile() in sbfFiles.py.
+ Adds in 'sbfPak' command interpreter the new command 'mkpak' to download/build/create sbf package
for external dependencies like boost, glm, gtkmm...
+ Adds functions createDirectory(), removeDirectoryTree(), copy() and removeFile() in sbfFiles.py.
-
r192
(~ Adds missing license files for hid 'uses' option.) committed by npapier
- ~ Adds missing license files for hid 'uses' option.
~ Adds missing license files for hid 'uses' option.
-
r191
(+ Adds new 'uses' option for hid library.) committed by npapier
- + Adds new 'uses' option for hid library.
+ Adds new 'uses' option for hid library.
-
r190
(~ Disabling warning 4251 only on Windows platform.) committed by npapier
- ~ Disabling warning 4251 only on Windows platform.
~ Disabling warning 4251 only on Windows platform.
-
r189
(+ Disbling warning 4251 (protected through a push pop pragma...) committed by Clement.Forest
- + Disbling warning 4251 (protected through a push pop pragma)
+ Disbling warning 4251 (protected through a push pop pragma)
-
r188
(~ Improves Use_sofa implementation. Removes Gdi32 and Shell3...) committed by npapier
- ~ Improves Use_sofa implementation. Removes Gdi32 and Shell32 libraries from getLIBS(), fixes
libraries to packages and adds getLicences() method.
~ Improves Use_sofa implementation. Removes Gdi32 and Shell32 libraries from getLIBS(), fixes
libraries to packages and adds getLicences() method.
-
r187
(+ Adds getRedist() method to IUse class to specify the list ...) committed by npapier
- + Adds getRedist() method to IUse class to specify the list of redistributables to include in nsis
installation program.
~ Updates Use_boost to support the boost version 1-40-0.
~ Fixes missing paths in Use_sofa::getLIBPATH().
+ Adds getRedist() method to IUse class to specify the list of redistributables to include in nsis
installation program.
~ Updates Use_boost to support the boost version 1-40-0.
~ Fixes missing paths in Use_sofa::getLIBPATH().
-
r186
(+ Sofa BeamAdapter plugin dependency in Use_sofa.) committed by pj.bensoussan
- + Sofa BeamAdapter plugin dependency in Use_sofa.
+ Sofa BeamAdapter plugin dependency in Use_sofa.
-
r185
(~ Ensures that Python version is at least 2.6.
~ Adds 'sbfpa...) committed by npapier
- ~ Ensures that Python version is at least 2.6.
~ Adds 'sbfpak' target (equivalent to'sbfPak').
~ Moves implementation of nsis and zip related targets in new file sbfNSIS.py
~ Ensures that Python version is at least 2.6.
~ Adds 'sbfpak' target (equivalent to'sbfPak').
~ Moves implementation of nsis and zip related targets in new file sbfNSIS.py
-
r184
(~ Updates doxyfile to doxygen version 1.6.1) committed by npapier
- ~ Updates doxyfile to doxygen version 1.6.1
~ Updates doxyfile to doxygen version 1.6.1
-
r183
(~ Updates sbf installer to new version of gtkmm (i.e. gtkmm-...) committed by npapier
- ~ Updates sbf installer to new version of gtkmm (i.e. gtkmm-win32-devel-2.16.0-4.exe).
~ Updates sbf installer to new version of gtkmm (i.e. gtkmm-win32-devel-2.16.0-4.exe).
-
r182
(Moves packageTemplate into template directory.) committed by npapier
- Moves packageTemplate into template directory.
Moves packageTemplate into template directory.
-
r181
(~ Updates sbf installer to new version of Python 2.6.3, pywi...) committed by npapier
- ~ Updates sbf installer to new version of Python 2.6.3, pywin32 2.14, NSIS 2.45, doxygen 1.6.1,
TortoiseSVN 1.6.5 and to add 7Zip 4.65. Default cl version is now 9-0 (i.e. 2008) in the main sbf
configuration file.
~ Improves output readability of bootstrap.py. But all configuration details remains available in a
log file named sbf-wininst_CURRENT_DATE_TIME.log
~ The main sbf configuration file, if already present, is saved in a file
SConsBuildFramework.options_DATE_TIME.backup.txt. The old environment variable PATH is saved in a
file named PATH_DATE_TIME.backup.txt
~ All non existing entry in PATH variable are removed.
~ Updates sbf installer to new version of Python 2.6.3, pywin32 2.14, NSIS 2.45, doxygen 1.6.1,
TortoiseSVN 1.6.5 and to add 7Zip 4.65. Default cl version is now 9-0 (i.e. 2008) in the main sbf
configuration file.
~ Improves output readability of bootstrap.py. But all configuration details remains available in a
log file named sbf-wininst_CURRENT_DATE_TIME.log
~ The main sbf configuration file, if already present, is saved in a file
SConsBuildFramework.options_DATE_TIME.backup.txt. The old environment variable PATH is saved in a
file named PATH_DATE_TIME.backup.txt
~ All non existing entry in PATH variable are removed.
-
r180
(~ Moves cygwin specific functions to sbfCygwin.py.) committed by npapier
- ~ Moves cygwin specific functions to sbfCygwin.py.
~ Moves cygwin specific functions to sbfCygwin.py.
-
r179
(~ Updates sbf installer to new version of Python 2.6.3, pywi...) committed by npapier
- ~ Updates sbf installer to new version of Python 2.6.3, pywin32 2.14, NSIS 2.45, doxygen 1.6.1,
TortoiseSVN 1.6.5 and to add 7Zip 4.65.
~ Fixes sbf uninstaller to remove bootstrap.py and Environment.py files.
~ Updates sbf installer to new version of Python 2.6.3, pywin32 2.14, NSIS 2.45, doxygen 1.6.1,
TortoiseSVN 1.6.5 and to add 7Zip 4.65.
~ Fixes sbf uninstaller to remove bootstrap.py and Environment.py files.
-
r178
(~ Updates gcc configuration on posix platform.
~ Fixes versi...) committed by npapier
- ~ Updates gcc configuration on posix platform.
~ Fixes version number management functions.
~ Updates gcc configuration on posix platform.
~ Fixes version number management functions.
-
r177
(+ Adds gtkmm support on Fedora 11 x86_64 in 'uses' option.) committed by npapier
- + Adds gtkmm support on Fedora 11 x86_64 in 'uses' option.
+ Adds gtkmm support on Fedora 11 x86_64 in 'uses' option.
-
r176
(~ Reverts changes from revision 175.
~ Removes several warni...) committed by npapier
- ~ Reverts changes from revision 175.
~ Removes several warnings due to Sofa.
~ Reverts changes from revision 175.
~ Removes several warnings due to Sofa.
-
r175
(~ Remove several warinings due to Sofa) committed by Clement.Forest
- ~ Remove several warinings due to Sofa
~ Remove several warinings due to Sofa
-
r174
(+ Adds gtkmm support on Fedora 11 x86_64 in 'uses' option.) committed by npapier
- + Adds gtkmm support on Fedora 11 x86_64 in 'uses' option.
+ Adds gtkmm support on Fedora 11 x86_64 in 'uses' option.
-
r173
(~ Adds support for boost 1-38-0 on posix system.) committed by npapier
- ~ Adds support for boost 1-38-0 on posix system.
~ Adds support for boost 1-38-0 on posix system.
-
r172
(~ Moves 'projectTemplate' directory into 'template' director...) committed by npapier
- ~ Moves 'projectTemplate' directory into 'template' directory.
~ Moves 'projectTemplate' directory into 'template' directory.
-
r171
(~ Fixes PATH to CollabNet/Subversion client and server.) committed by npapier
- ~ Fixes PATH to CollabNet/Subversion client and server.
~ Fixes PATH to CollabNet/Subversion client and server.
-
r170
(+ Adds mkdirs() in namespace sbf. Creates recursively folder...) committed by podidoo
- + Adds mkdirs() in namespace sbf. Creates recursively folder if they don't exists.
+ Adds mkdirs() in namespace sbf. Creates recursively folder if they don't exists.
-
r169
(+ Adds resource.rc in projectTemplate.) committed by npapier
- + Adds resource.rc in projectTemplate.
+ Adds resource.rc in projectTemplate.
-
r168
(~ Fixes target 'vcproj' to fill 'IncludeSearchPath' attribut...) committed by npapier
- ~ Fixes target 'vcproj' to fill 'IncludeSearchPath' attribute of Visual Studio Project files in
release configuration too.
~ Fixes target 'vcproj' to fill 'IncludeSearchPath' attribute of Visual Studio Project files in
release configuration too.
-
r167
(+ Adds Visual C++ 2008, i.e. cl9-0, support to target 'vcpro...) committed by npapier
- + Adds Visual C++ 2008, i.e. cl9-0, support to target 'vcproj'.
+ Adds Visual C++ 2008, i.e. cl9-0, support to target 'vcproj'.
-
r166
(Creates new directory 'template'.) committed by npapier
- Creates new directory 'template'.
Creates new directory 'template'.
-
r165
(~ Fixes help generation on project options ('-h' option).
~ ...) committed by npapier
- ~ Fixes help generation on project options ('-h' option).
~ Fixes '--verbose' sbf option.
~ Moves printSBFVersion() and getSBFVersion() in src/sbfVersion.py.
~ Updates version to 0.8.1RC3.
~ Fixes help generation on project options ('-h' option).
~ Fixes '--verbose' sbf option.
~ Moves printSBFVersion() and getSBFVersion() in src/sbfVersion.py.
~ Updates version to 0.8.1RC3.
-
r164
(+ Adds gtkmm-win32-devel-2.16.0-2.exe installation program i...) committed by npapier
- + Adds gtkmm-win32-devel-2.16.0-2.exe installation program in sbf installer.
~ Fixes several bugs in uninstall section.
+ Adds gtkmm-win32-devel-2.16.0-2.exe installation program in sbf installer.
~ Fixes several bugs in uninstall section.
-
r163
(~ Ensures that the SCons version is at least 1.2.0.
~ Uses s...) committed by npapier
- ~ Ensures that the SCons version is at least 1.2.0.
~ Uses standard module uuid instead of win32 specific pythoncom in target 'vcproj'.
~ Ensures that the SCons version is at least 1.2.0.
~ Uses standard module uuid instead of win32 specific pythoncom in target 'vcproj'.
-
r162
(+ Use_sofa can now builds sofa plugins.) committed by pj.bensoussan
- + Use_sofa can now builds sofa plugins.
+ Use_sofa can now builds sofa plugins.
-
r161
(~ Target 'vcproj' fills now 'IncludeSearchPath' attribute of...) committed by npapier
- ~ Target 'vcproj' fills now 'IncludeSearchPath' attribute of Visual Studio Project files using
'include' directory of all its dependencies. This is useful for editor auto-completion.
~ Visual Studio Solution files (.sln) are created by 'vcproj' for each project and its dependencies.
~ Target 'vcproj' fills now 'IncludeSearchPath' attribute of Visual Studio Project files using
'include' directory of all its dependencies. This is useful for editor auto-completion.
~ Visual Studio Solution files (.sln) are created by 'vcproj' for each project and its dependencies.
-
r160
(+ Adds new project option named 'runParams' to specify the l...) committed by npapier
- + Adds new project option named 'runParams' to specify the list of parameters given to executable by
targets 'run' and 'onlyRun'. To specify multiple parameters at command-line uses a comma-separated
list of parameters, which will get translated into a space-separated list for passing to the
launching command.
~ Project configuration files are no more read twice.
+ Adds new project option named 'runParams' to specify the list of parameters given to executable by
targets 'run' and 'onlyRun'. To specify multiple parameters at command-line uses a comma-separated
list of parameters, which will get translated into a space-separated list for passing to the
launching command.
~ Project configuration files are no more read twice.
-
r159
(+ Update use_sofa to link with sofa/application libraries.) committed by pj.bensoussan
- + Update use_sofa to link with sofa/application libraries.
+ Update use_sofa to link with sofa/application libraries.
-
r158
(~ Fixes SCons warnings when building explicitly sbf library....) committed by npapier
- ~ Fixes SCons warnings when building explicitly sbf library.
~ Fixes SCons warnings when building explicitly sbf library.
|