Mxx_ru 1.6.3 → 1.6.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (68) hide show
  1. data/COPYING +1 -1
  2. data/NEWS +4 -0
  3. data/README +1 -1
  4. data/lib/mxx_ru/abstract_target.rb +1 -1
  5. data/lib/mxx_ru/binary_library.rb +1 -1
  6. data/lib/mxx_ru/binary_target.rb +1 -1
  7. data/lib/mxx_ru/binary_unittest.rb +1 -1
  8. data/lib/mxx_ru/cmd_line_option_processor.rb +1 -1
  9. data/lib/mxx_ru/compat.rb +1 -1
  10. data/lib/mxx_ru/cpp.rb +1 -1
  11. data/lib/mxx_ru/cpp/analyzer.rb +1 -1
  12. data/lib/mxx_ru/cpp/composite.rb +1 -1
  13. data/lib/mxx_ru/cpp/detect_toolset.rb +3 -1
  14. data/lib/mxx_ru/cpp/lib_collection.rb +1 -1
  15. data/lib/mxx_ru/cpp/mode.rb +1 -1
  16. data/lib/mxx_ru/cpp/obj_placement.rb +1 -1
  17. data/lib/mxx_ru/cpp/obj_placements/custom_subdir.rb +1 -1
  18. data/lib/mxx_ru/cpp/qt.rb +1 -1
  19. data/lib/mxx_ru/cpp/qt4.rb +1 -1
  20. data/lib/mxx_ru/cpp/qt4_via_pkg_config.rb +1 -1
  21. data/lib/mxx_ru/cpp/qt4details.rb +1 -1
  22. data/lib/mxx_ru/cpp/rucodegen.rb +1 -1
  23. data/lib/mxx_ru/cpp/source_file.rb +1 -1
  24. data/lib/mxx_ru/cpp/target.rb +1 -1
  25. data/lib/mxx_ru/cpp/toolset.rb +1 -1
  26. data/lib/mxx_ru/cpp/toolsets/bcc_win32_5.rb +1 -1
  27. data/lib/mxx_ru/cpp/toolsets/bcc_win32_family.rb +1 -1
  28. data/lib/mxx_ru/cpp/toolsets/c89_etk_nsk.rb +1 -1
  29. data/lib/mxx_ru/cpp/toolsets/c89_nsk.rb +1 -1
  30. data/lib/mxx_ru/cpp/toolsets/c89_nsk_family.rb +1 -1
  31. data/lib/mxx_ru/cpp/toolsets/clang_family.rb +1 -1
  32. data/lib/mxx_ru/cpp/toolsets/clang_freebsd.rb +55 -0
  33. data/lib/mxx_ru/cpp/toolsets/clang_linux.rb +1 -1
  34. data/lib/mxx_ru/cpp/toolsets/gcc_cygwin.rb +1 -1
  35. data/lib/mxx_ru/cpp/toolsets/gcc_darwin.rb +1 -1
  36. data/lib/mxx_ru/cpp/toolsets/gcc_family.rb +1 -1
  37. data/lib/mxx_ru/cpp/toolsets/gcc_linux.rb +1 -1
  38. data/lib/mxx_ru/cpp/toolsets/gcc_mingw.rb +1 -1
  39. data/lib/mxx_ru/cpp/toolsets/gcc_sparc_solaris.rb +1 -1
  40. data/lib/mxx_ru/cpp/toolsets/gcc_unix_family.rb +1 -1
  41. data/lib/mxx_ru/cpp/toolsets/icc_win.rb +1 -1
  42. data/lib/mxx_ru/cpp/toolsets/vc10.rb +1 -1
  43. data/lib/mxx_ru/cpp/toolsets/vc11.rb +1 -1
  44. data/lib/mxx_ru/cpp/toolsets/vc12.rb +1 -1
  45. data/lib/mxx_ru/cpp/toolsets/vc7.rb +1 -1
  46. data/lib/mxx_ru/cpp/toolsets/vc8.rb +1 -1
  47. data/lib/mxx_ru/cpp/toolsets/vc8_family.rb +1 -1
  48. data/lib/mxx_ru/cpp/toolsets/vc9.rb +1 -1
  49. data/lib/mxx_ru/cpp/toolsets/vc_family.rb +1 -1
  50. data/lib/mxx_ru/environment_setup.rb +1 -1
  51. data/lib/mxx_ru/ex.rb +1 -1
  52. data/lib/mxx_ru/generators/bin-unittest/g.rb +1 -1
  53. data/lib/mxx_ru/generators/cpp-build-root/g.rb +1 -1
  54. data/lib/mxx_ru/generators/cpp-composite/g.rb +1 -1
  55. data/lib/mxx_ru/generators/cpp-dll/g.rb +1 -1
  56. data/lib/mxx_ru/generators/cpp-exe/g.rb +1 -1
  57. data/lib/mxx_ru/generators/cpp-lib-collection/g.rb +1 -1
  58. data/lib/mxx_ru/generators/cpp-lib/g.rb +1 -1
  59. data/lib/mxx_ru/generators/impl/cpp/generation.rb +1 -1
  60. data/lib/mxx_ru/generators/impl/std_receiver.rb +1 -1
  61. data/lib/mxx_ru/makestyle_generator.rb +1 -1
  62. data/lib/mxx_ru/textfile_unittest.rb +1 -1
  63. data/lib/mxx_ru/util.rb +1 -1
  64. data/lib/mxx_ru/version.rb +2 -2
  65. data/tests/cpp/lib_from_lib_dependecies/a.cpp +3 -0
  66. data/tests/unix/lib_linking_mode/o/main_conflict.o +0 -0
  67. metadata +10 -5
  68. checksums.yaml +0 -7
data/COPYING CHANGED
@@ -1,6 +1,6 @@
1
1
  Copyright (c) 1996-2004, Yauheni Akhotnikau
2
2
  Copyright (c) 2004-2006, JSC Intervale
3
- Copyright (c) 2006-2013 The Mxx_ru Project
3
+ Copyright (c) 2006-2015 The Mxx_ru Project
4
4
  All rights reserved.
5
5
 
6
6
  Redistribution and use in source and binary forms, with or without modification,
data/NEWS CHANGED
@@ -1,5 +1,9 @@
1
1
  Changes in Mxx_ru
2
2
 
3
+ 1.6.4 version (2015.02.16)
4
+
5
+ Support for Clang on FreeBSD added.
6
+
3
7
  1.6.0 version (2013.05.17)
4
8
 
5
9
  mxx_ru/cpp/toolsets/vc11.rb file was added to support
data/README CHANGED
@@ -2,7 +2,7 @@ Copyright (c) 1996-2005, Yauheni Akhotnikau
2
2
 
3
3
  Copyright (c) 2004-2006, JSC Intervale
4
4
 
5
- Copyright (c) 2006-2014 The Mxx_ru Project
5
+ Copyright (c) 2006-2015 The Mxx_ru Project
6
6
 
7
7
  All rights reserved.
8
8
 
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
data/lib/mxx_ru/compat.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
data/lib/mxx_ru/cpp.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -147,6 +147,8 @@ module MxxRu
147
147
  if RbConfig::CONFIG['host_os'] =~ /linux/
148
148
  # Assume that GCC is default compiler on Linux.
149
149
  "gcc_linux"
150
+ elsif RbConfig::CONFIG['host_os'] =~ /^freebsd(9|10)$/
151
+ "clang_freebsd"
150
152
  else
151
153
  if ENV[ 'COMP_ENV' ] and ENV[ 'VC_ARCH' ]
152
154
  'icc_win'
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
data/lib/mxx_ru/cpp/qt.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -0,0 +1,55 @@
1
+ #--
2
+ # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
+ # Copyright (c) 2004-2006, JSC Intervale
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
+ # All rights reserved.
6
+ #
7
+ # Redistribution and use in source and binary forms, with or without modification,
8
+ # are permitted provided that the following conditions are met:
9
+ #
10
+ # 1. Redistributions of source code must retain the above copyright notice,
11
+ # this list of conditions and the following disclaimer.
12
+ # 2. Redistributions in binary form must reproduce the above copyright notice,
13
+ # this list of conditions and the following disclaimer in the documentation
14
+ # and/or other materials provided with the distribution.
15
+ # 3. The name of the author may not be used to endorse or promote products derived
16
+ # from this software without specific prior written permission.
17
+ #
18
+ # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
19
+ # WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
20
+ # AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE
21
+ # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22
+ # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
23
+ # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24
+ # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
25
+ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
26
+ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
+ #++
28
+
29
+ require 'mxx_ru/cpp/toolsets/clang_family'
30
+
31
+ module MxxRu
32
+ module Cpp
33
+ module Toolsets
34
+
35
+ # Toolset implemetation for Clang compiler.
36
+ class ClangFreeBSD < ClangFamily
37
+ public
38
+
39
+ def initialize( a_name = "clang" )
40
+ super( a_name )
41
+ setup_tag( "host_os", "unix" )
42
+ setup_tag( "target_os", "unix" )
43
+ setup_tag( "unix_port", "freebsd" )
44
+ end
45
+
46
+ end # class ClangFreeBSD
47
+
48
+ end # module Toolsets
49
+
50
+ end # module Cpp
51
+
52
+ end # module MxxRu
53
+
54
+ MxxRu::Cpp::setup_toolset( MxxRu::Cpp::Toolsets::ClangFreeBSD.new )
55
+
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
data/lib/mxx_ru/ex.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
data/lib/mxx_ru/util.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,7 +1,7 @@
1
1
  #--
2
2
  # Copyright (c) 1996-2004, Yauheni Akhotnikau
3
3
  # Copyright (c) 2004-2006, JSC Intervale
4
- # Copyright (c) 2006-2014, The Mxx_ru Project
4
+ # Copyright (c) 2006-2015, The Mxx_ru Project
5
5
  # All rights reserved.
6
6
  #
7
7
  # Redistribution and use in source and binary forms, with or without modification,
@@ -34,4 +34,4 @@
34
34
  #
35
35
  # puts 'Mxx_ru version is: ' + MXX_RU_VERSION
36
36
  #
37
- MXX_RU_VERSION = '1.6.3'
37
+ MXX_RU_VERSION = '1.6.4'
@@ -0,0 +1,3 @@
1
+ #include <cstdio>
2
+
3
+ void A() { std::printf( "A2\n" ); }
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Mxx_ru
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.3
4
+ version: 1.6.4
5
+ prerelease:
5
6
  platform: ruby
6
7
  authors:
7
8
  - The Mxx_ru Project
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2014-09-30 00:00:00.000000000 Z
12
+ date: 2015-02-16 00:00:00.000000000 Z
12
13
  dependencies: []
13
14
  description:
14
15
  email: eao197@yahoo.com
@@ -92,6 +93,7 @@ files:
92
93
  - lib/mxx_ru/cpp/toolsets/c89_nsk.rb
93
94
  - lib/mxx_ru/cpp/toolsets/c89_nsk_family.rb
94
95
  - lib/mxx_ru/cpp/toolsets/clang_family.rb
96
+ - lib/mxx_ru/cpp/toolsets/clang_freebsd.rb
95
97
  - lib/mxx_ru/cpp/toolsets/clang_linux.rb
96
98
  - lib/mxx_ru/cpp/toolsets/gcc_cygwin.rb
97
99
  - lib/mxx_ru/cpp/toolsets/gcc_darwin.rb
@@ -139,6 +141,7 @@ files:
139
141
  - tests/cpp/custom_target_prefix/dll.cpp
140
142
  - tests/cpp/custom_target_prefix/dll.rb
141
143
  - tests/cpp/custom_target_prefix/tc_custom_target_prefix.rb
144
+ - tests/cpp/lib_from_lib_dependecies/a.cpp
142
145
  - tests/cpp/lib_from_lib_dependecies/a.rb
143
146
  - tests/cpp/lib_from_lib_dependecies/b.cpp
144
147
  - tests/cpp/lib_from_lib_dependecies/b.rb
@@ -318,6 +321,7 @@ files:
318
321
  - tests/unix/lib_linking_mode/main_static_2.cpp
319
322
  - tests/unix/lib_linking_mode/main_static_2.rb
320
323
  - tests/unix/lib_linking_mode/main_static_2.ut.rb
324
+ - tests/unix/lib_linking_mode/o/main_conflict.o
321
325
  - tests/unix/lib_linking_mode/tc_conflicted_build.rb
322
326
  - tests/unix/lib_linking_mode/tc_normal_build.rb
323
327
  - tests/unix/lib_order/a.cpp
@@ -343,7 +347,6 @@ files:
343
347
  - NEWS
344
348
  homepage: http://sourceforge.net/projects/mxxru
345
349
  licenses: []
346
- metadata: {}
347
350
  post_install_message:
348
351
  rdoc_options:
349
352
  - --main
@@ -351,19 +354,21 @@ rdoc_options:
351
354
  require_paths:
352
355
  - lib
353
356
  required_ruby_version: !ruby/object:Gem::Requirement
357
+ none: false
354
358
  requirements:
355
359
  - - '>='
356
360
  - !ruby/object:Gem::Version
357
361
  version: '0'
358
362
  required_rubygems_version: !ruby/object:Gem::Requirement
363
+ none: false
359
364
  requirements:
360
365
  - - '>='
361
366
  - !ruby/object:Gem::Version
362
367
  version: '0'
363
368
  requirements: []
364
369
  rubyforge_project:
365
- rubygems_version: 2.0.14
370
+ rubygems_version: 1.8.30
366
371
  signing_key:
367
- specification_version: 4
372
+ specification_version: 3
368
373
  summary: Mxx_ru (Make++ on Ruby) is a cross-platform build tool
369
374
  test_files: []
checksums.yaml DELETED
@@ -1,7 +0,0 @@
1
- ---
2
- SHA1:
3
- metadata.gz: 1a361e5180a07f48e75be075751bef903b4eebff
4
- data.tar.gz: 3704cc04fc0760e44e8b4ca1d13218e8c755bd3c
5
- SHA512:
6
- metadata.gz: 47583eb96ba4fa74d30f730fdfa8a18a45c55bf36160a42db293d0be7d9bd1e18e09c9341d82e788333955ea7d247903cbc19627bfa32318712ec22154e7b3b5
7
- data.tar.gz: e5b8567e860d13c4b57ddb6b040592db2c121a90e298f0be5c47eaf53e2132d8e5b884720a6ac2a1f70b0355e25a1cc9db5930ca692d0ab92fff78999332c582